|
-
Apr 22nd, 2003, 09:58 AM
#1
Thread Starter
Junior Member
Vb.Net sendmessage() equivilent????
Hi, I am trying to write a little app that sits in the systray and monitors key presses for the "ctrl-z" combination, then minimize the window of an external process. Then maximize it again once finished what I want to do.
The external program is full screen (hasnt got and min/ maximize controls on it)
In Vb6 I could use the sendmessage() api call to tell the app the minimize itself.... but I dont seem to be able to find anything in VB.NET. I have the process object figured out but can't seem to find out how to minimize the processes window.
Anyone got any ideas?
Thanks
PS I tried the VB6 code in .net and it doesnt error... but then it doesnt minimize the window either
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|