| Thread | Last Post | Replies |
|
| Help with common dialog control | 09 Jan 2004 14:48 GMT | 1 |
Hello... I am developing a small program to print images from an image I am currently using Printer.PaintPicture image1.Picture Can any one show me how to use the common dialog control so the user can
|
| Exit code | 09 Jan 2004 14:22 GMT | 2 |
I am using arcana scheduler for running automated jobs. My VB program writes some validations in the log file. How can force VB program to terminate with exit code otehr than 0 so that my arcana job fails?
|
| Access Results | 09 Jan 2004 12:11 GMT | 1 |
I am pulling some currency amounts from an access db using the following query: "SELECT Amount FROM tblAmounts" I then display the results in an mshflexgrid which shows them all as
|
| listview | 09 Jan 2004 12:07 GMT | 3 |
How can I change the ForeColor of a subitem in a listview ? I can change the first item (style rapport) but not the subitems. The Objectbrowser gives subitem.forecolor but not subitems.forecolor Hans Eekels
|
| Visual Basic (6.0) [Basic] Multi-Connection Proxy? | 09 Jan 2004 11:03 GMT | 5 |
I'm not asking for source =), just asking for basics on making a proxy in VB6 with the Winsock control. Is there anyone out there that can point me in the right direction? Let's say an HTTP proxy for starters...? =)
|
| file exist, drive esist syntax | 09 Jan 2004 10:58 GMT | 2 |
What is the correct syntax for the FileExist and DriveExist commands? I want to be able to check to see if a mapped drive is available, then to check to see if a file already exists on the drive. Thanks in advance
|
| Visual Basic for platforms other than Windows | 09 Jan 2004 08:31 GMT | 7 |
Many many moons ago, a developer house released VB for Unix based systems. The firm was also involved with porting Outlook Express 4 and 5 to HP-UX, Solaris and I think DEC platforms. The name did sound a bit like Microsoft (it did have Micro as the first part
|
| Comparing VB6 performance to VB.Net info wanted | 09 Jan 2004 08:14 GMT | 2 |
Are there any good reviews that compare compiled VB6 performance to VB.Net?
|
| Display issues with VB6 and XP | 09 Jan 2004 07:11 GMT | 1 |
What's the best solution to have full XP themes support in "legacy" VB6 apps? I'm already using a manifest, but it still doesn't look like fully XP-eye-candy-compliant apps... TIA
|
| 2-D Array | 09 Jan 2004 04:26 GMT | 3 |
I've just moved onto 2-D Arrays in my VB6 beginners book. I'm struggling to get my head around the following problem but no doubt you will think it rather easy. My program is supposed to allow up to 20 students to enter their name and 3
|
| How do you tell if two variables are the same? | 09 Jan 2004 02:50 GMT | 9 |
How do you tell if two variables past as arguments to a subroutine are actually the same variable? In some languages you can compare their addresses. Visual Basic doesn't have pointers so what is the best way to do this?
|
| How to control window size? | 09 Jan 2004 01:01 GMT | 5 |
When I use RunShellexecute to open a new program, I have only the options for loading the new window with SW_SHOWMAXIMIZED , SW_SHOWMINIMIZED and SW_SHOWNORMAL. However, I want to change the width and the height of this window. How can I change the size of a window?
|
| Visual basic 6 or .NET ? | 08 Jan 2004 23:44 GMT | 12 |
I am more or less a complete newbie in visual basic although I have been developing in C / C++ / perl for 10 years or so . I have inherited some visual basic code written using Visual studio v6. I need to rebuild the executable and possibly make some minor
|
| Help : Vb crash when control run compiled | 08 Jan 2004 23:11 GMT | 5 |
First sorry for my poor english. My problem is the folowing : I have a UserControl and I am working on it for year without any problem. Recently I have made a modification. If I run the program in IDE it is
|
| Can I skip connnecting my control to a form? | 08 Jan 2004 22:25 GMT | 3 |
I have a control that just acts on its own to save various properties concerning the form it is placed on. When the form unloads the control saves the current properties including size, position, font, window state, etc. When the form is loaded again later all the properties ...
|