| Thread | Last Post | Replies |
|
| How to Populate 4 combo boxes from a comma separated file - VB6 | 03 Oct 2006 20:47 GMT | 5 |
Hi. I need to read a comma separated file and place the values in 4 combo boxes on a VB6 form. The comma separated file has 4 elements in each row and I need to populate as follows: combo1 needs the first element of all rows
|
| How do I wait? | 03 Oct 2006 20:21 GMT | 38 |
I'm jumping back into VB programming after a long (10+ year) absence. I think it was VB3 when I last programmed in VB. I've downloaded the VB Express from MS and most everything is coming back, but I'm reasonably certain that way back then there was a sleep (or pause
|
| how to create a logon script | 03 Oct 2006 19:51 GMT | 1 |
can somebody help me in creating a logon script which opens a specific program when a particular scripted is executed at the logon by the help of group policy.the program is stored in remote location.
|
| When attempting to close MDI, endless loop begins | 03 Oct 2006 17:42 GMT | 1 |
I have a vb6 program that has a single mdi form with many child forms. I just created a new form with the same properties as the ones previous. With this form, I can double click on a listbox to update the record tied to the line of the listbox. If I close that update form,
|
| ODBC Connection | 03 Oct 2006 17:32 GMT | 2 |
i need help with an odbc connection to a database which is not on server in the lan, ie. the database is on remote server that i can access through internet. is it even possible to do that without usin asp? and if it is, which parameter to use? i use vb 6.0.
|
| Dumb Question about SP6 | 03 Oct 2006 15:53 GMT | 6 |
I have just tried to apply SP6 for VB6 and get an error message. I download the update, expand into into a folder then run setupsp6.exe. This gives an error saying "
|
| ANN:Just released "The Webmaster Collection" | 03 Oct 2006 13:42 GMT | 1 |
A collection of tags, seals and buttons for your projects. While we are calling it the 'Webmaster' collection, these images can be used in any of your projects where you want to emphasize a special sale, guarantee, purchase, new, etc. You are going to love look these images
|
| ADO and Locking | 03 Oct 2006 11:59 GMT | 1 |
I use VB6/ADO/SQL Server 2000. I have a table (MachineConfig) that controls two machines. When the machine (ID = 1) starts, it will create it's own configuration data into the table, then "select * from MachineConfig where MachineID = 1" into a ADO recordset,
|
| VB Code-How do I make my application run on start-up? | 03 Oct 2006 11:35 GMT | 13 |
Hey. I'm an A-Level computing student. For my cousrework, weh have to design a system for a real user. My mum wants me to make her a program, and I've done most of it. But my mum has very little I.T skill, so she wants my program to automatically start running when she logs into her
|
| Visual Basic/Access Database - I'm a Little Stuck.... | 03 Oct 2006 08:50 GMT | 8 |
I'm trying to get through the first steps of getting information from an Access database using Visual Basic (with ADOBD). I'm writing a procedure for a button on a form that's part of the database in question. I have:
|
| Printer object | 03 Oct 2006 06:38 GMT | 7 |
I am using the Printer object of Printers collection to print displayed image(s) to the printer. I have managed to print it using: Private Sub PrnPicture(sFile as string)
|
| Help doing this with MSHFlexgrid??? | 03 Oct 2006 03:53 GMT | 3 |
Hi. I want to be able to hold down the left mouse button and color cells from left to right (right to left) as I drag the mouse in that direction. As I drag I want to be able to keep the left mouse button down and erase
|
| Option button transparency | 02 Oct 2006 22:33 GMT | 19 |
Can anyone recomend a free option button replacement that allows transparency with text. I've tried the forms 2 version, but doesn't apear to be leagal to distribute.
|
| Script to delete all files in 4 different directories | 02 Oct 2006 21:54 GMT | 5 |
I am completly new to scriptiing, and am looking for some help in writing a script which will look in 4 different folders in the C:\ drive of a W2K server and delete all the contents in that folder. Also I am looking to schedule it to run on 100 odd servers at a weeklky
|
| Limit number of char's keyed into a text box? | 02 Oct 2006 21:46 GMT | 5 |
How can I limit the number of characters that can be entered in to a textbox? I have a situation where I want to allow no more than 4 characters to be entered. I don't want to go through the hassle (for both me and the
|