| Thread | Last Post | Replies |
|
| VB6 created program will not run in XP | 19 Jul 2005 07:58 GMT | 6 |
I created a program using VB6 under WIN 98. The program uses an ado database. When I use the package and deployment program in VB6 on this program and then install it on a machine with XP Pro on it, I get the Provider
|
| ReStarting a program at runtime | 19 Jul 2005 02:54 GMT | 2 |
At runtime I would like to be able to restart the program with a different value in the command property. I thought maybe you could just call form_load(dataname) with a value in dataname that would trigger a desired effect but VB apparently doesn't allow
|
| Hibernation resume detect | 19 Jul 2005 02:31 GMT | 1 |
I have develloped an application in VB. This application communicates with the outside world via RS232 link. The link controls some machinery. When my computer hibernates and resumes the communcation will have to
|
| screenshots? | 19 Jul 2005 01:53 GMT | 7 |
Is it possible to take a screenshot of a portion of a window in your program, and then encode in a common graphics format such as JPEG or GIF? I want to take a rectangular snapshot of a window, with 4 corners of x
|
| Need a simple date function | 18 Jul 2005 14:44 GMT | 3 |
Given two dates, Date1 and Date2, I want to find how many February 29th there are between Date1 and Date2. thanx
|
| pass Int-values to C-Dll | 18 Jul 2005 14:07 GMT | 2 |
In my VB app, I pass Int-Values to a C-DLL with the following sub Public Declare Sub Init Lib "mydll.dll" _ (ByVal var As Integer) The strange thing is that if the "Compile to P-Code" option is checked,
|
| How to detect file Compatibility | 18 Jul 2005 06:42 GMT | 15 |
How can I detect a file's Compatibility setting? I particularly need to know if it's set to 256 color mode, but I'd also like to know if it's set for some particular operating system. Is this info available via the API, is it in the Registry, where is it and how can I get at it?
|
| Determine when What;s this? help is selected | 18 Jul 2005 04:51 GMT | 4 |
I am using a custom control that provides the ability to add several "buttons". The problem I have is the control can be assigned a What's this? help index value but the "buttons" cannot. If I can figure out if the What's this? help has been invoked, perhaps by the icon value, ...
|
| whats a good copy protection scheme or 3rd party product | 18 Jul 2005 03:13 GMT | 3 |
VB6 Pro win XP I have a program I would like to copy protect. Is there a good way to do it with code, or should I rely on a 3rd party product? TIA
|
| How many of you use the Microsofts ListView control in VB projects | 18 Jul 2005 02:08 GMT | 19 |
I have a feeling, that I can se it in many Microsoft's and third party applications, but when I started to use it, I learned that it has many limitationst: - the content of the listview cannot be directly printed,
|
| VB6 hangs when I try to change Font property in IDE | 18 Jul 2005 01:37 GMT | 3 |
I am running Visual Studio 6 SP5 on XP Pro, and when I try to use the font property on labels, text boxes or any control, I get problems.
|
| VB or VBA/excel? | 17 Jul 2005 20:51 GMT | 4 |
I am a self taught excel programmer and am embarking on development of software for mass worldwide distribtion. Is there any reason why i should consider using VB (which I have never used) over VBA within excel. Seems to me excel can do everything I need and I understand that ...
|
| Printer.Print | 17 Jul 2005 18:11 GMT | 6 |
using vb 6 pro and win xp pro. Is there a way to print to the printer using printer.print commands and know when you need to start a new page and also a way to keep records together on the new page. I have data that reaches the end of the
|
| FTP Ascii vs Bin | 17 Jul 2005 17:20 GMT | 1 |
Snippet below downloads in bin only. What needs to be modified so that I can download in ASCII also? ITC.Execute , "GET " & Chr(34) & strDownload & Chr(34) & " "
|
| Highlighy text in Text Box | 17 Jul 2005 15:34 GMT | 3 |
Using an InputBox, there is the option to *suggest* text (Default). It appears highlighted and can be accepted or replaced by the user. I am attempting to create my own input form which has one Text Box, one command button (cmdAccept ) and a simple label to tell the user to ...
|