| Thread | Last Post | Replies |
|
| VB 4 or later Language Reference | 23 Jan 2005 17:14 GMT | 2 |
Does anyone know were i can get a Full VB 4 Land Reference or list
|
| addressing system folders | 23 Jan 2005 12:23 GMT | 18 |
I have this question. Please help me understand. ----------------------------------- Let's say, during installation, I want to create a folder, say "MyFolder" in
|
| Listbox question | 23 Jan 2005 01:21 GMT | 2 |
I have a listbox containing a list of 200 items, alphabetically sorted. The user scrolls down to select one and it appears in a text box for editing. After editing, it is placed back into the list. Problem is that when the item is then included, the list displays from the first ...
|
| Sorry for no response | 22 Jan 2005 23:19 GMT | 2 |
Just asked a question a couple of days or weeks ago, Just thought I would let you all know that I am not an ignorant a.s or ungrateful for not responding to help. but as i replied in my original post whereever it is Thanks again
|
| Application won't run ! | 22 Jan 2005 21:43 GMT | 29 |
I have a heavy VB6 app , that I wrote . It has references to about 3 DLL's I wrote to I tried to install it (using VB installer) on XP & 2000 computer, But the Application won't run !
|
| the Dir function | 22 Jan 2005 20:46 GMT | 13 |
Consider the following code and whether it's safe to delete files that are found by the Dir function (without disturbing the ability of the loop to discover all the files that have a certain extention) while in a loop: Dim s As String
|
| exit code from a VB application | 22 Jan 2005 20:16 GMT | 5 |
How can I set up an exit code from my VB application. I need to check the value of the exit code after the application runs, but I can't see how to make a VB application set the exit code. In C you just say exit( your_exit_code). What do you do in VB?
|
| web control problem | 22 Jan 2005 20:10 GMT | 2 |
I have a web browser control that automaticaly navigates to web pages. Most of the time everything goes according to plan but occassionally I get a window popping up saying that a JIT Compiler error occurred, asking me if I wish to debug it. This completely breaks the automatic bit. ...
|
| TOKEN RING RS232 and VISUAL BASIC | 22 Jan 2005 19:57 GMT | 4 |
Hi I'm sorry for my bad english. I hope that you understood thad messeges. I have problem with communication on rs232. I wrote program who send
|
| shell question | 22 Jan 2005 05:27 GMT | 15 |
Hey all I have my resolution on my pc at 1024*768 my 3 year old has a tonka game where the resolution should be 600*480. Unfortunately the game does not resize the resolution like most of his other
|
| Select case question | 21 Jan 2005 17:02 GMT | 8 |
One of the main subroutines in my program uses the 'Select Case' structure, with over 25 'Cases' and a 'Case Else' clause. I have two questions. Is there a way of transferring control from within Case 15 to Case 6
|
| how to run wscript.shell minimised? | 21 Jan 2005 14:31 GMT | 7 |
how can i make the following program run minimised? Strr = CreateObject("WScript.Shell").Exec("jview /cp docsdiag.jar docsdiag").StdOut.ReadAll run accepts windowstate flags, but doesnt allow stdout, where as exec
|
| Sorting help please | 21 Jan 2005 12:14 GMT | 2 |
I have a text file with an unknown number of entries in it. The data in the text file is in this format: 22.9,"June",2004 6.7,"July",2003
|
| How can I tell what version an MDB is? | 21 Jan 2005 07:34 GMT | 3 |
I have an mdb, but VB6 won't open it. Neither will Access 97. How can I tell what version it is? Error is: Unrecognised database format. MM
|
| Maximize-Minimize | 21 Jan 2005 04:07 GMT | 1 |
How can I tell (in code) when a form is being restored from the taskbar after having been minimized? I don't want my 'form.resize' event to be executed in this situation. Thanks,
|