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 !!!!!!!
Printable View
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 !!!!!!!
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.
Otherwise you can prob. edit som value in the registry, or something to change the default startup.Code:Shell "C:\program\iexplore\IEXPLORE.EXE", vbMaximizedFocus
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.