| Thread | Last Post | Replies |
|
| Getting the caller name | 17 Mar 2006 16:17 GMT | 8 |
I've got a VB 6.0 object which instantiates another VB 6.0 object. I was wondering if there's a way so the second object could get the name of the caller object. Thanks,
|
| Set mouse cursor of another applications form | 17 Mar 2006 08:41 GMT | 2 |
I have an application that hides the mouse cursor if I move the mouse over its form (-> usually it is used by a touch screen monitor). For support purposes it would be very helpful if I can enable/create a mouse cursor on this application. I do not have access to the applications ...
|
| Using dwX, dwX in STARTUPINFO to position window | 17 Mar 2006 00:11 GMT | 1 |
I'm trying to create a process that will position its window upon startup to the x,y coordinates specified in the STARTUPINFO structure. I have below a snippet of code to demonstrate what I am trying to do: STARTUPINFO sui; // Process startup info
|
| Understanding Messages - lParam | 16 Mar 2006 10:39 GMT | 9 |
I'm pressing an 'a' and I can see the messages being generated are Msg lParam wParam 256 7745 30 257 7745 30
|
| Getting Info about a window from its handle | 15 Mar 2006 23:00 GMT | 4 |
This should be easy, but I can't find a way to do it: I'm using the Windows API functions GetTopWindow/GetNextWindow to provide me with handles to the controls on my form, in Z-order. I then want to match these handles to my controls. The problem is, some controls (e.g., Labels,
|
| Communicating between Applications | 14 Mar 2006 23:41 GMT | 1 |
I have two VB apps I have written. App A is a graphical interface (forms, etc.) and APP B is more of a batch process. App B is started via a Shell command from App A. Can someone kind of step me through how I would write code so App B can communicate a status (% complete, etc) to ...
|
| Get full path to exe from hWnd, possible? | 14 Mar 2006 06:08 GMT | 4 |
I would like to get the full path to an .exe file from the hWnd. Is this possible? TIA, Mike
|
| how to access services of remote computer | 14 Mar 2006 02:27 GMT | 1 |
How to control services of remote computer using visual basic 6 or visual c++ 6 program.
 Signature Sivaswami Jeganathan
|
| How to access Remote machine Services | 14 Mar 2006 01:33 GMT | 1 |
How to access remote machine Services using Visual Basic 6 or Visual C++ 6 programs only
 Signature Sivaswami Jeganathan
|
| Get Remote OS Version? | 13 Mar 2006 22:17 GMT | 7 |
Does anyone know an API call to get a remote machine's operation system version number?
|
| How to receive windows messages sent between IDE windows | 13 Mar 2006 05:13 GMT | 3 |
Is there a technology that would allow me to receive messages passed to and from the different windows in the Dot Net IDE? I want to capture what is written to the Output window, editor window, etc. It there a book or white paper out there that explains how to do this?
|
| Office apps "send to" hangs while SetWindowsHookEx hook in place | 13 Mar 2006 04:28 GMT | 2 |
We have an application that uses the SetWindowsHookEx API call to hook into the windows journal messages and look for a predefined key sequence. When the hook is set all works well until a user loads Excel and tries to send a spreadsheet using "Send To\Routing Recipient" at which ...
|
| Refresh the Windows OS from within Visual Basic | 12 Mar 2006 18:30 GMT | 9 |
I've made some program in Visual Basic 2005 that works with changing files and folders. After I've finished it, the main problem is to refresh the Windows OS. I mean the same thing as when we press F5. Than everything refreshes and if we have made changes, they are immediately ...
|
| Why ?? (Path/File access error (Error 75) | 11 Mar 2006 14:57 GMT | 8 |
Why causes next code a Path/File access error (Error 75) ?? Private Sub Command1_Click() MyFile = Dir("c:\temp\1\*.JPG") MsgBox MyFile
|
| Use g.DrawString() to write UTF-8 on Bitmap? | 10 Mar 2006 12:42 GMT | 1 |
The string still displays correctly through the app up until the point it is written onto the Bitmap but on the image it is rendered in what appears to be ANSI. Is there something in the API I can use to get this process to work correctly in GDI+/Framework 1.1? Seems like I ...
|