| Thread | Last Post | Replies |
|
| can someone post a simple example of a class with a static method in vb6? | 10 Nov 2006 18:20 GMT | 8 |
I am working on a vb6 app and want to add a class with some static methods (like you do in vb.net). For example in VB.NET you would do: Public Class TestClass
|
| Which API function to use for monitoring keypress | 10 Nov 2006 17:55 GMT | 2 |
I have a tool in my form to preview PDF files (it is from a third party company, not Adobe itself.) When running the application and previewing a PDF file, if user clicks on the previewed PDF file and presses F1, it will bring up Adobe Acrobat help. How can I disable this? I set ...
|
| Slow application exit on windows 98 | 10 Nov 2006 16:46 GMT | 13 |
I have a big problem. Sometimes, when I close my application it remains as froozen on the screen. Debugging my program I've seen that I call a method of a my class and that before the first instruction is done, 20-30 seconds are
|
| Using Wininet and FtpPutFile() | 10 Nov 2006 16:18 GMT | 1 |
When using wininet and uploading file to server using FtpPutFile() API I do not receive any callback notification that transfer was completed. Where should I look for that? I need to disconnect connection as soon as transfer is over.
|
| Dice roler | 10 Nov 2006 15:46 GMT | 7 |
My program roles two dices as many times as the user types in. But the application crashes if i type in 0 times...Why? Thx
|
| VSI 1.1 how to set up the custom folder for application executable | 10 Nov 2006 15:25 GMT | 5 |
Hi,I have a VB6 project with custom DLLs. For some reason PWD does not work for this project. It starts running and then disappeared without any message. I tried to use VSI 1.1. It works fine for me but I need to install my application into a custom directory (i.e. C:\Test). In ...
|
| transparent background | 10 Nov 2006 13:57 GMT | 6 |
Is it possible to make an image file's background transparent so that it is transparent when it's displayed in an Image corntrol (or PictureBox control).
|
| VB6 Merge Modules and Vista | 10 Nov 2006 09:21 GMT | 3 |
I don’t know whether here’s the right place to post this question, but it seems that you guys know what you’re talking about so might as well try. We're designing our application's installer (using InstallShield 12) to be compatible with Window Vista. Our VB6 application requires ...
|
| Display thumbnails | 10 Nov 2006 08:08 GMT | 1 |
I have an application which diplays up to 48 thumbnails (each image is about 2 megapixels) but it loads very slow, even the images which are much smaller take too long. What is the best way to display thumbnails? I am currently using filestream but somehow I think it is loading ...
|
| How to select a fax driver? | 10 Nov 2006 06:16 GMT | 5 |
Newbie VB6. I have an application that users click on command1 button to open the print window and then select the printer or fax drivers from the list to print or fax the form1.
|
| Save a unicode text file | 10 Nov 2006 05:14 GMT | 1 |
I am trying to save a file having unicode name in .txt format in Visual Basic 6.0 SP6 and getting an error "Permission Denied". Please suggest. Thanks
|
| GUI Issue: Controls NOT visible when .Visible = TRUE | 10 Nov 2006 02:48 GMT | 15 |
This is one that I can't figure out. In a large application we have several forms where this occurs, sometimes randomly ... but some forms it happens to the same control every time. In each case the control is either a textbox, ComboBox or Date control In
|
| Close All Open COnnections | 10 Nov 2006 02:03 GMT | 2 |
Does anybody know of a way to close all existing open ado connections in a project? Thanks AK
|
| Pinter Size | 10 Nov 2006 01:50 GMT | 2 |
I have VB6 on WinXP SP2. I have a memory address in a Long variable. How can I find out the size of that pointed memory in bites? Thank you,
|
| if IsNumeric | 10 Nov 2006 01:17 GMT | 4 |
I have made this simple program for counting Body Mass Index. User of the program types in weight and length. A function checks if weight and length are numeric Then Calls function Count()
|