Results 1 to 6 of 6

Thread: Best Shell

  1. #1
    Stiletto
    Guest

    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

  2. #2
    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.

  3. #3
    Stiletto
    Guest
    vbNormalFocus, u sure?
    I want the game to be luanch as good as possible

  4. #4
    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").

  5. #5
    Stiletto
    Guest
    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

  6. #6
    Stiletto
    Guest
    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
  •  



Click Here to Expand Forum to Full Width