| Thread | Last Post | Replies |
|
| Animated Gif | 04 Nov 2004 07:18 GMT | 2 |
I have an animated Gif file that I would like to add to my VB-Form. If I put it into a Picturebox or Image then the Gif is displayed but not animated. Does anyone know how I can display the Gif animated on the form?
|
| Dealing with foreign languages | 04 Nov 2004 03:10 GMT | 6 |
What is the best way to allow a VB application to be installed in one of several foreign languages? I write some small VB 6.0 apps that would be distributed to foreign countries. How does one deal with message boxes, help files, menu headings, etc.? I assume some sort of ...
|
| can i assign the collection object by '=' in VB? | 04 Nov 2004 02:44 GMT | 5 |
can i assign the collection object by using operator "=" just like the string assignment in VB6? i.e. "ColA" have 2 members a new "ColB" have 3 members
|
| Copying Array Parts | 03 Nov 2004 22:31 GMT | 3 |
Is it possible to copy an array of a single dimension into an entry of a milti-dimension array? Example Dim A(10)
|
| instantiate form object from other program written by visual basic 6. | 03 Nov 2004 21:39 GMT | 3 |
I plan to write visual basic 6 programs and one main program. That is one main program contains menu and link, the other programs contains form categorised by module. The main program able to instantiate a form object from other program written by visual basic 6. It call by ...
|
| HEX to Double conversion. | 03 Nov 2004 20:33 GMT | 5 |
I have a piece of code that works on XP but not on NT4 that converts a hex string into a double. strValue = "" For intJ = 1 To 8
|
| Automation Error | 03 Nov 2004 19:34 GMT | 5 |
I have created some DLL's to enhance an application. After I register the DLL's on Windows NT and Windows XP computers, the application works fine. When I registered the DLL's on Windows Server 2003, I am getting the
|
| Instance are not freed memory | 03 Nov 2004 19:06 GMT | 1 |
I write class and object in Excel vba. I use Collection. But when Public col As New Collection
|
| Trouble selecting a printer | 03 Nov 2004 18:31 GMT | 2 |
In the code below, why doesn't the printer object always refer to the printer that I select with CommonDialog? Dim cmd As CommonDialog Set cmd = Me.CommonDialog1
|
| how to use FOR in batch file to reg OCX + DLL with RegSvr32 for multi dirs ? | 03 Nov 2004 18:30 GMT | 2 |
I need to register many DLLs and OCXs using "RegSvr32" during development. Someone mentioned that i could use the "FOR" command in a batch file and someone else said I cant get it to scan SUB DIRS. How would I add FOR in a batch file to resister OCXs + DLLs in the following
|
| Runtime error 429: ActiveX component can't create object | 03 Nov 2004 18:06 GMT | 1 |
I get the following error every once in a while. Does the tasks.exists only work with MS apps? The name eMailing_PDF is the name of the application running in my task list. Sometimes it loops and when I stop the other app from running it comes up with eMailing complete.
|
| Send Email | 03 Nov 2004 17:33 GMT | 2 |
I posted this a little while ago but was unable to monitor the newsgroup for a while. The replies to the original thread suggested that I not use outlook and use a third party smtp control.
|
| update oracle table from vb | 03 Nov 2004 17:24 GMT | 1 |
Trying to update an oracle table from vb
|
| Thumbnails | 03 Nov 2004 16:51 GMT | 2 |
I have the following question about an application I'm building. But fisrt I'll explain the means of it. The app will show on user request a small window, containing all pictures within a certain folder. The pictures are shown within an Image control
|
| Read & Write XML | 03 Nov 2004 16:04 GMT | 3 |
Hello Sir, Is it possible to open an XML file in VB6 and edit that file. If possible means, please help me. Thankyou
|