| Thread | Last Post | Replies |
|
| Can't close program | 10 Aug 2005 01:58 GMT | 27 |
I have developed a VB program that has only one form. When I click the X exit button the form disappears but the program is shown as not responding in the Task Manager. I suspect this has something to do with the linked list
|
| VB6 ADO to Access 2.0 | 09 Aug 2005 23:48 GMT | 10 |
I have a customer who's main application uses an Access 2.0 database. I am asuming this as Access97 tells me its an older version and no changes can be made, and I can open it with Access2.0 - fiar assumption I think! ???
|
| label issue with VB6 reports | 09 Aug 2005 21:28 GMT | 3 |
I'm attempting to create a simple report in VB6 that will take th information from a form within the same program and print it out. M plan was to change the text on the label to the value of a field on th form. The problem is that my VB doesn't seem to recognize text label
|
| Read web.config from VB 6 | 09 Aug 2005 17:11 GMT | 1 |
Does anyone know how to read values from the web.config file in a .net web application using VB 6? We have a mix of asp.net & some old components built in VB 6 but want to consolidate all settings into the web.config file, so need to read this using vb 6.
|
| automatically select ok | 09 Aug 2005 16:02 GMT | 1 |
I am trying to generate any automatic simulator. during run time, there were so many prompts came up. in all of these forms there were ok button. is there a way to code vb to automatically click on the 'ok' button without going explicitly into each specific codes that are ...
|
| Break a invalid ADODN conn error | 09 Aug 2005 15:32 GMT | 1 |
When I trap for a invalid file in ADODB open (based on a file lokup if other then the default location (which in this case is missing)) I say, default file not found reenetr it..... that error trap is based on RunTimeErr -2147467259, ehich is triggered when the dbcon.open is ...
|
| Visual Studio Installer (MSI files) | 09 Aug 2005 14:33 GMT | 6 |
Someone on here recommended the MS visual studio installer which makes MSI file based installs. Well I got it and ran it and have a few problems the help didn't seem to cover.
|
| Filenames using ( or ) in VB 6 | 09 Aug 2005 14:05 GMT | 2 |
Can file handling commands in VB 6 cope with closed brackets? I am having some problems getting some code to interface with a 3rd party app and it appears that it only has problems when processing a file with closed or open brackets and I can't find any concrete answer.
|
| Security | 09 Aug 2005 12:44 GMT | 3 |
I have written a program in VB6, and all it is supposed to do is to receive an XML file over the internet. I've got it in a cgi-bin directory on my webserver (just testing on my local machine right now) and when my machine receives a certain http request on port 443 (SSL)
|
| Oracle connectinon without DSN | 09 Aug 2005 12:30 GMT | 1 |
I trying to connect to Oracle database in another PC using code below : It always prompt error message that no Data source name error in ODBC eventhough i have specify the "DRIVER={Oracle ODBC Driver};" which allowed user to connect to Oracle without Data source .
|
| How to add a icon in Columnheader of a listview | 09 Aug 2005 09:36 GMT | 1 |
I am able to add the icon, but monet i pouplate the list view. The icon goes away moment i do Set Item = lvListObjects.ListItems.add(, , strValues(0)) any pointers ??
|
| How to start default browser to navigate to a web page | 09 Aug 2005 03:32 GMT | 1 |
From VB app, I have a menu called "My program on the web". I want it to invoke default internet browser to navigate to a web page. Thanks.
|
| Mp3 to MIDI | 09 Aug 2005 02:11 GMT | 20 |
does anyboady know of a MP3 to MIDI converter ActiveX or DLL, i need this functions in my app. thannks in advanced! AB
|
| Changing Label text in VB6 reports | 09 Aug 2005 01:24 GMT | 1 |
I am attempting to change the label text in a VB6 report. Here's a example: Private Sub DataReport_Initialize() Label1.Text = "test"
|
| Create Windows shortcut on my desktop | 08 Aug 2005 21:30 GMT | 2 |
I work on a VB 6.0 application and I want to create a windows shortcut to another application on my desktop...or anywhere else Thanks for your help Daniel
|