| Thread | Last Post | Replies |
|
| Capture of "Problems during load" ... "Missing File" message in VB | 31 Aug 2007 19:43 GMT | 2 |
Please can anyone advise me of the VB6 code needed in order to capture the message “Problems During Load; Problems came up in the following areas during load:; Missing File” so that the program will automatically continue to run without the user having to click the OK button ? ...
|
| Create Shortcut | 31 Aug 2007 18:30 GMT | 2 |
I have an Excel macro whihc creates an Excel file and saves it to the current directory, but I also need it to create a shortcut to the file in another directory and give it a specific fielname. How can I do this?
|
| Comapring two alpha-numberic values with an eye to sorting them | 31 Aug 2007 18:26 GMT | 3 |
I'm trying to sort a list of objects of type MyClass where MyClass contains a String called strName and a String called strValue. To do this, I have a compare function which returns either -1, 0 or 1.
|
| Source file location | 31 Aug 2007 12:59 GMT | 2 |
Good afternoon. I am operating Windows Vista. I am attempting to locate the source files (.bas) for my various projects that I've completed for the purpose of saving backup copies in case of hard drive crash etc..
|
| vb2005 - RowSelected | 31 Aug 2007 11:21 GMT | 1 |
I have table with data and I'd like to send selected row to new form. How can I do it by click button ? The first form with table (datagrid) I fill: Me.PdmTableAdapter.Fill(Me.SaturnDataSet.pdm)
|
| exporting controls | 30 Aug 2007 09:05 GMT | 1 |
can you export controls from vb6 if so... How tks
|
| How to tell if my VB6 program is running under the debugger | 29 Aug 2007 19:11 GMT | 7 |
How can I tell if my program is running under the VB6 IDE? I have a program that has a calibration step that depends on some equipment being attached (imaging rig, digital camera, etc.). I don't have this equipment but my deployed systems do. I'd like it to continue on
|
| Help Option Explicit & DefInt I-N | 29 Aug 2007 19:03 GMT | 1 |
The code below bombs out with a compiler error "variable not defined" for the variable I. Could someone tell what I am doing wrong? I thought Defint ensures that I is and integer throughout the module. Option Explicit
|
| Is it just me? | 29 Aug 2007 14:40 GMT | 7 |
Is it just me? Or has everyone else also run out of ideas for new software ? It just seems like every good and descent function has been written, and re-written to death. What's left?
|
| changing DLL version that are build | 29 Aug 2007 04:45 GMT | 1 |
who can help me? I wanna change a DLL version that are build in VB.net 2005 thanks
|
| vb6 Designer | 28 Aug 2007 16:30 GMT | 4 |
i have to support vb6 old code in the vb design i have a problem with commondialog..where it confilcts with another object of same name i erase comdlg32.oca and i can get the comdlg32.ocx back onto the
|
| How to access old Visual Basic code? | 28 Aug 2007 11:16 GMT | 3 |
I have a VB3 application and like to transfer the code to VB6. The problem is, that I do not have the VB3 IDE anymore. Is there any solution to open the code without VB3 or is there a chance to get the 'old' VB3 compiler? Regards
|
| Get string name of Excel sheet in vba | 28 Aug 2007 08:45 GMT | 3 |
When I try to get the name of an excel sheet (2003) called "July 06" using strVariable = sheets(1).name the variable equals "07/06/2007" when I want the name as it appears on the tab ie. "July 06". How can I stop it from being converted to date format?
|
| XML & HTTP | 28 Aug 2007 08:24 GMT | 2 |
I have an xml file that I need to send to a payment service and receive and parse a response from them to see if the payment was successfull or not. I have never done any HTTP work in VB 6.0 and if anybody can give me some pointers I would be most grateful.
|
| Need help with program | 27 Aug 2007 09:05 GMT | 3 |
I am just wondering if anyone can help me to code a simple program for a cable company. I need to be able to compute their bill. if residential then bill is 34.50 with no extra channels. is 5 dollars for every extra channel they get. I am just getting back in the swing
|