| Thread | Last Post | Replies |
|
| Com interop -> IUnknown from hWnd | 30 Mar 2008 09:42 GMT | 3 |
Here is the deal: I have got quite old application which was written in VB 6 using some ActiveX Controls. My task is to perform some automatic test using Quick Test Pro, which doesn't recognize those ActiveX controls, but it doesn't matter.
|
| SendMessage Print | 28 Mar 2008 23:33 GMT | 1 |
I want to have an app kick off the print method of another app, is this possible? Is can I use SendMessage to do this? Or is there a way to send the Ctrl-P keys to another app (this is vista so I wasn't able to test
|
| FOF_NO_UI Constant | 27 Mar 2008 09:25 GMT | 18 |
1. What is the hex value of the FOF_NO_UI constant? The constant is listed on: http://msdn2.microsoft.com/en-us/library/bb759795(VS.85).aspx 2. Where should I look for a list of Win32 API constant values on the
|
| SendInput | 25 Mar 2008 22:54 GMT | 2 |
I'm lost. I code by following examples, but I can't find the right example. All that I want to do is send Shift+left mouse button. MS Project has a function That I want to use that can only be accessed using shift-click. Sendkeys does not work with the mouse.
|
| Fatal error with LVM_SETITEMSTATE and COMCTL32.OCX | 23 Mar 2008 10:31 GMT | 5 |
Good Evening, I'm developing a Visual Basic program to control another program written in Visual C++. The Visual C++ program is composed of four SysListView32 objects.
|
| GetWindow - Infinite Loop? | 19 Mar 2008 07:17 GMT | 23 |
I have been using GetWindow recursively for about 6 - 7 years now, to search for a particular Window. We've never had a problem up until now. Recently, a customer started reporting application hangs. We traced this down into our code to the point just before the first (outer) call ...
|
| Two problems with 'Favorites\Links' | 17 Mar 2008 23:42 GMT | 4 |
I'm trying to do two things here: 1. I want to add items to the user's Favorites\Links folder, so they show up on IE's links bar. sfGetSpecialFolder will give me teh Favorites folder, but there is no definition to get the Links sub
|
| ASCII code from RawInput | 17 Mar 2008 16:20 GMT | 3 |
I use RawInput to get the key pressed on one of several keyboards attached to the machine. It provides a RawInput Code that indicates which key was pressed but this is not the ASCII code for the key (RawInput codes for the aphameric keys do seem to be the uppercase ASCII code - ...
|
| Registry prmissions | 13 Mar 2008 13:03 GMT | 4 |
Any documentation on when it is necessary to fiddle with things such as STANDARD_RIGHTS_READ, STANDARD_RIGHTS_WRITE, STANDARD_RIGHTS_ALL, and SPECIFIC+RIGHTS_ALL when reading, deleting, replacing registry keys.?
|
| Service properties | 07 Mar 2008 20:09 GMT | 2 |
I've written several programs that can be installed as a service (using the NTSCV.OCX for those who care) and have had no problems. This time I would like to install it by using an account other than the LocalSystem account.
|
| Reboot win2k into dos on ramdisk? | 06 Mar 2008 18:22 GMT | 20 |
I have an application that won't run in a dos box under win2k. The HD is the only bootable device. I'd like to have win2k reboot into dos mode and run it from a ramdisk.
|
| Trying to open Secured PDF from VB | 06 Mar 2008 07:28 GMT | 2 |
Can anyone explain this PDF & Visual Basic issue to me...? I've got a PDF manual that I received from a vendor that's password protected against changes, but can be viewed and printed. If I do a Start | Run | g:\test\manual.pdf, the file opens in the Windows
|
| "reading" text printed to a PictureBox | 04 Mar 2008 20:37 GMT | 1 |
Is it possible to "read" text that was printed on a Picturebox? eg Picture1.print "line1" Picture1.print "line2"
|