Search the Community
Showing results for tags 'inside'.
-
I just made a GUI opening youtube I 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
-
I can't seem to figure my way around this problem. I've posted my code below, the problem is that I wan't my auto it to read from a .Ini file a value which it then will search for, but I can't figure out how I'm supposed to type it so that it works. Local $aArray = IniReadSection(@ScriptDir & "\Gradeslist.ini", "Grades") If StringInStr($search, "" & $aArray[1][1]) ThenCan someone help me figure it out? By the way it's the second part which is not cooporating with me..
-
Hello once again! What I have is: A groupcontrol created by GuiCtrlCreateGroup and inside it I have a few icons from GuiCtrlCreateIcon. What I want to do is when I click within the group or on the icons I'll get a notification, or a message retrieveable by GuiGetMsg(). Any suggestions? Best regards, zvvyt
- 1 reply
-
- GuiCtrlCreateGroup
- MouseClick
-
(and 3 more)
Tagged with: