|
-
Oct 7th, 2001, 10:10 PM
#1
Best Shell
hey,
Lets say i wanna open a game with Shell.
The game is 3D and all, and i would like to know what is the best way to Shell a game:
what WindowState (normal, minimzed..) and focus should i use to shell the game. hope i got me..
tnx
-
Oct 7th, 2001, 10:25 PM
#2
Member
Since the game is bound to switch resolutions if it is 3D, it probably doesn't matter. But I would suggest vbNormalFocus. That's what Quake 3 does at least.
-
Oct 8th, 2001, 08:37 AM
#3
vbNormalFocus, u sure?
I want the game to be luanch as good as possible
-
Oct 8th, 2001, 08:46 AM
#4
Member
I'm pretty sure. Just make sure that you Shell the game itself and not a launcher for the game (for example in Descent 3, not "Descent 3.exe" but "main.exe").
-
Oct 8th, 2001, 08:53 AM
#5
yea sure.
Code:
'Description of Shell:
Shell(PathName, [WindowStyle As VbAppWinStyle = MinimizedFocus]) As Double
its not the code, its the lil popup from the Shell command.
after the path name, what kind of WindowStyle should i use?
my code is this:
Code:
Shell (Main.ExeFilelbl(GameNum).Caption), vbNormalFocus
-
Oct 8th, 2001, 09:01 AM
#6
Or mayb my code is good and i just need to leave it that way..
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
|