| Thread | Last Post | Replies |
|
| Joy Pad Control On VB6 under XP/W2K - Cash Reward | 13 Nov 2004 15:48 GMT | 3 |
Can any-one help with a problem I have on VB6? Many moons ago I wrote an application that used the attached joystick.bas module to use 2 x Microsoft Sidewinder Game Pad Pros as input devices for my application. The application works great in VB6 under Windows 98 but will
|
| problem with my toolbar | 13 Nov 2004 14:55 GMT | 3 |
few icons of my standard toolbar are disappear when i start vb. I think this problem began after install mz_tools. Somebody know how to resolve it? please Thank
|
| flexgrid - sorting | 13 Nov 2004 12:55 GMT | 1 |
i have a column values on flexgrid like this format "11/12/2004 1:27:15 PM". is it possible to sort by date? Thanks bala
|
| Another flexgrid question | 13 Nov 2004 12:29 GMT | 2 |
I have been struggling to do the following with the flexgrid: 1) Get it to auto scroll: I want the rows to scroll automatically if the number of rows go beyond the screen. This should be done every second (one row at a time). First, from top to bottom and then, possibly from left to
|
| Import data from tables. | 13 Nov 2004 04:04 GMT | 2 |
I have a table called MNames. My Client has a table Called Names. I need to import some of the data from Names into MNames. example Name, Address, City etc. I am using VB 6.0 SP5.
|
| incomplete TCP connect attempts limit problem | 13 Nov 2004 03:59 GMT | 3 |
Windows xp sp2 limits the number of concurrent, incomplete outbound TCP connection attempts. After I updated from xp sp1 to sp2, my application doesn't work functionally.
|
| How do you create error code? | 13 Nov 2004 03:13 GMT | 3 |
I've been around and around this subject for absolutely years, and there seems to be no easy way to be able to reproduce the kind of automatic error reporting that some other languages have built-in. There are a number of approaches I've seen. The most common is a scheme like:
|
| custom class and form | 13 Nov 2004 02:07 GMT | 4 |
I have a class myClass which I use to instante a form. The class controls the form, meaning that I have a method in myClass which fills up a treeview. This works fine. I also have a button on this form, and when it is clicked I want the
|
| Dump UDT to worksheet | 13 Nov 2004 00:13 GMT | 1 |
I significantly simplified my VBA data analysis code by using a simple UDT (2 fixed-length strings + numbers). It works great, but after much reading and trying, I'm still puzzled how to 'dump' a resulting UDT into a worksheet column, without having to reference
|
| problem installing .DLL | 12 Nov 2004 23:51 GMT | 1 |
I have created a simple DLL in VB6 to be used with a .NET application. When I Install the .NET App (on win 98 pc) there is an error because of the VB6 DLL DLL No registered!
|
| Copy open files | 12 Nov 2004 23:27 GMT | 3 |
To help combat users who do not backup and then have a system crash I want to introduce a method of quietly copying their databases (mdb's) to another directory during the day. This will mean copying files that may well be open, is there a safe way of
|
| DirectX and VB graphics | 12 Nov 2004 22:13 GMT | 3 |
 Signature hello How much difference does DirectX make to VB game programs as opposed to...................... BitBlt or something
|
| Duplicate Definition mscomctl.ocx | 12 Nov 2004 21:49 GMT | 1 |
I am running .NET 2003 and VB6 on my machine. Primarily, I run VB6. Occassionally, I see something I think would be easy to put together in .NET 2003 and I go for it. Yesterday was one of those days. This morning I went back to working on a large project in VB6 and
|
| VB6 - Start up form | 12 Nov 2004 20:15 GMT | 1 |
I've just installed VB6 and am trying to assign form1 as the start up form, but the only options in the drop down box are "sub main" and "none". Please tell an idiot how to make my little test project start up when I click start on the menu bar.
|
| Registry Permissions | 12 Nov 2004 19:02 GMT | 11 |
I want to allow all users to use all the controls, but whenever they try to access them they get a "Permission Denied" error. It looks like the problem is that they don't have correct registry permissions, how can I set this for them?
|