| Thread | Last Post | Replies |
|
| VB Program & Windows XP | 03 Jul 2004 08:17 GMT | 3 |
I have a VB app that is currently running fine in Windows 95, 98, and NT. However, when running in XP, I have a form that will not load all the time. Basically the user goes to a search screen, enters criteria, clicks O.K., and a result screen is displayed. This result screen ...
|
| Help required for formatting numbers please | 03 Jul 2004 07:29 GMT | 4 |
Mr. newbee here. Here is the code that I am using to create a line with text and units x cost = total. Should be simple emough to get the subsequent lines to line up but they don't. Any ideas?
|
| Setting initial focus on a modal form | 03 Jul 2004 02:48 GMT | 3 |
I'm creating a modal form (dialog) and would like to set the focus to a specific control using code. The problem is that the SetFocus() property only works once VB shows the form. That would be okay, but I lose the processing once I call "Show vbModal". Is there anyway to keep the ...
|
| Formatting into columns | 02 Jul 2004 22:40 GMT | 6 |
What's the best way to format various types of data for columnar output using a monospace font? I have a set of data values (some numbers, some dates, some text). I want to define a width (in characters) for each field, then generate a
|
| Copying large arrays into a variant | 02 Jul 2004 22:23 GMT | 5 |
I have a class member variable that is a variant that can contain either a very large array of integers or bytes. At some point I initialise the variant and fill with either a temporary integer array or byte array using the sytax as below.
|
| HTMLDocument problem!!! | 02 Jul 2004 21:09 GMT | 9 |
I'm loading a webpage in the webcontrol and setting the document property to an HTMLDocument variable (with events) on DocumentComplete event. Now I'm trying to disable the oncontextmenu of the document, so in the oncontextmenu event of the moDoc object I do:
|
| Pausing Execution of VB Code | 02 Jul 2004 19:36 GMT | 8 |
I have some VB code that when run, creates a form, displays it, then carries out some database queries when the user presses a "run" button. On the form, I want to put a "pause" button and allow the user to pause execution of the program until the user wishes to continue.
|
| UNION Query problem | 02 Jul 2004 18:04 GMT | 4 |
Hi, I have the following parameterized union query: PARAMETERS SectionName Text ( 255 ), SectionNumber Long; SELECT Search_ID, Section, Caption, Type_ID, Reference_Table, Reference_Field, Exclude FROM Report_SearchBy WHERE Section = [SectionName]
|
| re:Acrobat | 02 Jul 2004 17:44 GMT | 1 |
I am using the Printer.Print Command to print to an Acrobat PDF file. How can i change the name of the filename that is being saved by code.? At present the filename is the name of the calling exe. I once heard that a registry hack was required.
|
| Theoretical Problem | 02 Jul 2004 17:04 GMT | 4 |
I am creating an activex control which is tied to relational data. This relational data will get 'rolled-up' into calculated data. This means that I have to process a large amount of data from the relational source. My question is this:
|
| Can someone else make a VB6 runtime? | 02 Jul 2004 16:53 GMT | 12 |
Just a thought. Is there licensing something-or-other that would prevent this from happening, or has a company out there already attempted such a thing? Something that compiles VB6 source modules, forms, etc, even provide an IDE.
|
| VB6 and program execution speed | 02 Jul 2004 15:32 GMT | 6 |
Any best pratice for coding VB6.0 to improve the program execution speed?
|
| Clickable Graphic Sections | 02 Jul 2004 15:21 GMT | 4 |
I have a project that requires a clickable graphic. This graphic is a circle cut into 4 equal sections or slices. Each slice is a different color. I need to find a way where the graphic will respond when the mouse is moved cross each slice. When the mouse moves over each ...
|
| AddFromGuid and Major.Minor version number | 02 Jul 2004 15:17 GMT | 5 |
I have a registered DLL that I compiled using 2.0.0 for the version in the Make properties. However, if I use AddFromGuid(strGUID, 2, 0), I am informed that the object is not registered.
|
| Application bar | 02 Jul 2004 14:12 GMT | 2 |
How is possible to retrieve information about dimension and position of windows application bar? (Visual Basic 6) Thanks W
|