| Thread | Last Post | Replies |
|
| VB6 & TTS program flow | 21 Nov 2003 11:03 GMT | 10 |
I wrote a simple program to speak & display the times table for my son but unfortunately the TTS doesn't seem to follow normal program flow. The TTS says all tables before updating display, it doesn't seem to matter how I write it.
|
| setfocus | 21 Nov 2003 11:03 GMT | 1 |
why doesn't the VB doc say that you have to do the setfocus to another field in the lostfocus event and not in the validate event? Or can I just not find it? Same for the internet, I haven't found any warning about that simple fact.
|
| Browser Control StatusBar/StatusText properties don't work | 21 Nov 2003 11:02 GMT | 3 |
Using a standard status bar control and the VB browser control I want to be able to display the URL of a link that is hovered over in the browser control. Documentation indicates that the browser control was designed to let you set the StatusBar property to true and then use the ...
|
| RichTextBox Control - reading each line of text and analyzing it | 21 Nov 2003 11:01 GMT | 12 |
I have searched the net for a routine that will allow me to read 1 line of text at a time from a RichTextBox control and then do the same for every line of text in the control. Each line in the control has a fixed length and each line is the same length as all others. There may
|
| convert to money when inserting in sql database | 21 Nov 2003 08:28 GMT | 1 |
Like many others I also have a problem. The author of database created field of datatype money in sql database. I am trying to update database, but I get the following error nr. - 2147217913(80040e07)
|
| Code line | 21 Nov 2003 03:40 GMT | 2 |
I'm having a hard tie trying to remove an error in a small app, since it happens in a long procedure. Is there any way to save the line # where the error happened? Thanks,
|
| Sprites & Masks | 21 Nov 2003 03:23 GMT | 2 |
Okay, it's tired and I'm late. This should be a simple cut&paste VB project. Two picture boxes 1 and 2 on a form (Form1).
|
| Auto-boot vb program from cd | 21 Nov 2003 02:47 GMT | 21 |
I'm wanting to create a cd-rom which boots automatically when it's inserted into the computer. What I hope to achieve is for a VB6 program to run automatically when the cd boots up. Can this be done? if yes, then how? Also, how do I link a command button click to the opening of ...
|
| "Can't find project or library" after installing XP / Office XP | 20 Nov 2003 23:38 GMT | 1 |
After installing XP on my desktop I find that I cannot compile using VB6. Every class defined outside of the current project returns the above compiler error. I can see the classes in the object browser however if I try "shift + F2"
|
| Basic List Box question | 20 Nov 2003 22:48 GMT | 2 |
...trying to get the following result into a list box. Dim cost As Double Dim salvage As Double Dim life As Double
|
| VB6 - read from text file | 20 Nov 2003 21:32 GMT | 6 |
I have text files in the following format: 123,34, ,345,890, 123,23
|
| Comma Delimited Files | 20 Nov 2003 20:42 GMT | 10 |
I had a previous post where I am trying to rpt_cdc_new.txt (www.swandust.com/rpt_cdc_new.txt) to make a new file. I want to make a new variable (sSortCode) that is created with the following logic. If sWeek equal "A" or "C" then sWeek equal "AC", If sWeek equals "B" or "D" then
|
| Making a fully portable vb.exe demo | 20 Nov 2003 20:42 GMT | 2 |
Is there a way to make my program fully portable so that I can demonstrate it to people from cd without installing vbrun files etc on their pc? Thanks
|
| Upgrading from VB6 to VB .NET -> Form and Control Event Procedures | 20 Nov 2003 20:04 GMT | 3 |
I am in the process of upgrading from VB6 as a development tool to VB .NET. When I upgraded my first project with the upgrade wizard, every event procedure for a ComboBox Click event had an upgrade warning that pointed to the help text topic "Event may fire when form is
|
| Manipulating a Comma Delimited File | 20 Nov 2003 19:30 GMT | 3 |
I have a comma delimited file that I normally manipulate in Excel, but I really want to speed things up by automating it. With some help from this newsgroup, I think I can do this in VB. The comma delimited file (http://www.swandust.com/rpt_cdc_new.txt) needs to
|