| Thread | Last Post | Replies |
|
| Read characters | 05 Feb 2007 12:05 GMT | 6 |
I'm looking for a way to search a text file, at a certain position, on each line (using vb6.0). For example, I cannot have a # (number character) at the 25th position in each line. The 25th position is a flag, and I'm looking for the pound sign. If it exists, I will report ...
|
| remember listview item for later use | 05 Feb 2007 10:06 GMT | 6 |
I have a listview on a form in VB. The listview represents the data from a table. When I add a record to the table and I click Refresh the new record gets added to the Listview.
|
| Adding values from text boxes | 05 Feb 2007 09:57 GMT | 7 |
I'm a beginner with VB, only had one class in college on it. I can't seem to remember how to add text boxes up. I want to add the values in text boxes together, and put the value into a label
|
| Saving Entered data | 05 Feb 2007 09:28 GMT | 1 |
I am new to VB programming. I have written a program to save the entered text in an executable to excel sheet from VB6. Due to testing, the data entered in the program is very large, if the executable crashes in between the test, the data is lost. So if the executable is again ...
|
| Export VB6 DataReport As An Exact Copy In The RTF Format | 05 Feb 2007 08:28 GMT | 4 |
This is what I am trying to do: Want to save a data report in an RTF format which produces an exact copy of the report in RTF format. Tried the following methods:
|
| Jerry French | 05 Feb 2007 08:21 GMT | 1 |
Hi Jerry. Forgive the unorthodox way of contacting you (and my apologies to the group for doing that) but I think my emails may be ending up in your spam folder. I've sent you two fairly long emails in the last week and I suspect that you have not seen them. I'm on holiday now ...
|
| Ubound | 05 Feb 2007 08:10 GMT | 4 |
I want to use UBound to check the upper bound of an array, so I can loop round the array and get the information, but if the array is empty, I get an error "Subscript out of range"
|
| Run Time error 53: File not found | 05 Feb 2007 07:27 GMT | 6 |
I have made a program in VB6 and when i execute it in VB6 (pressing play button) it works perfectly fine. I then compile the program and when I go to play the .exe file it comes up with the "Run Time error 53: File not found".
|
| THANK YOU CK - Chris | 05 Feb 2007 06:54 GMT | 3 |
Thank you for answering my post - your help is greatly appreciated.
|
| help: wrapping raw text in a text "border" | 05 Feb 2007 06:20 GMT | 18 |
I'm a newbie to programming and am fiddling with a notepaddish program (sound of 800 mark message read buttons clicking). :) One thing i'm trying to implement in a normal textbox is the ability to wrap text w/in text borders, so that if wrap length is 40:
|
| Spell Check a RichTextBox | 05 Feb 2007 00:14 GMT | 4 |
Is there a simple way to spell check a RTB? I assume that I can paste the code into a Word document object and call that spell checker... but thought there might be another way. I've searched the internet and haven't come up with much. Any suggestions?
|
| Getting "Can't find project or library" error when the library is clearly there. | 04 Feb 2007 19:37 GMT | 2 |
I just installed VB on a new machine. Everything is identical to what I installed on another machine that works fine. I installed all the VB service packs and all my activeX controls. On this machine I keep getting an error saying "Can't find project or library" when I run my
|
| Migrating from VBA to VB6 | 04 Feb 2007 16:51 GMT | 2 |
I'm just trying to port an application from VBA (Word) to VB6. To this end I exported all VBA forms in the .frm format. When I load these forms into the VB6 editor, they appear in the project explorer under "Designer" rather than under "Forms" and it's impossible to add new
|
| Do VB Programs Run on Vista? | 04 Feb 2007 16:40 GMT | 9 |
Since the deployment of Vista reports are coming in that my VB programs won't run on Vista. Is it possible Vista doesn't support VB? jim
|
| how can i make link between access table with visual basic form to save data in access | 04 Feb 2007 11:30 GMT | 1 |
Hi Everyone, i am in fresh in VB programming hence please help me to make link between access table and visual basic form to save vb form entered data in access table step by step.
|