mesale0077 Posted October 9, 2011 Posted October 9, 2011 hi $hGUI = GUICreate('Test', 550, 400) $swfObj = ObjCreate("ShockwaveFlash.ShockwaveFlash") $swfActiveX = GUICtrlCreateObj( $swfObj,-10,20,700,550) $swfObjEvents = ObjEvent($swfObj,"_fscommand") $pos = ControlGetPos($hGUI, "",$swfActiveX) info area MsgBox(0, "Window Stats:", "POS: " & $pos[0] & "," & $pos[1] & " SIZE: " & $pos[2] & "," & $pos[3] ) dont work and $swfActiveX = GUICtrlCreateObj( $swfObj,-10,20,700,550) this area how right click disable this area or GUICtrlCreateObj( right click disable thank you now
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now