| Thread | Last Post | Replies |
|
| Accessing DLL class Variables and values | 11 Jan 2006 07:25 GMT | 2 |
I have a DLL file where i hav a type like the one below....... public type Items ItemName() as string Count as integer
|
| ok, here is a silly one (I am sure) | 10 Jan 2006 23:45 GMT | 2 |
I have a VB Exe, that either by user (clicking button) or by timer, runs a subroutine that can take from 2 mins, to 3 hours depending on what it is doing... While the sub is running, i loose total control of the app, as in I cant
|
| Compacting an Access Database from within VB | 10 Jan 2006 17:54 GMT | 2 |
I found a way of doing this via the JET library, from MSDN.... but it has to create a new database... which doesn't help me much... Basically I am adding a heap of RAW data to an access database, then processing it with queries and stuff to spit data out into new simples
|
| microsoft.public.dotnet.vb.general | 10 Jan 2006 12:36 GMT | 1 |
I have a DLL file where i hav a type like the one below....... public type Items ItemName() as string Count as integer
|
| Paul | 09 Jan 2006 20:13 GMT | 1 |
HEEEEEELLLLLPPPP!!!! Can anybody tell me how to copy a value from one form to another in VB? I want a user to enter a phone number and then when the particular option is clicked, another form will appear telling the user if the value enter is numeric or not. PLEASE PLEASE HELP!
|
| Performance Tips | 09 Jan 2006 09:20 GMT | 2 |
Please advise some performance Tips for developing Enterprise level applications in VB ? Best Regards Imran
|
| How do I update a DLL... | 08 Jan 2006 21:26 GMT | 2 |
without having to run an IISRESET? I have /u the DLL, but it seems to still be cached, and I cant delete/over write it without doing an IISRESET. which is pissing my clients off :) Thanks!
|
| Destryoing Db Connections? | 06 Jan 2006 13:36 GMT | 2 |
I am designing a component that contains several connections to several databases. I want to know if I am on the right track. Here is a portion of my code for one connection: Public Function ConnOpenUserSecurity() As ADODB.Connection
|
| Basic Question about EXE and DLL | 05 Jan 2006 08:14 GMT | 4 |
Please for GOD's sake someone tell me The actual difference between Active X, DLL and EXE How they differ in working and in memory handling pleeez someone explain with an example....
|
| Event Issues w/DHTML Designer App and IE6... | 04 Jan 2006 19:49 GMT | 1 |
I have an app written w/DHTML Designer in VB6 and it is not working in IE6. Specifically, when using the DHTMLPage_Load event, the HTML page will not load until the completion of the DHTMLPage_Load event (AsyncLoad is set to False) so any page objects referenced in the load ...
|
| Keeping ActiveX DLL running | 04 Jan 2006 17:24 GMT | 1 |
Hi. I created a standard EXE project and have a small problem keeping the project running. The project is designed to take optional arguments through the "Command" variable. One of the arguments the project takes is the name of a form that exists in a seperate DLL. If the argument
|