| Thread | Last Post | Replies |
|
| Looking for an ActiveX control | 27 May 2005 01:02 GMT | 1 |
Hello VB'ers, I have spent a frustrating few hours searching for a particular control. I am going to continue searching, but thought it might be more productive to put the question to those with more experience than I.
|
| Starting a VB6 program with command line args from a bat file | 27 May 2005 00:57 GMT | 2 |
I have an application where I want to start multiple instances of the same VB6 program with different command line arguments for each instanciation. I thought I could write a bat file as follows.. MyProgram "This is the first command line argument"
|
| How do I server.urlencode in VB? | 26 May 2005 23:17 GMT | 1 |
I'm using a ROT13 derivative that somebody kindly sent me to use in my VB app, but I don't know how to make the gobble-de-gook that it creates URL-friendly. I'm using a shell command to initiate the web browser, which I tag my
|
| Installation Problem | 26 May 2005 23:14 GMT | 3 |
A user reported the following message when trying to install my software. I use MS P&DW. -->8--- I get a "16bit Windows Subsystem" windows popup with following message.
|
| Can VB6 & VB.net co-exist | 26 May 2005 22:03 GMT | 5 |
I have a lot of VB6 code under development and support, but want to experiment with VB.net. Can I install/use VB6 and VB.net on the same machine without conflicts? Are there any "tips and tricks" I should know about doing this?
|
| Correct way to get random results with arrays | 26 May 2005 20:43 GMT | 6 |
Could you please help me with this because I am going round the bend. In essence, I'm working with the following type of array: arrNames(x,y) x always equals 0 in this case because I'm working with 1 dim here
|
| use SysTreeView32 | 26 May 2005 17:08 GMT | 2 |
I need a dialog box like the ones showed in win XP for view all folders. Does anyone knows how to use the SysTreeView32 in my App?
|
| Create Virtual Serial Port | 26 May 2005 16:45 GMT | 6 |
Does anyone know how to create virtual serial port in VB6? I found some ActiveX controls on the web that claim can create virtual serial port, I tried the demo, but has limited functionality and expensive. What is the best way to create from scatch in VB?
|
| Help on char or string var | 26 May 2005 16:44 GMT | 2 |
Helo everyone! I'm making some little app whitch will help me to get things automated,,,im in the need very often to make some little changes to some files, and something like this:
|
| updating multiple records with VBScript and SQL | 26 May 2005 16:00 GMT | 4 |
I have an ASP page that needs to update multiple records. I have 4 variables that are a string of values, for instance: id = "1,2,3,4" name = "Charlie, Lucy, Linus, Snoopy"
|
| Returning status code from VB exe | 26 May 2005 14:29 GMT | 3 |
How do I return a status code fom a VB (6) program, so that I can test it in .BAT command file. Matti
|
| Access collection using key | 26 May 2005 14:25 GMT | 7 |
Hi, I've set up a collection to keep track of forms. I've used the forms caption as the key to each object in the collection to keep track of which forms are stored in it. My question is how can I now use the key to determine if that form has already been loaded? I can loop ...
|
| PaintPicture with Printer Object in VB ver 6 | 26 May 2005 13:08 GMT | 8 |
I didn't find an active classification for this question, it seems very old topic, but I hope someone might be interested to help with it. I am trying to use the PaintPicture with the printer object to print several images in one page, and several text lines as well, all is ...
|
| Just Curious | 26 May 2005 08:58 GMT | 45 |
I would like know... are the folks at MSDN professional programmers who thus know how to organize, explain and present MSDN library topics in useful easy to find and understand format or are they just technical writers who do not understand the real programming world and thus can't ...
|
| Resize | 26 May 2005 07:27 GMT | 3 |
Can some one please point me in the direction of some C# code that will resize all controls on a form when the form is resized. Thanks
|