| Thread | Last Post | Replies |
|
| Please help!!! Error message | 16 Oct 2004 15:34 GMT | 2 |
Whenever I try and run a project in VB.NET 2003, all i get is: "An unhandled exception of type 'System.ArgumentException' occurred in Unknown Module. Additional information: The parameter is incorrect."
|
| How to print hierarchical flexgrid? | 16 Oct 2004 15:03 GMT | 1 |
Is there any way to print hierarchical flexgrid? I got one url on this http://www.activevb.de/tipps/vb6tipps/tipp0249.html http://www.vbfrance.com/forum.v2.aspx?ID=226738
|
| Searching for text in large files | 16 Oct 2004 11:31 GMT | 13 |
I have a large (1.5GB) file that I need to search for certain text fields. What is the preferred and quickest method? Any examples? I've tried the INSTR command, but forget it, it's too slow.
|
| Can't change textbox forecolor | 16 Oct 2004 11:03 GMT | 3 |
I am stumped. I can't change the forecolor of any of the textboxes on my screen except in design mode. When I pause my app, I can change the backcolor, but not the forecolor. This happened after I changed the forecolor to RGB(225,203,161). I can't get it off that color now. What ...
|
| installation problem | 16 Oct 2004 05:55 GMT | 2 |
In my project i have included the another activex Exe. after that thru installshield i am building the setup file. when installing that time i got this error. "Error 1911. Could not register type library for file c:\program
|
| Code to Undelete files in NTFS | 16 Oct 2004 04:59 GMT | 3 |
I want to develop a small utility to undelete files/ folders from a NTFS Partition to learn the NTFS basics. Please guide me how i can do it in VB6. I have developed a small utility to undelete files from a FAT partition. But
|
| Listview Background NON-SCROLLING Picture??? | 16 Oct 2004 03:12 GMT | 5 |
Right now, I have the background picture of my listview tiled. When I scroll the listview, the image scrolls with it. Can I make it so the picture is stationary and JUST the text scrolls over the picture?
|
| An easy VB string question. | 16 Oct 2004 00:31 GMT | 3 |
My apologies if this is not the appropriate forum . I'm new to visual basic and I have a simple string question. I'm generating SQL queries on the fly, in Access, and I need to eliminate the last 5 characters from my SQL string before I execute it.
|
| self replacing EXE | 16 Oct 2004 00:24 GMT | 18 |
I could have sworn I found information on Microsoft's website one day in regards to an EXE that could delete and replace itself. I thought I bookmarked the page, but I can't find it now. I don't know if I smoked too much crack that day or what, but here is what I want to do. I ...
|
| barcode checksum question | 16 Oct 2004 00:07 GMT | 8 |
has anyone worked with checksums for 3of9 barcode? some instructions i found said to sum up all the values but only to 42 ascii value. how come i should only use the ascii values if they are from 0-42? i want to use ascii values higher than 42 sometimes...
|
| newbie quesition multiple CLSID | 15 Oct 2004 23:05 GMT | 4 |
Greetings once again I am fresh out of school last May. I am experiencing baptism by fire which is ok, I learn a lot, but sometimes I am clueless and this is one of those times.
|
| cleaning up properly | 15 Oct 2004 22:53 GMT | 13 |
Do I need to close a recordset first, or does setting it to Nothing suffice? Set lconn = New ADODB.Connection lconn.Open "DSN=" & gsOdbcDsn Set rstABC = Nothing
|
| Copy XML streams to TextBox | 15 Oct 2004 21:34 GMT | 1 |
How can i copy everything from a XML file to a textbox using VB6.0? Do i need to open in IE first? If so, what's the command for opening XML file in IE? TIA,
|
| MS-VB6 Help using Help Please | 15 Oct 2004 21:27 GMT | 2 |
Any VB6 project. Each and every time when I click for help (either F1 or just Help) the following message puts-up: Unable to Display Help
|
| Package and deploy on different OS | 15 Oct 2004 20:43 GMT | 4 |
I have a somewhat simple application that opens an excel file from a sharepoint portal server, and exports text files to a different server. My workstation is W2k with SP4. I used the package and deployment wizard to create an install program. When installed on 2000 machines, it ...
|