| Thread | Last Post | Replies |
|
| .ldb file locking | 29 Apr 2005 22:21 GMT | 1 |
Hi, I am a little confused. We are having a problem with a VB app producing an error "Could not lock file" within the production environment when connecting to Access databases via ADODB connections. (can not be duplicated in test environment). I have gone over hundreds of posts ...
|
| textbox and <Enter> | 29 Apr 2005 13:03 GMT | 4 |
I have been battling with this one...with a multiline textbox how does one get the curser to move to the next line when the user presses the <Enter> key?? Any help would be appreciated!
|
| imagebox | 29 Apr 2005 04:55 GMT | 2 |
Heres what I m trying to do .Ive set up a form with say an array of 4 image boxes and another larger image box .I want to be able to click on larger image box and index array images in that box each time I click.meaning click large image box and first pic show click again next ...
|
| Subproperties in subproperties! | 29 Apr 2005 02:14 GMT | 1 |
I created som custom controls with subproperties like... Buttons --|-- Button1 |-- Button2 I would like to put subproperties in the subproperties like this;
|
| Could not lock file | 28 Apr 2005 22:38 GMT | 5 |
I have a lot of users getting a warning message -2147467259, "Could not lock file". The error handler routine sending the warning, comes from one of several functions which are NOT doing any kind of update process. However these function's are launched from a timer function to ...
|
| DataGrid and Paging | 28 Apr 2005 21:31 GMT | 1 |
Hello Masters! Anyone can help me with the datagrid, well, the app load a lot of data from DB and it show on the datagrid, and well,
|
| Flashing MDI Children | 28 Apr 2005 17:13 GMT | 3 |
I have a project wich is currently pretty simple, with a main MDI form and 1 child wich is automaticly loaded at startup. I'm an encountering the problem that controls who are placed inside a frame, start flashing when i move the mouse over them. I've read some threads about the ...
|
| validation event doesn't fire when moving to a SSTab control in VB | 28 Apr 2005 00:22 GMT | 4 |
Validation id working fine for me except when the user selects the SS tab control. In that case the validation event (for the control about to lose focus) does NOT fire even though the causesvalidation property is tru for the current control AND the tab control.
|
| How to drag/drop Outlook attachments to ListBox and vice versa? | 27 Apr 2005 10:16 GMT | 1 |
I posted a message before about how to drag/drop from Windows Explorer to ListBox and vice versa. From the replies to my message, the coding below works perfectly. Now I need to be able to drag/drop Outlook attachments to the ListBox and
|
| SEND and iNET control only works when stepping thru code? | 27 Apr 2005 05:51 GMT | 7 |
I'm having problems with the iNET control for VB6. If I step thru my code via debug session in the IDE, I get NO errors and the file is transferred. If I run the code without stepping thru the code (no breakpoints), I get NO
|
| Explorer-type Treeview Control | 27 Apr 2005 05:33 GMT | 3 |
I have VB 6 Learning Ed. I have previous VB experience, and would humbly think of myself as a intermediate. The question I wish to pose is this. How can I cause VB to iterate through a drive (ie C:\) and fill out a Treeview contol for me, since I have no idea what is in the ...
|
| Getting Data From Other App | 26 Apr 2005 21:14 GMT | 1 |
i have a 3rd Party program (A) that has a ListBox with string data in it and i want to create an app that has a ListBox on its form and will get the data from the (A) program and stay up to date with all the data from program (A). i am beginner to vb6 and any
|
| Treeview control will not allow user to select node | 26 Apr 2005 16:06 GMT | 1 |
Treeview control will not allow user to select node. On most computers this issue does not occur. However, on a handful of computers the users cannot select the node in a treeview. To get around the problem the users have been right clicking on the node
|
| iNET works on Dev Machine but not others. | 25 Apr 2005 23:05 GMT | 1 |
I'm trying to implement some file transfer routines utilizing the iNET control in VB6. I have one routine, ftp_LMS that "PUT"s a file to our FTP site, that works on the development machine and when deployed. I have another routine, ftpFromLMS that "GET"s a file from the FTP site, ...
|
| WebBrowser | 25 Apr 2005 18:56 GMT | 11 |
I would like to use a WebBrowser Control in a Windows Form & pass information to the loaded pages... ie user name & password type information... is this possible? I know how to load the web page...but I'm not sure how to pass values to the fields within the loaded web page.
|