| Thread | Last Post | Replies |
|
| Copy to clipboard. | 08 Aug 2004 13:43 GMT | 2 |
Example to Copy text1.text to clipboard? Thanks -Joppe
|
| File transfer between 2 PCs via USB2 | 08 Aug 2004 13:27 GMT | 4 |
Looking for free SW (or source code VB5 or VB6) that supports file transfer between 2 PCs via USB 2.0 Please advise, TIA, Gideon.
|
| Code Generation Tool | 08 Aug 2004 11:08 GMT | 3 |
RFG Software is the publisher of CG Pro, which is a sophisticated code generation tool. CG Pro generates a full n-tier application based upon existing Microsoft SQL Server databases. The supported application types are Microsoft Windows, ASPX web based solutions and Web
|
| weird problem with populating listview! | 08 Aug 2004 09:33 GMT | 2 |
I'm having a very weird problem when I try to dynamically populate a listview. I use different queries and some work and some don't. I found out that if the last field
|
| Nodes Selected property fails to visually select | 08 Aug 2004 04:42 GMT | 6 |
I set a Node's selected property to True and also set the Ensure Visible property to True , yet, when I see the Node in the TreeView the Node is not visually selected, i.e. there is no focus rectangle around it nor is its background highlighted as it would if I manually clicked the ...
|
| Can some explain plz. Basic uses a C++ wrapper. | 07 Aug 2004 17:49 GMT | 29 |
I have recently purchased an aspi wrapper control for vb. I haven't had much experience with hex and memory addresses and that's my problem. The piece of code that baffles me is:
|
| Real Time Monitoring of a live log file in VB | 07 Aug 2004 14:34 GMT | 2 |
This seems to be a difficult concept, I am having a heck of a time finding information on techniques for simply having a VB app essentially tail and parse what it finds. The parsing I can handle, and the actions based on the parsing I can handle,
|
| VB6 IDE doesn't find DLL on second running | 07 Aug 2004 03:25 GMT | 11 |
I have a project in Visual Basic 6 that calls a DLL. The DLL lives in the same folder as all the rest of the project files (so it should ALWAYS find it I think). The first time I run the program (F5) from the VB6 IDE, it finds the DLL without any problems.
|
| Accessing internet | 06 Aug 2004 21:47 GMT | 1 |
I want to access a specified internet adress, but I only get a link to it (where I've to dblclick on to enter the site) I just want to push the eg. command button to go to the webadress. Can someone help?
|
| work hours | 06 Aug 2004 21:28 GMT | 1 |
I'm trying to develop a simple program that will allow every employee to open it and fill the worked hours of the day/week. The idea is to put this on the network but it should be always accessible, even if someone else has already opened it. I've made this in Excel, but I
|
| Problem when writing to a BLOB | 06 Aug 2004 21:21 GMT | 1 |
Could someone please tell me whats wrong with the code below : BLOB_RS.AddNew stm.Write BlobBuffer() stm.Position = 0
|
| Re-Directing Print Output to PDF & Compiling? | 06 Aug 2004 20:37 GMT | 4 |
Hi. I have a programming job here that has me a little stumped as were to begin. I'm using VB6. I need to have the print output go to a PDF file and then combine all the different printed items into one file. The tricky part is it has to be in the order the user printed.
|
| VB6 editor Undos | 06 Aug 2004 16:55 GMT | 1 |
Is there a way to increase the number of Undoes for the editor???
|
| How to Convert string variable into Object in VB | 06 Aug 2004 16:00 GMT | 2 |
In my Project I am having n-number of forms.. Form Name is Come from in Database I need to show that particular form in that case I used the following code. Set objrs = New ADODB.Recordset
|
| Flush keyboard events using PeekMessage | 06 Aug 2004 15:50 GMT | 2 |
Hi, I currently have some code in an app which flushes any pending mouse events from the queue whilst a search is being carried out, so as to stop the search from starting again after it has finished (if the user
|