| Thread | Last Post | Replies |
|
| Dir delay over network | 16 Sep 2004 12:52 GMT | 1 |
I use the Dir command to access files over the network using a share e.g. Dir("\\192.168.0.171\SharedDir\MyFile.txt") If the call is made regularly, then it returns immediatly, but if the call is made every 10 minutes or so, there is a delay of 3 or 4 seconds before it
|
| Convering decimal to IEEE number | 16 Sep 2004 12:52 GMT | 1 |
Hi, I'm using VB6 and I need to convert a decimal number to an IEEE 754 decimal number. The problem is that the elegant way of overlaying a "Single" variable over a data structure 4 bytes long isn't precise enough. I tried to use a
|
| How to remove GDI Detection Tool | 16 Sep 2004 12:04 GMT | 1 |
Since downloading the latest Microsoft update, my computer has slowed to a crawl. It actually took 5 minutes to bring up VB6, switching between visible windows can take long enought that I can get a cup of coffee (not every time, but not infrequent, either).
|
| Dynamic control array | 16 Sep 2004 07:35 GMT | 9 |
I'm trying to dynamically add a number of textboxes to a picturebox at run time. Ideally, I'd be able to add them to a control array. The following code doesn't work (apparently, the Index property is read-only): Dim i As Integer: i = 0
|
| Distinguishing Left and Right Clicks on a Popup Menu | 16 Sep 2004 06:05 GMT | 5 |
The PopupMenu method in VB6 has an option vbPopupMenuRightButton which makes the menu react to a mouse click when you use either the right or left mouse button. I want to have different functionality depending on which button is pressed on a menu item but the only event available
|
| VB6 - Error registering msado25.tlb during setup of VB application | 16 Sep 2004 03:19 GMT | 2 |
During the setup of a VB6 application program the following message is displayed "An error occurred while registering the file "C:\WINDOWS\system32\msado25.tlb". Does anyone know why this error is being reported? Thanks.
|
| printing labels | 16 Sep 2004 02:09 GMT | 2 |
I am looking for information on how to print a mail merge type listing of labels from data retrieved from a database. For example, I have a customer table and am pulling a subset of records(tuples) out of the relation. I want to send this data to the
|
| Progress in Title area or next to a menu item | 16 Sep 2004 01:16 GMT | 7 |
I am using VB6 SP6. I was looking to add a progress bar to the Title area of a form and also adding one (in another form) next to a Menu item below the Title area but in the Menu themselves.
|
| VB6 - questions about references | 15 Sep 2004 21:28 GMT | 4 |
I am looking at the references window. I have a few questions. Question 1: There are 2 checked entries, "Visual Basic for Applications" and "Visual Basic runtime objects and procedures". The location for "Visual Basic for Applications" is
|
| endianess, float | 15 Sep 2004 21:16 GMT | 12 |
I would like to switch endianess for a float (Single). I'm on x86 system obviously. I think that what needs to be done is that the hi order 16 bit needs to be swapped with the low order 16 bits.
|
| VB6 - Package Deployment Wizard - Missing Dependencies | 15 Sep 2004 20:18 GMT | 3 |
During package build I get the message "Below is a list of files for which dependencey information could not be found. To proceed without the dependency information for the file(s), click OK. To permanently mark a file as having no dependencies, select its checkbox". The message ...
|
| Windows default path | 15 Sep 2004 20:14 GMT | 3 |
How do I get the windows path? For my application it is app.path, is it something similar for the OS path? Is it "$(WinSysPath)" ? but it doesn't work. Thanks
|
| How can VB invoke the users Email client? | 15 Sep 2004 17:51 GMT | 4 |
How can VB6 invoke the users Email client? I want to invoke it from a [help] menu and add a "TO:" address to the document. How can I do this?
|
| Combobox Additem not holding data? | 15 Sep 2004 17:25 GMT | 6 |
I have a combobox which I am adding an item to at runtime if the item is not already in the combobox, when I do this I can see that the item has been added to the combobox, however when I exit my app and go back in the combobox is blank. If I add an item at design time that item ...
|
| Intersecting Polygons | 15 Sep 2004 17:15 GMT | 14 |
Off topic a bit, I guess... Does anyone know a mathematical formula for figuring out of 2 rectangles intersect? Matt
|