Samir90 Posted October 21, 2015 Posted October 21, 2015 (edited) I just made a GUI opening youtubeI want to make clicks only inside GUI(let's say if i have a photo on full screen and the GUI is behind that photo I still want a video from GUI browser to be clicked without clicking the photo)Hope you guys will understand because I cant explain so good....Here is the code:HotKeySet("{ESC}", "Quit") Example() Func Example() $oIE = ObjCreate("Shell.Explorer.2") GUICreate("",800, 600, 0 , 0) $GUIActiveX = GUICtrlCreateObj ($oIE, 0, 0, 800, 600) $oIE.navigate("https://www.youtube.com") GUISetState() While 1 sleep(1000) WEnd GUIDelete() EndFunc Func Quit() Exit EndFunc Edited October 21, 2015 by Samir90
Moderators JLogan3o13 Posted October 21, 2015 Moderators Posted October 21, 2015 (edited) @Samir90, please do not post in more than one forum. Thread locked, as it is basically the exact same as your other post (to which you're already receiving answers!)In the future, if you feel you accidentally posted in the wrong forum, please MP a member of the Mod team and ask that it be moved. Edited October 21, 2015 by JLogan3o13 Samir90 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts