| Thread | Last Post | Replies |
|
| How to script telnet commands? | 07 Jul 2006 22:41 GMT | 4 |
I have general question about scripting telnet commands. I have tried to do so using a batch file, but haven't succeded. Can anyone help me with MS links to sources or how to accomplish this with batch or vb script? Thanks in advance
|
| Client Server App Question | 07 Jul 2006 21:01 GMT | 4 |
I am a some what beginner to intermediate VB programmer, but I was asked if I could create an application the does the following: Workstation: Small colored circle system tray icon that will change color when a code is issued
|
| Collections | 07 Jul 2006 19:40 GMT | 12 |
When you create a collection and then add members to the collection can you just set the collection object to nothing to clean it up or must you remove all members from the collection first then set it to nothing ? Seems that if I don't remove all the members of the collection that ...
|
| Error adding reference to IObjectSafety type library | 07 Jul 2006 19:39 GMT | 1 |
I am trying to add the IObjectSafety stuff to an Active X control project. I am following the information found: at http://support.microsoft.com/default.aspx?scid=kb;en-us;Q182598 (The article gives a step by step guide on what to do)
|
| MVP attention - Download links do not work for updates to VB4 | 07 Jul 2006 17:28 GMT | 1 |
Hi MVP's If you visit here http://www.microsoft.com/downloads/details.aspx?FamilyID=4cb7569c-bdb9-489f-8e64 -c2e85881a70c&displaylang=en which is
|
| Option buttons | 07 Jul 2006 15:11 GMT | 3 |
I have a form with three sets of option buttons, as well as textboxes and combos. I have to do insertions into a database. I originally set up this position of the database with one main table and three tables; each of the three tables to represent a set of option buttons; i.e.
|
| Handling a ODBC timeout | 07 Jul 2006 14:18 GMT | 9 |
Can someone point me in the right direction? We have an application that may sit open on someone's PC, say over lunch. When they return and try to load a screen with data, VB throws a run-time error of 40002. I am assuming that the ODBC connection to DB2 has timeout.
|
| reference a vbp file from one computer to anothe ina network | 07 Jul 2006 13:31 GMT | 2 |
i am working in a clinet server project in vb.i want to set refence to .vbp file running in anohter computer to this computer. can we do that Thanks Rajesh
|
| using VS6 debugger for VB6 | 07 Jul 2006 05:19 GMT | 5 |
several years ago i talked with a very clever MS fellow who was assigned my case for a bug in my VB6 app. he mentioned in passing that it was possible to use the VS6 IDE and the VB6 app's pdb file to step into the C++ COM code that my VB app was using. this was a revelation to me ...
|
| reading from a card reader | 07 Jul 2006 01:34 GMT | 10 |
I have an application in which I am trying to read the data stored from a magnetic card reader. I was using the inputbox function but am able to read only the 1st Track of data. i also need to read the data in the second track. Any help would be appreciated.
|
| newbie question | 06 Jul 2006 23:50 GMT | 8 |
i'm trying to create a large on screen keyboard so user can fill out a form. i used regular vb buttons on the keyboard. how do i code the button so that the characters show in the textbox with the blinking cursor?
|
| VB3 Project Load error | 06 Jul 2006 22:14 GMT | 2 |
When I try to open a .MAK file the following errors messages appear: "You do not appear to be licensed to use Truegrid in Design mode. Sorry" "Can't load custom Control DLL c:\RemRep\Truegrid.vbx"
|
| Issues running a program from the shell? | 06 Jul 2006 21:04 GMT | 13 |
Basically, ive got a program called LabelG.exe which i need to run from a network location - \\SERVER2\Files\LabelG\LabelG32.exe The problem is, ive got the below code, it runs with no errors, yet does not actually call the program or something. As passing those details
|
| How to Convert XLS File into a CSV File | 06 Jul 2006 19:41 GMT | 4 |
Hello Friends, I am having a File in XLS Format. I need To convert this file to CSV File Format. through visual basic Code With Regards,
|
| Listview Checkmark - Ignoring Mouse Input | 06 Jul 2006 18:26 GMT | 3 |
Is there a way to get listview to ignore the mouse input. Right now if the user clicks on the check box or double clicks on the selected line the checkbox changes state. I would like the control to ignore that user input. If I change the "Enabled" property to false it also ...
|