| Thread | Last Post | Replies |
|
| Detect the Connecting of an USB-Drive | 31 May 2008 07:55 GMT | 1 |
Hello together, I want to write a program in Visual Basic 6 (NOT visualbasic.net), which runs resident in the background and executes some commands as soon as it detects a new USB-Drive.
|
| XML & CDATA | 30 May 2008 15:39 GMT | 5 |
I have a program whereby I send and xml order to a payment service and they send an xml reply. Mostly the reply reads AUTHORIZED or REFUSED but sometimes if the payers postcode is wrong or not included or the Cardholders name or other crad details are incorrect I get a reply with a
|
| Lost VB6 | 29 May 2008 23:03 GMT | 6 |
I recently lost my VB6 installation due to a system crash. I still have the program files, and I have the serial number. MS no longer has the replacement CDs. Is there any way I can reinstall?
|
| on error resume next | 29 May 2008 12:22 GMT | 1 |
Hi VB6 programmers, I just went into a trap which I want to prevent your from... Sometimes I use the one-line if...then construction for its simplicity: if a / b > 0 then c = d
|
| Non-programmer - trying to get VB 6.0 installed on a Vista machine | 25 May 2008 07:58 GMT | 7 |
Last year, someone sent me a working copy of VB 6.0 from the Sams book "Teach Yourself VB in 21 Days". This was enough to get a program that my wife wrote in VB 6.0 to run on my XP machine. I bought a laptop with
|
| missing bodies | 25 May 2008 05:31 GMT | 2 |
where have all the pros gone? dam tangled up in that net I bet
|
| Newbie Q: Multi User Access | 25 May 2008 00:03 GMT | 3 |
I have an application that I have developed. It has a UI that manipulates an Access database. I would like to allow multiple user to access this application. Is there a setting somewhere in the properties? Does the application need to be put on a server?
|
| debugging a vb6 dll | 24 May 2008 22:12 GMT | 4 |
i have an asp solution running on IIS 6.0 that calls vb6 dll's. i can take one of the dll's out of com plus, and run it through visual studio 6.0 so i can step through the code. when i do this with another of the dll's, i get the following error:
|
| how to open an excel template (xlt)? | 23 May 2008 07:48 GMT | 7 |
I'm using visual basic 6 , i would like to write code that do the following
1 - open an excel template (.xlt ) with text data to import 2 - specify the path to the .txt file
|
| Need for Speed | 22 May 2008 19:48 GMT | 9 |
Is there any difference in speed between these 2 methods? In .BAS Module Global Const MPH_TO_FPS = 5280 / 3600 'Convert MPH to Feet per Second
|
| Help choosing Office app for database | 22 May 2008 07:04 GMT | 1 |
I'm trying to write a small app for my wife's chiropractic business. She needs a list of patients, schedule and a way to print insurance forms with codes. I could use MS Access...which is great because searching for patients
|
| Clipboard to Textbox | 20 May 2008 12:59 GMT | 2 |
I have several textboxes, I want to click on one to select it, then click a button to insert the text from the clipboard into it. I've tried several ways to do this, but can't figure it out. Can anyone help! (simply)
|
| Looking for a Rock Star... | 20 May 2008 00:22 GMT | 7 |
Personally, I don't care for random job postings in the groups I read, so please don't take offense to this message. I am not a recruiter. I have a very genuine offer for full-time employment for a talented individual.
|
| can the console application written in VB run alone? | 19 May 2008 19:43 GMT | 2 |
Assume I write a console application using Visual Basic, I am wondering if that compiled console application can run alone (without any need of some additional VB files)? Thank you.
|
| ComboBox | 19 May 2008 08:05 GMT | 4 |
I have a combo box on a form that is poulated at runtime with a list of years. When the form is populated, if the data has a year I set teh combobox.text to display the year. If this then needs changing the listindex is shown as -1. How can I iterate through the combobox items
|