| Thread | Last Post | Replies |
|
| All shortcut icons open same program | 09 May 2008 01:48 GMT | 3 |
All the shortcut icons in my desktop and start menu are the same and open the same single program. For instance: all shortcuts have the Excel icon, although they say Skype, Word, Internet Explorer, Google Earth, etc. When I right-click on the Skype
|
| Export Access Data to Excel Multiple Workbooks | 07 May 2008 23:08 GMT | 1 |
I need to export the results from three MS Access queries to specfic named worksheets in an Excel spreadsheet. The TransferSpreadsheet method in VBA gives no control over worksheets in Excel.
|
| Create chm file | 04 May 2008 23:12 GMT | 3 |
I am trainer of a specialized software and for that software i have created some notes now i want that notes in chm file. notes also contains images and links. Please let me know how can i create them with VB.
|
| Updating a VB6 across the Internet | 04 May 2008 18:34 GMT | 1 |
I have a Visual Basic 6.0 application that is used by a few hundred clients, most of them large corporations. We ship an update every quarter. To simplify the distribution of updates a couple of years ago I wrote an update function into the program using FTP calls. It works
|
| takes a long time to release memory | 04 May 2008 16:21 GMT | 4 |
I'm using VB 6.0 SP6 why in second case memory release very slowly Case 1: (execution time 2 seconds) Dim mcol As New Collection
|
| Need help updating a file | 04 May 2008 15:35 GMT | 1 |
I'm writing a payroll program for a school project and I've gotten it to write new information (Updated Employee info) to the .DAT file but I don't know how to remove the old information from the file. Thank you for your help
|
| How to use (add, read, change, delete) registry keys with vb.net | 02 May 2008 20:43 GMT | 2 |
Reason of this project: This is the next part of the previous tutorial. We'll learn here how to add, change, read, delete registry keys and values using vb.net. I included a sample that contains all those functionality.
|
| Resize to mdi height | 02 May 2008 00:15 GMT | 2 |
I may be asking something extremelly easy or not but this is buzzing me for an hour now. I have an mdi form called MainFrm. When my program starts it loads automatically an mdi child form called
|
| Reading USB port | 01 May 2008 02:16 GMT | 9 |
I have a Symbol Barcode scanner that I use with the serial port. I wrote some simple VB code using MSCOMM to read the input from the scanner. Works fine but now I need to do the same thing using a USB port. My ASSumption is that I will need to work with the USB drivers but ...
|