| Thread | Last Post | Replies |
|
| Maximize form | 15 Feb 2005 20:35 GMT | 1 |
I want to be able to maximize a form after it is opened and I know that more than x number of images need to be displayed. In Access I can use DoCmd.Maximize but I can't find how to do in VB. Thanks. David
|
| Compare file dates | 15 Feb 2005 20:13 GMT | 15 |
I have a VB6 exe that I am running and would like to check a network copy of the same program to see if it is a more recent file date, and if so, give a message to have user copy it down to their C drive. Can anyone point me in a direction to do this process? Thanks.
|
| WYSIWYG Printing | 15 Feb 2005 19:19 GMT | 4 |
I have me a software the display charts by using all the graphic methods from VB6.The pictures don't change their contents regarless the screen resolution. However, when I try to print the images on a printer they do change in size. I can understand this because the printer ...
|
| ActiveX Control always runs in browser | 15 Feb 2005 19:15 GMT | 1 |
I'm designing a simple activex control, and I am using a project group that contains both the user control project and a test project with one form. Whenever I run the test project, all I get is a web page with a copy of my control, rather than a form with an instance of my ...
|
| VB6 Error Handling query... | 15 Feb 2005 16:01 GMT | 4 |
I have been having a problem with raising custom errors from within classes. The MSDN sample code for doing this (listed in lots of different samples) is in the following form... Code:
|
| Access and VB6 | 15 Feb 2005 15:46 GMT | 2 |
I am using Access 2K. VB6.0 SP5 Simple question I hope. I have an Access database that now needs to go onto
|
| How do you display character "&" properly in Labels ? | 15 Feb 2005 10:53 GMT | 10 |
|
| Cleanning UDF's | 15 Feb 2005 09:49 GMT | 1 |
I'm working with UDF's and there are certain times in the program where i need to clear the UDF, for instance: type Client name as string
|
| Traffic.dll issue in WinXP | 15 Feb 2005 09:13 GMT | 1 |
We developed a VB program,runs on winxp, which references a traffic dll file, which is written (in C++) by my another friend. It runs fine when it executes as a exe file in different folder and the required dlls (including Traffic.dll which is written by my friend) files are in ...
|
| Printer common dialog page range | 14 Feb 2005 23:27 GMT | 2 |
I want to be able to specify a page range (FromPage and ToPage) in the Printer Common Dialog. However, my dialog doesn't look like the illustrations in Help. My page range area of the dialog only has one edit control for typing the pages with hyphens and commas, not a "from" edit ...
|
| Mouse_event or SendInput ? | 14 Feb 2005 23:01 GMT | 5 |
Does the mouse_event still work on a Win XP machine ? Or would you use the SendInput function instead ? I need to simulate mouse clicks on an application. Not on my own form. Which would be the way to go ? Thanks.
|
| Form Refresh | 14 Feb 2005 22:35 GMT | 5 |
have an app that I am working which for most is quite simple. I have 2 text boxes which the user enters information. The validity of the information is then checked against a database. I want to return to a window with cleared text boxes so that the user may attempt to check
|
| Help with some format? | 14 Feb 2005 21:41 GMT | 4 |
I'm trying to fill a DataList or a DataCombo box with data from a table The table manages a seperate field for<Last Name> and <First Name>, and I want to display each" line item" of the box like this:
|
| Left(), Mid(), Right() | 14 Feb 2005 21:14 GMT | 9 |
In VBA, there is a function to trim off a string, left(), mid(), and right(). I haven't found a similar function in VB. Can someone help me out please? tia,
|
| Compiling TWO execurables | 14 Feb 2005 21:05 GMT | 5 |
I have a VB6 program application I have written that then calls another executable created from a slide presentation I have created. I want to compile the VB6 application AND the other executable into a single executable file that cannot be "decomposed" by the end user (the first
|