| Thread | Last Post | Replies |
|
| Add-In Manager (does not display Package and Deployment Wizard) | 06 Apr 2006 01:12 GMT | 2 |
greetings pros, below is the link bout my problem, but it can be solved if the Package and Deployment Wizard is visible in Add-In Manager in VB6. http://support.microsoft.com/kb/299527/en-us
|
| DateTimePicker - datatype | 05 Apr 2006 23:42 GMT | 1 |
I am using a datetimepicker control on my VB 6 form. That value is then sent to a Crystal Report which retrieves report items from a Sql Server database. I have determined that my datatypes are not matching up. I would like to convert the value of the datetimepicker in VB 6 to a ...
|
| Shipping MDAC With App | 05 Apr 2006 23:28 GMT | 6 |
MDAC adds a lot, in terms of size, to the setup.exe for our app. Is there any reason to ship MDAC if we set Windows XP as the minimum operating systems for our users? Dan
|
| VB6 package available somewhere? | 05 Apr 2006 18:38 GMT | 25 |
Bear with me here :) I need to teach myself ASP.Net but I have no VB at all, other than as a long time programmer I can certainly follow it easily enough, just don't have the syntax to write it. I found an older "SAMS Teach Yourself Visual Basic 6 in 24 Hours" book and CD at my ...
|
| Battleships | 05 Apr 2006 18:28 GMT | 4 |
Has anyone come across sample code for the age old game of Battleships? I'm not a true / real VB programmer, but I can Cut, Copy and Paste real good :-)
|
| RaiseEvent doesn't Raise Event | 05 Apr 2006 17:57 GMT | 7 |
Using VB6 SP6 I'm running into the following problem: I want a form (formView) to tell the calling Class (clsResults) the data entered is complete and valid. The RaiseEvent in the following (simplified) code does not raise an event.
|
| See if file exists | 05 Apr 2006 15:59 GMT | 16 |
What is te simplest way in VB6 to check if a file on the HD exists or not (for example C:\Photographs\mypicture.jpg). I can't find any method or function to check it. Thanks
|
| error message macro? | 05 Apr 2006 15:55 GMT | 2 |
I am confused and would like some help please every time I open M.S. Office word I get a window titled Microsoft Visual Basic it contains the following message
|
| automatic drop down on combobox | 05 Apr 2006 15:19 GMT | 1 |
Randy, Thanks, that works. In my program I want to leave that dropdown, clic a 2nd cmd button and highlight the 2nd item in the list, and b clicking a 3rd command button select it. The drop down list disappear
|
| Accounting Software in Visual Basic - Free source code | 05 Apr 2006 15:08 GMT | 16 |
We can learn any programming language well only after doing some hands on exercises in that particular language. Simple toy examples won't give us good exposure. We have to do a complete application. And this complete application has
|
| replacing some bytes of a binary file | 05 Apr 2006 15:07 GMT | 7 |
I want to replace a certain byte sequence inside a huge binary file with another byte sequence(same byte length) with a vb6 program. For example, if I look through the file and find the start sequence 0x0A,0x0B,0x0C it should be replaced with the new sequence 0x00,0x01,0x02.
|
| How to move folder with files (.tif) to different directory? | 05 Apr 2006 14:23 GMT | 4 |
Hi, All I have to move a number of subfolders to archive directory with all their context - .tif files, some of subfolders have up to 400 .tif files. The code below always return an error 70 Permission denied of the last subfolder.
|
| Help. VB dotnet windows service dll calling VB6 dll component | 05 Apr 2006 08:16 GMT | 2 |
I have been searching and trying to figure out this issue for several days now but I can not find any answers. I have a windows service written in vb dotnet. This service is on a timer. It polls the DB for items to execute. When it finds these items it starts a
|
| vb6 listview | 05 Apr 2006 02:05 GMT | 1 |
I’m using listview in report mode with a number of columns. I want to select an item. Double clicking allows editing. I don’t want the user to edit, just select. How can I suppress this behavior?
|
| GetDSNs | 05 Apr 2006 02:04 GMT | 9 |
How can I get only the list of System DSN on the machine. I tried using ODBCTool.dll. it gives me the User DSNs too. How can I filter it. is ODBCTool.dll generally available on the machine. I am looking from the
|