VB.net 2003 .net 1.1
Hi,
I know that this may be a stupidly easy one, but:
How do I maximize another applications window?
I am starting an application with the Process class in minimize, and at a given point I need to maximize it.
Is there a way to send a maximize command using the handle?
Is there a global (standard) key combination to maximize a window?
AppActivate(...) doesn't really do anything.
Thanks in advance for any help
Hi,
I know that this may be a stupidly easy one, but:
How do I maximize another applications window?
I am starting an application with the Process class in minimize, and at a given point I need to maximize it.
Is there a way to send a maximize command using the handle?
Is there a global (standard) key combination to maximize a window?
AppActivate(...) doesn't really do anything.
Thanks in advance for any help