| Thread | Last Post | Replies |
|
| how to compile exe so forms are hidden ? | 10 Mar 2008 07:06 GMT | 4 |
Hi group. I am using Visual Basic 6 and complied an exe program. I am using INNO which is a free installer program. After the program installs, it works fine. The problem is the user can go to windows explorer and find my program and open up the folder and see all the
|
| Bool Function default | 10 Mar 2008 01:06 GMT | 22 |
Hi grp, Is it safe to assume the default for the following is always False? Function IsShoe(nr As Integer) As Boolean /Henning
|
| Copy, Cut, Paste, Undo and Redo (TextBox) | 09 Mar 2008 18:41 GMT | 2 |
I would like to carry out the ff operations (programatically), for a textbox: Copy, Cut, Paste, Undo and Redo Additionally, it would be useful if I could somehow check if the
|
| Creating Tabs | 09 Mar 2008 15:43 GMT | 2 |
Many years ago I was shown how to create a VB Prog with multiple tabs, i.e. single front end with the tabs all arranged. It's so many years ago I have forgotten how to activate and apply this set-up. I wish to create a prog with multiple tabs to access different data
|
| Error handling in VB6 | 09 Mar 2008 01:45 GMT | 9 |
Is it possible to resume execution after an error occured - after the error was checked first, to make sure it was not critical? For example something like this: Sub DoSomething()
|
| Date functions error ... | 08 Mar 2008 12:55 GMT | 18 |
I have written the ff function, but get a type mismatch error when running (I was under the impression that VB automagically did type conversions (casts) behind the scenes - so I am not sure what is causing the error - any ideas what is wrong with the code below?
|
| How's dot.net doing nowadays? | 08 Mar 2008 08:05 GMT | 203 |
Just (still) kinda interested, that's all. Classic VB still seems to be in use, though not as widespread. Maybe folks are turning to Java! MM
|
| Component Compatibility..... | 08 Mar 2008 05:40 GMT | 3 |
I have a program that is comprised of four "components" (2 DLLs and EXE's). Occasionally, changes are made that break the compatibility between the components. At that point, it seems to take an act of god, and the efforts of one part-time guy to square things away. The
|
| Click Once | 08 Mar 2008 05:16 GMT | 3 |
Someone has written or knows a "click once" for vb6's applications. I had used Installer for years... Today looks obsolete... Regards, <Harvey Triana /> ... http://vexpert.mvps.org
|
| Determine cursor location in cell of FlexGrid | 08 Mar 2008 02:48 GMT | 18 |
How can I determine the cursor location within text in a cell? For example, if I have a cell containing abcde and the cursor is between the b and c, how can I programmatically determine that the cursor is between character two and three?
|
| Can't use courier font trying to print with PrintDocument namespace | 07 Mar 2008 23:06 GMT | 2 |
I'm trying to print labels and need to use the courier font(not 'courier new') so my horizontal and vertical spacing matches up with the labels. When you 'hover' over the printFont variable, it shows 'Microsoft Sans Serif" as the FontFamily even though I've set to
|
| Fast sort of 1-D 1-based string array | 07 Mar 2008 20:00 GMT | 7 |
Use this code posted by Olaf Schmidt to sort a 1-D 0-based string array and it is very fast. I was trying to adapt this to sort 1-D 1-based string arrays, but sofar no success yet.
|
| How to change sound that MsgBox makes? | 07 Mar 2008 19:49 GMT | 6 |
Apart from adding a .Current key (pointing to a .wav) to HKCU\AppEvents\Schemes\Apps\<Your App Name> how could I change the MsgBox sound that is automatically associated with, say, Question? (I don't want to change it for the whole system in Control Panel.)
|
| Receivedhex command/value from VB6 | 07 Mar 2008 19:41 GMT | 23 |
Hi. How do I covert a hex value/command (0x41 for example) from VB6 MSComm1 and then show it in the text box by dec format? Thank you.
|
| MSFlexGrid - Another Question | 07 Mar 2008 18:15 GMT | 6 |
If I want to turn off the scrollbars that are built into the control and use my own scrollbars (located on a toolbar), How can I scroll through the grid when it is longer/wider then the frame on the screen?
|