| Thread | Last Post | Replies |
|
| How to compile VB prog for computer with previous versions of COM Servers | 19 Oct 2004 15:47 GMT | 1 |
I have installed Excel10 on my computer. When I am writing a vb program that works with excel, it connects to Excel 10 (Project/References). When I deploy this VB program for a computer with Excel 9 my vb program crashes. I assume it crashes because it does not find Excel10 on this ...
|
| Can VB6 access the Windows Task Manager? | 19 Oct 2004 15:13 GMT | 1 |
Using VB6. Trying to access the Windows Task Manager to check for a running application in the Applications tab. Can VB6 do this? I haven't been able to find anything. Thanks.
|
| Use WinSock control | 19 Oct 2004 13:39 GMT | 1 |
i have 2 computers an di want to create a chat application that will work with Winsock control. i set the Winsock.RemoteHost="10.241.12..." and the other computer IP, BUT - What shell iwrite in the
|
| Using Data Environment | 19 Oct 2004 13:30 GMT | 1 |
I have been experimenting with the Data Environment feature to control tables in a Access database. I can display a table, add, delete and update information. What I want to be able to do now is to; a) delete all rows from a table using a command button (somehow send a
|
| Using SQL to load a combo box | 19 Oct 2004 11:39 GMT | 6 |
How do I load a combo box with an SQL SELECT statement. I am trying to load a combo box with employee numbers ( about 2000 employees ). Currently I am selecting all employee # into a recordset and then looping through the entire recordset adding to the combo box with .additem. ...
|
| Dynamically select function calls | 19 Oct 2004 11:05 GMT | 7 |
I am writing an application to do some complicated calculations on a database. As a debug aid, I need a subroutine that will generate a formatted report of dynamically selected fields in the database where some non-trivial formatting is required. There are too many fields in
|
| Passing collection to web service in VB.NET | 19 Oct 2004 08:51 GMT | 1 |
I am developing an applocation which reads mails in outlook inbo alongwith attachments and all these informmation is stored in collection which i need to pass it to a web service, which will perfor certain operations on that collection and then return that modifie
|
| ActiveX Document Question | 19 Oct 2004 02:55 GMT | 1 |
When using an ActiveX Document can you take advantage of cookies? Also, can you pass variables in the URL to the document like you could with a standard ASP page? If yes to any of these can you please point me to some examples? I was not sure of this should go into the webdev ...
|
| XML question | 18 Oct 2004 23:53 GMT | 2 |
I need to parse and create an excel list of each root items from a XML files using VB. I will use the excel list generated for creating Access DB. Sample XML: <?xml........>
|
| how can i know if a certain dial up is connected | 18 Oct 2004 23:14 GMT | 3 |
hi ...... would like to know to make sure if a certain dial up connection is connected......thx
|
| convert a string in function | 18 Oct 2004 23:00 GMT | 2 |
How can I convert a string into a function in VB?
|
| SQL Runtime error I don't understand | 18 Oct 2004 22:39 GMT | 3 |
List: I'm using VB6::DAO::Jet Engine 3.51 to update a datebase. With db set to a valid dao.database, I attempt: db.execute sqlString, dbFailOnError
|
| Debug Form | 18 Oct 2004 20:55 GMT | 3 |
I'm trying to create a debug form in a program I've written. The purpose of the form is to check various variable/object settings when a program is running. (After it is compiled) The from pops up as soon as the program encounters an error. I have two text boxes on the from. ...
|
| VB6 Ongoing Support | 18 Oct 2004 20:47 GMT | 2 |
I've spent the last hour or so searching the MS site for this and can't find a definitive answer. Has MS published a date for ending support of VB6? If so can anyone provide a link to a document I can show my management? TIA
|
| read through worksheets | 18 Oct 2004 19:17 GMT | 4 |
how to read through the rows all worsheets (one worksheet at a time) of an XLS spreadsheet from top to bottom without having to close and reopen the spreadsheet? like set next worksheet at top of page....?
|