Hello there.
I have create a web browser in auto it and i made a diplay window for the embedded.
The window display is a small one and i want to make it start diplaying a chosen part of the browse site/url.
It't like making a youtube browser and i want when i run the programm to focus screen/display window at the serch or at a video.
Something like "...GuiCtrlGetPos" or sth else.
$oIE = _IECreateEmbedded()
GUICtrlCreateObj($oIE,400,100,330,110,12)
This is my browser progg.
Any help