|
-
May 17th, 2001, 05:37 AM
#1
Thread Starter
Frenzied Member
Can IE be maximised on startup ?
Quick question, as I'm on a roll this morning !!
Does code exist that can maximize IE when the application starts ?
My moneys on NO YOU CAN'T, but as I am about as novice as novice can be I'm probably wrong !!!!!!!
-
May 17th, 2001, 05:47 AM
#2
Lively Member
well, it depends on how you start it, if you starts the application from your VB program, you can use code like this, to start i maxmized.
Code:
Shell "C:\program\iexplore\IEXPLORE.EXE", vbMaximizedFocus
Otherwise you can prob. edit som value in the registry, or something to change the default startup.
________________________
Fredrik Klarqvist
-
May 17th, 2001, 06:04 AM
#3
Thread Starter
Frenzied Member
Almost.
That sort of works.
My applicatin loads in a smaller window, then explorer opens maximised in a new window, then my application window is maximised !!
I wonder if a parameter can be passed to say only maximise current window ????!?!!?!?!
Thanks again for your help Fredrick. You're really helping me out here.
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
|