| Thread | Last Post | Replies |
|
| VB6 from Windows 2000 to NT | 15 Apr 2005 21:30 GMT | 2 |
I have written a number of programs for my company using VB6 using a Windows 2000 operating system. Some of the end users of the programs are still using Windows NT and in order to accommodate these users I have been compiling
|
| Tab form control | 15 Apr 2005 20:09 GMT | 1 |
I have created a form with a tab control in the detail. The control has 11 tabs. The first 10 tabs contain controls for inputting data into a query that updates a table, the 11th simply compiles data from the other 10
|
| Adding a Global Group to a Local Group from a List of Machines | 15 Apr 2005 19:17 GMT | 3 |
I am trying to add a global group (Desktop Services) to the local Administrator group for all machines listed in a text file (machines.txt) utilizing the following script (DesktopServicesScript.vbs). However, I keep getting the this error ( C:\DesktopServicesScript.vbs(89,
|
| Can a usercontrol place itself on a form (resize and position) | 15 Apr 2005 19:10 GMT | 3 |
Like the Statusbar, when placed on a form, it goes directly to the bottom taking the scalewith as well, and not moveable Any idea? Patrick Garceau
|
| Browser does not read XML file properly | 15 Apr 2005 17:13 GMT | 15 |
I am trying to read XML file contents into HTML,while at the time of reading it doesn't read properly means it doesn't disply in order. It give some spacing between records while at the time of displying in HTML page. what is the problem?If any one knows the solution please let me ...
|
| Monitoring a region in a UserContrtol | 15 Apr 2005 16:47 GMT | 3 |
I need to detect a click mouse in a specific region inside a usercontrol to be able to raise an event Can someone Help? Thanks.
|
| path syntax prob - e.g "FOR /r c:\"Program Files"\app %%f IN (*.dll) DO Regsvr32 /c %%f" | 15 Apr 2005 16:45 GMT | 5 |
Can anyone tell me why this auto registration of DLL + OCX is not working ? (i.e what is wrong with my syntax - "path") FOR /r c:\"Program Files"\app %%f IN (*.dll) DO Regsvr32 /c %%f FOR /r c:\"Program Files"\app %%f IN (*.ocx) DO Regsvr32 /c %%f
|
| Executable Cursor | 15 Apr 2005 15:32 GMT | 2 |
Good morning. I have a VB project that works just fine (when I start the application the cursor is the standard arrow) BUT when I make an executable of it and start the application using the executable, the cursor remains as an hourglass until I make a selection from the ...
|
| ODBC connections crashing | 15 Apr 2005 14:37 GMT | 2 |
Good Morning all, I cleaned up my pc the other day by uninstalling a few shareware programs I no longer needed. I think this is how I created my problem. Now when I try to connect directly to Sql server or my DB2 dbs or even
|
| winsock maximum data per send | 15 Apr 2005 14:18 GMT | 1 |
Is there maximum amount of data that I can send every time I send out data using a winsock control ? Thank you.
|
| Drop down menu | 15 Apr 2005 14:05 GMT | 5 |
This may seem like a strange request but is the a command that will enable a command button to cause a drop down menu in the same form to "drop down"?
|
| vb color problem | 15 Apr 2005 14:00 GMT | 1 |
I have been a web entry level programmer for only about six months right now. The web application that I am supporting was written by another person. The person that wrote the application is no longer with the company. The problem that I am having are colors that are displayed. ...
|
| Scalemode | 15 Apr 2005 13:45 GMT | 2 |
I use lots of graphics in my program so I try to set the form's scalemode to pixel to make it easy to draw and device independent. Then when it comes to resize the form itself, it's a big headache. I realize I can't set form's width and height by pixel. It still using twip. But ...
|
| Converting Visual Basic 5.0 Code to That for Version 4.0 | 15 Apr 2005 11:31 GMT | 8 |
Earlier today, I acquired some sample Visual Basic 5.0 code from the Internet, for using DirectInput to interface with a game controller, but only possess Visual Basic 4.0. In attempting to convert, these problems have been encountered, at least thus far:
|
| Wierd Problem | 15 Apr 2005 09:48 GMT | 2 |
Sorry, I am not sure if this is the correct place to post this since I cannot pinpoint what is causing the problem. Here is the rundown of my situation: Programs are distributed through active X controls (developed in VB6) through an Intranet.
|