| Thread | Last Post | Replies |
|
| VB6 DTS Question | 13 Sep 2004 18:40 GMT | 1 |
I have ca VB6 program (from W2K & WinNt using SQL Server 2000) that currently transfers (migrates) many components from server to server including files, programs, tables, SPs, and such. I use DTS for much of this. I'm trying to add functionality to transfer SQL Scheduler Jobs ...
|
| ST6UNST.EXE Package and deployment wizard question | 13 Sep 2004 09:52 GMT | 4 |
How do I get a short cut under my applications Start menu folder that will run the uninstall application to remove my app. I am using the Package and deployment wizard to create the setup. I have tried adding a Short cut then under properties saying it is to run
|
| ActiveX EXE Binary compatibility | 10 Sep 2004 15:14 GMT | 4 |
Does ActiveX EXE have the same issues as ActiveX DLL with Binary compatibility in VB6? Ian
|
| Controls with no events ?? | 09 Sep 2004 08:15 GMT | 2 |
Are there any controls in VB that do not have any events ??
|
| Simple question on Listview | 09 Sep 2004 02:38 GMT | 4 |
I have a listview on which I have allowed MultiSelect. This requires the user to hold CTRL and click on the list items, in order to select more than one of them. However, the application I am developing is going to be run on a touch screen monitor and I can't expect the user to ...
|
| Help for my unused methods please | 08 Sep 2004 16:08 GMT | 1 |
Does anybody know a tool that could help me finding unused functions on my VB applications? Thanks for your help. Bernard Davest
|
| How to use VB to config ODBC | 08 Sep 2004 08:37 GMT | 2 |
I want to use VB to set ODBC. But I don't know how to do this. Please help me to find some stuff and talk about method. best regards, cschi
|
| Environment Variables Re-Visited | 08 Sep 2004 08:19 GMT | 3 |
Ken and Tony responded correctly to my previous enquiry re Environment Variables. But I really did not pose the question that I meant to.I simply asked if it was possible to programmatically create an Environment Variable using VB and
|
| print preview in VB application ?? | 02 Sep 2004 22:12 GMT | 3 |
I want to set a header and a footer in every page of my document. I need to design these as per my application colors and all. If I set the table header, then I get the header only in the first page and not in every page of my document. In all, I want to control all the options in ...
|
| Environment Variables | 02 Sep 2004 15:20 GMT | 3 |
I know how to interogate Windows environment variables and to access their values using ENVIRON in VB code. I know how to add an Environment Variable to the User area by Clicking on Control Panel, System, Advanced, Environment Variables etc.
|
| How to increase VB generate Excel File speed | 01 Sep 2004 18:40 GMT | 1 |
I use VB to generate Excel file, it is Ok, but the speed is very slowly, I can see every step motion in Excel. Has any method can increase VB generate Excel speed ? Thanks
|