|
-
Jan 16th, 2006, 04:19 AM
#1
Thread Starter
Hyperactive Member
Problem with Shell command [RESOLVED]
G'day,
On pressing F1, my program shells to Notepad.exe
On windows 98, it appears on top, over the program, but with XP, it is minimised on the task bar. What causes this and how do I make it come to the front.
Last edited by Supremus; Jan 16th, 2006 at 05:39 AM.
My reputation is in tatters. Don't bother trying to repair it.
-
Jan 16th, 2006, 04:27 AM
#2
Re: Problem with Shell command
G'Day
This will make notepad maximised.
VB Code:
Shell "notepad.exe", [B]vbMaximizedFocus[/B]
and this will make it normal
VB Code:
Shell "notepad.exe", [B]vbNormalFocus[/B]
-
Jan 16th, 2006, 05:38 AM
#3
Thread Starter
Hyperactive Member
Re: Problem with Shell command
My reputation is in tatters. Don't bother trying to repair it.
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
|