| Thread | Last Post | Replies |
|
| What is the execution "debug.print" command after compile? | 12 Oct 2004 00:02 GMT | 18 |
Dear All, We can apply 'debug.print' command to debug our program in debug window, but how is the command running in a compiled flie? Best regards,
|
| Help with displaying jpegs in a matrix | 11 Oct 2004 21:46 GMT | 2 |
I am trying to write a program which will allow jpegs to be loaded on screen (in a matrix style layout) for selection. The selected images (and names) will then be saved a txt file. Does anyone know how to do this?? Thanks
|
| Application crashes when closing | 11 Oct 2004 21:15 GMT | 2 |
I'm having a problem with my application locking up some of the time when I'm closing it down. In 1 of the forms I have coded this: Sub PrcExit
|
| Unusual Int function syntax | 11 Oct 2004 20:51 GMT | 11 |
I just answered a question posted earlier in which I made a "discovery" that took me by surprise and figured I raise the result I found to a top-level posting for all to see. I'd be interested if anyone has seen this documented (or even just tripped over it) before.
|
| Component for tabs | 11 Oct 2004 20:39 GMT | 1 |
Does anyone know of a component for tabs in visual basic. Are there any websites that provide tabs component for free. Thank you.
|
| Validating email addresses | 11 Oct 2004 20:24 GMT | 6 |
I know that VB will do regular expressions, so does anyone know where I could find a regular expression to validate an email address? Or does anyone know of such an RE that will work? TIA!
|
| Colouring a Treeview | 11 Oct 2004 19:51 GMT | 2 |
Dear Groupies, My second post on a Sunday afternoon is what am I doing wrong here? I am trying to create a coloured treeview control with full row select and masked folders on the blue background (&H00FCD1AB& - to be exact) of the Treeview
|
| 80040E14 "Automation error" in EXE | 11 Oct 2004 19:01 GMT | 1 |
The above error is being thrown when I try and CREATEOBJECT on a DLL I have written, which registered fine. I am running under a user account on this machine, but the app was installed as admin
|
| Display Sizing | 11 Oct 2004 19:01 GMT | 2 |
I getting very confused with sizing the forms in my projects. On my devolopment machine, they all sit niceley on the screen, with all forms, controls etc fully displayed, however if i make an exe and run that exe on say a laptop, the form overlaps the screen. Is there a simple ...
|
| Valid variable names | 11 Oct 2004 18:49 GMT | 2 |
Is it true that variables names in VB may only use the letters (a-z), the digits (0-9), and the underscore character (_)? The VB help says: The names of the procedures, variables, and constants that you declare
|
| MScomm controls | 11 Oct 2004 18:38 GMT | 2 |
Does anybody know what the command is for clearing the receive buffer when using MScomm. What's the best way to sort out data similiar to the following string that's in the receive buffer? @@@ 1048 LB 000 CN 5678 ID
|
| How to detect RS232 pin value? | 11 Oct 2004 18:35 GMT | 1 |
We can apply MSCOMM to complete RS232 simple control, I am doing a project, I have to detect the RS232 pin change only 250mV range ( Single pin). VB6 How to do?
|
| Repost: The call to Server.CreateObject failed while checking permissions. Access is denied to this object. | 11 Oct 2004 18:15 GMT | 4 |
Apologies to those who have already read this - I was expecting a response from one of the MSFT guys, but didnt get one, so I'm trying a repost: I've built an application in VB6 does some processing - it's not really important what it does...
|
| Highlighting Text Boxes | 11 Oct 2004 17:29 GMT | 1 |
If i have a text box on a form, is it possible on form load to highlight that text box and enable the user to start typing and over write the current text value ?
|
| Error 52: Bad File Name or Number | 11 Oct 2004 17:13 GMT | 2 |
I've got a simple VB6 app that works fine on all but one system. On that system, it gives an "Error 52: Bad File Name or Number" error. The exact line in the code where the error is occurring is below: ' Need to compensate for blank lines:
|