| Thread | Last Post | Replies |
|
| expected array error | 18 Oct 2003 03:05 GMT | 2 |
The following is a code in my calculation event: 'Make the calculation and format numbers to currency If IsNumeric(txtHours.Text) Then intHours = Val(txtHours.Text)
|
| Open test.txt | 17 Oct 2003 23:25 GMT | 14 |
Can someone tell me a simple way of opening a text file? it is called test.txt. Thank you Eric in Tampa
|
| Who can perform a VB6 compile for me? / Wer compiliert mir ein VB6 Programm? | 17 Oct 2003 23:03 GMT | 1 |
Replies/Antworten -> dirk.haar@epo.org (Deutsch siehe unten) Hi ! With VB6 working model I programmed a Memory® game
|
| Inheritance Without Containment Example | 17 Oct 2003 19:12 GMT | 1 |
I've created an example that illustrates how to set up inheritance in VB6, without using containment ('has-a') processing. The data structure is very flexible, as each class and object instance is basically a hash table (a dictionary in VB). It uses 'CallByName' to
|
| Deleting Regedit Values in Visual Basic 6 | 17 Oct 2003 17:51 GMT | 6 |
I need to be able to delete the value of something in my regedit using vb. Does any1 know how i would go about this. Thanks Ste
|
| Trouble with twips - how to handle different scales? | 17 Oct 2003 16:34 GMT | 1 |
I have an application written in VB5 which has been used quite widely, and doesn't usually give any trouble. However, I recently had an unpleasant surprise when demonstrating it on someone else's PC. The interface was
|
| Key Stroke Executing Code | 17 Oct 2003 15:24 GMT | 2 |
I am writing a calculator program much like that in windows in Visual Basic. I'm very new to it. I have a question as to how you could press the button numpad 5 and have it execute the code that is in the command button CmdFive. Where it is realtime... not somethin I've
|
| Timer1 problem. | 17 Oct 2003 13:08 GMT | 5 |
I have a problem getting code to perform under the timer. My program reads data from a sequential file and performs analysis on this data. Depending on the criteria selected this program could take up to 4 hours to process. I want to set up a timer which displays the the progress
|
| progressbar in vsflexgrid cell | 17 Oct 2003 12:38 GMT | 4 |
I want to display progressbars in every cell of one of my vsflexgrid columns. Can somebody tell me how to do this or where to start? Thanks,
|
| Urgent printing problem | 17 Oct 2003 11:11 GMT | 1 |
I have a urgent problem with printing text over a image (photo). The problem is that when I print text over a photo it's not transparent. I have tried serveral options with the printer object but whatever I try I still get a white bar arround the text.
|
| Virtual Port / Port Emulation | 17 Oct 2003 09:50 GMT | 1 |
I am looking for Links or References or a Complete/Detailed Guide to developing my own Application in Visual Basic that generates are Virtual Serial Port. I have found programs on the Internet that do this, but no source code which explains how it is done /slash/ how
|
| Creating a custom control | 17 Oct 2003 09:44 GMT | 2 |
Can anyone tell me how to create a custom control or tell me where to find a tutorial on this subject. I would like to build an MSFlexgrid which
|
| Problem loading projects | 17 Oct 2003 09:35 GMT | 2 |
A strange thing has started to happen when loading my vb6 projects. It first tells me 'Out of Memory Continue?', followed by 'Object variable or With block not set Continue?' a few times and then 'Automation error Catastrophic failure' and then finishes with 'Run-time error '91': ...
|
| Where's me underscores? | 17 Oct 2003 07:59 GMT | 6 |
Using VB6, I set up a menu like &File ...&Open ...&Close
|
| Class Module Structure | 17 Oct 2003 06:59 GMT | 3 |
I need to write a Class Module so I can have a custom ActiveX dll and I just wanted to check that I am coding it up correctly. Here is the structure I will be using. ------------------------------------------------------
|