| Thread | Last Post | Replies |
|
| Help With Drag and Drop Please | 27 May 2004 23:06 GMT | 2 |
Can anyone show me some example code of how I can drag an image straight from internet explorer and drop it onto an image box Thanks very much Ian
|
| MSGrid not properly installed problem! | 27 May 2004 21:21 GMT | 2 |
I have problem with my programs written in VB6. After instalation, on the new computer, i can't start my programs, because follow mystake: MsGrid.ocx is not porperly installed. (or DBList, etc...)
|
| USB Hangup | 27 May 2004 17:29 GMT | 3 |
VB6.0 Sp6: Occasionally, when communicating with a certain device via USB the device/driver will hang. I can free it up by unplugging the USB cable and then plugging it back in. My question: Is there a way (api?) to perform this
|
| modeless dialog box | 27 May 2004 04:12 GMT | 3 |
Can somebody point me in the righ direction? I'm trying to keep a custom dialog box 'on top' and visible above all other forms, even though it is modeless. I'm trying to make it behave just like the 'Find' dialog works within the VB 6 IDE. Even if your scrolling or typing on ...
|
| Read/Write unicode into registry | 27 May 2004 01:28 GMT | 2 |
I read the http://www.skillreactor.org/cgi-bin/index.pl?registry article by John Percival. There are many variation out there, but they are pretty much the same. These code work perfectly well with ANSI/ASCII data. But my problem
|
| Vb web page | 26 May 2004 22:28 GMT | 1 |
As part of a process I am setting up I need to send some data to a website from VB6 I can call the site from VB and open it in IE. The website has the usual text and graphics and a single line text box and a submit button
|
| disable ctrl-c in console application | 26 May 2004 21:40 GMT | 2 |
I am writing a console application with vb6. The application creates a few processes which need to be closed at the end. The program does not work right if the user close the console window or hit ctrl-c to stop the program.
|
| Do a 'save as' of the current active document. | 26 May 2004 20:56 GMT | 2 |
I'm trying to do something which I thought was going to be very simple. I am working with MSWord and I want VBA to be able to do the following. Do a 'save as' of the current active document.
|
| multi line items in a listview? | 26 May 2004 17:01 GMT | 1 |
Is there a way to make an item in the listview control multi line. what I'm trying to do is build a table and one item in the table is the traceback. The traceback is multiple lines but I can't seem to figure out a way to make one item span multiple lines. I have tried adding the ...
|
| Showing Images | 26 May 2004 16:36 GMT | 1 |
I have a table in Access, that I'm migrating to VB.6. I would like to display the image of particular breed, based on the breed name in the form. In Access, this code works. Can anyone tell me how to convert this to VB? On Error GoTo Err_cmdClose_Click
|
| How to force VB to write data to a file immediatly | 26 May 2004 10:44 GMT | 2 |
I'd like to copy a file using a very slow modem. Therefore I copy the file in small packets (1024 bytes). The code looks something like ReDim Bytes(1 To 1024)
|
| Shelled process still using 100% CPU until exit | 26 May 2004 08:14 GMT | 1 |
Hi all... I'm trying to develop this little Visual Basic 6 app which will email a warning when an independent app quits or crashes. The aim of my exercise is to monitor an external app and report via email if it
|
| loading comma delimited file fails vb | 26 May 2004 05:31 GMT | 2 |
Hey, I have a strange little problem here. My app is expected to load up a .cvs file into a table. It is some dozen columns and 45,000+ records. My problem is that it seems to break at the final 500 records. I tried
|
| RichTextbox MouseMove Button bug | 26 May 2004 04:51 GMT | 4 |
With the RichTextbox control VB6(SP4), in the MouseMove Event. There is no change (Button reads 0) when the user presses the left mouse button. Pressing the right button produces 2 as it should. The standard Textbox control does not exhibit this problem and produces a 1 when ...
|
| CopyMemory problem. | 26 May 2004 03:36 GMT | 3 |
This post first explains what I am doing, then at the end, it explains the problem. I just don't want to leave out any details. I don't expect you to know the MonthCal API, but perhaps explaining what I am experiencing will be enough. If you've used/seen the MonthView control, you ...
|