try this
may be some more expers will guide you in case of problem since i am not script expert but i got this from the net you might try The command to call the auto maximize function goes just above the last line in the function FocusChangedEvent function in either Outlook Express or Internet Explorer. Function FocusChangedEvent (handle FocusWindow, handle PrevWindow) AutoMaximize() EndFunction the Function AutoMaximize goes in the default script file so it may be called from other applications as well. void Function AutoMaximize () var string StatusSymbol SaveCursor () FindGraphic (GetAppMainWindow (GetCurrentWindow ()), "maximize symbol", s_top, s_unrestricted) let StatusSymbol=GetWord() If StatusSymbol == "Maximize Symbol" Then LeftMouseButton () EndIf RestoreCursor () Pause() EndFunction Close Window ----- Original Message ----- From: "Vamshi. G" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, November 13, 2008 3:27 PM Subject: Re: [AI] Doubt in internet explorer Hi Balaram sir Great! It's working. But only for the internet explorer on the desktop. I have a habit of creating short cuts for important sites and place them in a folder for future use. Like this I have about around 50 sites. They are still opening as restored windows. Should I do the same activity for all of them, or is there a simpler way. -- Vamshi. G Landline: 0877-2243861 Mobile: 09949349497 E-mail ID: [EMAIL PROTECTED] Skype: gvamshi81 On 11/13/08, balaram <[EMAIL PROTECTED]> wrote: > If my memory serves me right, this is the way to go about it. > 1. Select the internet explorer icon from the desktop. > 2. Press alt+enter to activate the property dialogue. > 3. Tab a few times to find run in normal windo. > I think, here, you will have the option of run as maximised. > You will have to use your arrow keys here to find this option. > Surely, the experts will give you more proper suggestions. > > RGDS, > P. Balaraman. > > > > > > > > > On Thu, 2008-11-13 at 10:23 +0530, Vamshi. G wrote: >> Hi friends >> >> I have a small doubt in internet explorer. >> Can we change settings so that the internet explorer window always >> opens being maximised? >> The problem is that, it gets opened as a restored window and I tend to >> maximise it before it gets fully loaded and, as a result, it gets >> struck. >> Kindly guide me in this regard. >> > > > To unsubscribe send a message to [EMAIL PROTECTED] > with > the subject unsubscribe. > > To change your subscription to digest mode or make any other changes, > please > visit the list home page at > > http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in > To unsubscribe send a message to [EMAIL PROTECTED] with the subject unsubscribe. To change your subscription to digest mode or make any other changes, please visit the list home page at http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in To unsubscribe send a message to [EMAIL PROTECTED] with the subject unsubscribe. To change your subscription to digest mode or make any other changes, please visit the list home page at http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
