| Thread | Last Post | Replies |
|
| Why can't I properly Quit from an Excel.Application | 19 Dec 2004 23:37 GMT | 1 |
Dear friends, I am a VB6 user and from within code I open an excel application, then when I am done with it I quit the application. Even though the Excel application goes away after quit, when I check it, it seems it is
|
| PrintPreview with export file | 19 Dec 2004 22:31 GMT | 4 |
I am looking for a PrintPreview control with a ability to export a file so I can use it to send via Email. Thanks in advance. Regards,
|
| Picture paste to RichTextBox | 19 Dec 2004 22:26 GMT | 3 |
' Can you help in problem pasting a picture.bmp ' from a PictureBox1 to a RichTextBox1 ' I tried 2 different ways. With the SendMessage ' and the OleDragDrop.
|
| Package and install issues with Win2000 ? | 19 Dec 2004 20:35 GMT | 3 |
I have a problem reported with the installation of a small program that I have packaged using VB6.0 standard package system. The program has been written and packaged on a PC running 'XP home' the recipient is using 'Windows 2000 Pro (Service Pack 4)' and reports that:-
|
| Help correcting a VB .exe file | 19 Dec 2004 19:52 GMT | 3 |
I have a legacy program written in VB 6.0 for which I do not have the source code. One of the parameters is the IP address for an SMTP server. Well, the IP address had to change. Does anyone know how to use a hex editor to find and modifiy the IP address stored in the .EXE? ...
|
| Set "BorderStyle" to "None" | 19 Dec 2004 15:21 GMT | 5 |
How can I set the border style of a "Parent" form to "None"? I didn't see this property in its propeties list. I want it to be displayed in "Full screen" view not "Maximized window" view. Thanks
|
| Write to CD-RW w/XP | 19 Dec 2004 14:21 GMT | 1 |
Does anyone know how to write to a CD-RW from VB6 using native calls (no third party packet writer) in Windows XP sp2?? I can copy the data to the CD Buring folder, but then you have to use Explorer to do the burn and that can
|
| Resize a Picture | 19 Dec 2004 04:32 GMT | 3 |
Using VB6.0 SP5 I import a picture into a Picture Box. How can I make it to resize to the size of the container, and keep it's clarity.
|
| tlbinf32.dll crash in built mode | 19 Dec 2004 03:58 GMT | 3 |
I'm having some issues using tlbinf32.dll in my code. I'm working with VB6 SP6 on WinXP Pro SP1 and tlbinf32.dll v 1.10.9782 The issue is that I get an error when accesing the Members collectio
|
| execut a bat file from vb | 19 Dec 2004 03:09 GMT | 2 |
i need to execute a bat file from Vb, how can i do that? thanks Carlo
|
| edit an array to change data | 18 Dec 2004 19:07 GMT | 2 |
Hi there i have a problem in a simple login program where i store the user and password in an array, i have a add new user form so as to be able to add a new user so that they can login as well but i can not seem to find the right code to change the data in the array.
|
| Percentage | 18 Dec 2004 17:16 GMT | 4 |
Which control object should I use to show the percentage of a sth's process? Where can I find it? Thanks Javad
|
| Retrieve all IP Address in LAN networks | 18 Dec 2004 17:03 GMT | 2 |
I am trying to figure how to retrieve all IP address in our customer LAN networks . Any API or Freeware DLL to use to get the All IP address in LAN, for me to begin coding in VB 6? Thanks
|
| Can a menu button be placed on a common controls V5 toollbar via API methods? | 18 Dec 2004 16:41 GMT | 1 |
I'm using the version 5 common controls in a VB6 project for XP theming purposes. I have got the toolbar to look flat using API methods but now need to get a menu drop button on the toolbar. Has anyone managed to do this, or anything that at least behaves like a
|
| DateTime Picker Control | 18 Dec 2004 16:11 GMT | 2 |
Hello, all. I'm using a DTPicker control in my VB6 application. I have some code in the Change() event, I have code to set another DTPicker control to the current date plus one.
|