| Thread | Last Post | Replies |
|
| Accessing an open workbook from a VB app | 27 Jul 2005 19:42 GMT | 2 |
I am using a VB app to open a workbook called "DP_RBF" that includes a worksheet called "Basic". 'Start the excel COM and make it visible Set objExcel = GetObject("", "excel.application")
|
| Updating Application | 27 Jul 2005 17:18 GMT | 5 |
I have an internal application that gets routinely updated and it is becoming a headache to maintain. I was looking at designing it to verify when opened to see if it is the latest version and if not download the new version from the server and install it. I know there are ...
|
| using VB to copy data from excel to access | 27 Jul 2005 16:56 GMT | 14 |
I would like to import an excel spreadsheet into my access database. I can do this from Access but now I need to do it from a vb6 application. Does anyone know how I can do this, or know of any links I can visit that gives example code?
|
| sent request via URL | 27 Jul 2005 13:47 GMT | 2 |
I am using VB6 in W2K . Any ideas how to sent status to the URL in visual basic 6 , as shown below : http://localhost:8080/libra/monitor/DeviceStatusFeedbackServlet?branchCode=BMCL&stationId=GT01&deviceId=STATION&deviceStatus=1
|
| VB 6 and SOAP Server | 27 Jul 2005 11:20 GMT | 2 |
What is the best way to communicate with a SOAP server. I have a XML config file with server information, How can I call this through VB 6 . Any sample code will be helpful.
|
| How to create a batch file | 27 Jul 2005 07:42 GMT | 4 |
I wish to do following. delete a folder at a specific and fixed location on drive c: how do i create a batch file for above function. plz if its going to be done by code then give me the script.
|
| Needed::script for deleting a folder from MS server2000/2003 | 27 Jul 2005 05:44 GMT | 3 |
I am maintaining MS2000 server and MS 2003 server. i want a script that would delete a specific folder on drive C: everytime the server starts. the server starts in morning and shutdown in evening. it is not a 24 hours working server.
|
| Is a VB program causing this? | 27 Jul 2005 04:59 GMT | 2 |
Various windows (20% of time) appear truncated, could anyone give a suggestion where I can present this problem or what is causing it. I assume it is a tricky virus that has been implanted in my OS. Here are three examples:
|
| text box time out | 27 Jul 2005 03:48 GMT | 1 |
I have text boxes on a sstab and when the user is entering data if a pause occurs then the boxes are populated with original data before the change. What causes this? I have played with linktimeout without success. There is no code associated with the boxes or the sstab which
|
| Help with Command button | 27 Jul 2005 02:58 GMT | 2 |
I'm very new to vb and I need to figure out how to open a program from a command button. Any help would be great. Thank You
|
| Winsock - Send connection infomation | 26 Jul 2005 22:25 GMT | 1 |
Please can you help me as i am a newbie at winsock and have looked around to try and find the answer to my query but no avail. I am writing a chat program, when a new user(client) connects to the main(server) user i already have it counting up how many users are
|
| Oracle Database and VB6 | 26 Jul 2005 19:55 GMT | 6 |
I am using VB 6 in W2K SP 4 OS . Any sample code in connecting to Oracle Database in the VB 6 ? Where can i download the Oracle ODBC driver so my program can connect to the Oracle Database in my VB 6 application ?
|
| Release Memory? | 26 Jul 2005 16:39 GMT | 1 |
I have an application "COM" that I'm debugging in VB 6.0 that seems to really be having a tough time terminating. If I am in the middle of debug and then hit the STOP button it can take as long as 1 hour before I get use of VB again. Using Task Manager I can tell that VB is ...
|
| Public Property | 26 Jul 2005 16:27 GMT | 1 |
I have a mdi parent form, and I want to change the values of its status bar from child forms, I tried with public properties, but it only works in the mdiparet, not from a child from... ... here is the code
|
| VB6: Is there a limit to number of RECORDSET 'OPENs'??? | 26 Jul 2005 15:06 GMT | 5 |
Is there a limit to the amount of times you can 're-open' a single VB6 ADOBE.Recordset object? The reason I'm asking is that I found in a routine I could do the following:
|