| Thread | Last Post | Replies |
|
| Help with deployment | 18 Jan 2006 20:41 GMT | 2 |
I have a VB6 app that uses a DB and a home grown config file. There are also a couple of XML files. I need to be able to install this application so that if multiple user accounts exist on single computer all of the users will be accessing the
|
| Error Checking Question | 18 Jan 2006 17:27 GMT | 5 |
I've got a small utility program which runs vb scripts that are in an access database. A lot of the scripts that are stored do some database updates. In order to check if the update succeeded, as part of the vb script I do a select statement on the table that was just updated with
|
| Send Keys in Scheduled Task | 18 Jan 2006 16:16 GMT | 5 |
I'm running a number of command-line utilities that require logging in to run, so I wrote a VB app that will use WScript to call the function and send the ID and Password. This works okay if I run the utilitity normally, but when I schedule it as a task or run it in an RDP session
|
| Replicating keystrokes in VB6 | 18 Jan 2006 15:38 GMT | 1 |
Ive designed my own web-browser and I'm trying to get it to download various files past a login screen. I'd like to know how to replicate certain keystrokes within the browser (Tab, space, enter and A-Z keystrokes) so it automatically does this -
|
| Programming ctrl-pins of rs232 | 18 Jan 2006 09:30 GMT | 4 |
Hallo NG! For a teletype demonstration with students I need to program the i/o pins (dtr/rts/cts) of the rsr232-port or pins of lpt1. Has anyone done this? Are there code-snippets/-examples available somewhere? Any other ideas?
|
| Static vars in VB6 | 17 Jan 2006 20:47 GMT | 11 |
Is it possible to initialize a static variables value (within a sub) or do I need to change the scope of this variable to the modular level and write code to initialize it at start? Thanks.
|
| populate menu at run time | 17 Jan 2006 18:02 GMT | 5 |
I'm using VB4-32 and want to populate a menu listing COM ports after enumerating the ports at run time. How do I do this?
|
| Zeroing a static variable | 17 Jan 2006 15:39 GMT | 15 |
Good day everyone, I have declared a counter in an event procedure as follows: Static TxtCntr as integer How do I set the counter to zero from within a different event
|
| "Pausing" a for next loop | 17 Jan 2006 14:17 GMT | 2 |
I am printing records on a screen with a for next loop and there are too many records for one screen. Therefore I have to "pause" the printing process to allow the user to read the records on the screen. When the user then "presses any key to continue" I erase the screen and
|
| Message for Ivar Ekstromer | 17 Jan 2006 13:22 GMT | 2 |
Come on Ivar. That email address of yours (even with the obvious removed) is a waste of time! Sometimes my messages get through, but at other times they bounce back, sometimes immediately but often days later. Pull yourself together lad!
|
| radio buttons visual basic | 17 Jan 2006 13:05 GMT | 8 |
If opt1.Checked = True Then Txtprice.Text = +"£390" ElseIf opt2.Checked = True Then Txtprice.Text = +"£550"
|
| Get text from edit box | 16 Jan 2006 22:41 GMT | 2 |
Hellou! Please can anybody tell me how to Get text from edit box in some window (etc. notepad) if i have HWND of this edit box. I try by using GetWindowText API butt this API return text only if this text
|
| vertical text | 16 Jan 2006 18:28 GMT | 3 |
Any way of making a text box go up/down the screen instead of across? If not are there any methods of putting text vertically jaez
|
| VB/ Access 2000 | 16 Jan 2006 16:49 GMT | 12 |
Does anyone know why there are so many " in the following statement - the bits with >> in front of them (done only to mark them out to you)? Dim strterm As String Dim varresult As Integer
|
| Can't open solution | 16 Jan 2006 15:34 GMT | 3 |
I have a web solution with two projects. I tried to open a new web project in the solution and the "Opening project" dialog box came up and stayed up continuously (with the dots circling the world). When I killed the dialog box by pressing the "X", I got the "End Now" dialog and ...
|