| Thread | Last Post | Replies |
|
| Find a word in string | 15 Jul 2004 16:09 GMT | 6 |
I know this should be fairly easily, but I'm having problems. I have a the following string: strText = /$TOTAL - INFORMATION FARE $-QYPHI SUMMERBOOK What I want to do is is select everything from $-Q (because this
|
| run vb app without install | 15 Jul 2004 14:44 GMT | 7 |
I have a small app that I wrote in vb6. It dosn't have any added components on it. I would like to be able to run this program from a cd on a computer that does not have visual basic installed. Normally one would have to make some sort of installer to install vb's dependencies.
|
| VB6: Refresh isn't refreshing enough ;-) | 15 Jul 2004 12:30 GMT | 3 |
I use a datagrid and ado. i use stuff like rs.Sort = "mutaties.datum DESC" Set DataGrid1.DataSource = rs
|
| the mono project | 15 Jul 2004 10:06 GMT | 1 |
I didn't see any newsgroup specific to this, so maybe someone in hear can help me out , or point me in the right place. I used to use vb6 for a long time, and then switched to perl when I entered the unix world. I want to make some GUI apps that will run on both windows and unix. So ...
|
| printing a text file from visual basic | 15 Jul 2004 07:12 GMT | 7 |
I want to make a simple visual basic program that will print a text file when I run it. This will allow me to just click and icon and the default printer will print this text file. Can this be done in visual basic with the print method? Thanks
|
| help wit webbrowser control | 15 Jul 2004 03:11 GMT | 1 |
I am looking for a way to dump an image contained in a webbrowser to my hard drive I have navigated the webbrowser to a webpage that only contains 1 single image and the ext is .jpg.
|
| Display Data ??? | 14 Jul 2004 22:20 GMT | 4 |
Hi I wanted to know if there is any software package that could be used with visual basic 6 to display real time data. Any suggestions and comments are welcome.
|
| run+time+error+31024 | 14 Jul 2004 16:26 GMT | 1 |
I have the error in objet in my app in VB. There's someone who can helps me?
|
| Save/Update Notice | 14 Jul 2004 16:04 GMT | 13 |
On some text programs such as MS Word, Word Perfect, etc., there is a routine to notify the user that changes have been made and to save, or not, the revised document. I have a VB6 program that uses a database and would like to include that feature in it, but I have no idea where to ...
|
| What is the best ActiveX grid control? | 14 Jul 2004 15:41 GMT | 4 |
Dear Experts, We are currently using True DB Grid 7.0 with VB6 on Windows 2000 platform. Our objective is to display Excel like formatted data (in rows and columns), allow users to perform cut/copy and paste
|
| webbrowser scroll bar | 14 Jul 2004 15:00 GMT | 3 |
how can I trap when a user scrolls the document in a webbrowser object?
|
| Question about sorting a ListView | 14 Jul 2004 05:36 GMT | 1 |
I have a listview (ListView1) with 10 items in it. I have typed in a word into each of the 5 Listview1.Listitems.Items.tag properties. Example: ListView1.Listitems.Items(1).Tag = "Zebras"
|
| why doesnt this work?? | 13 Jul 2004 22:30 GMT | 8 |
dim arrayCards(54) as image arrayCards(2) = loadpicture("c\higher-lower\2clubs.jpg") why doesnt this work? i have a card array
|
| VB6.EXE Crash when compiling VBG | 13 Jul 2004 19:53 GMT | 6 |
About 4 weeks ago we begain experiencing a problem with our VB6 build process, whereby VB6 crashes and leaves the following in the Application Event Log: Faulting application vb6.exe, version 6.0.89.88, faulting module unknown,
|
| Determining drive parameters VB5 | 13 Jul 2004 15:00 GMT | 4 |
Visual Basic 5 and XP Pro Thanks to everyone who helped with my other 2 queries. I now have another one:- I'm using a DriveListBox to choose a destination drive to write files to. Is
|