Jump to content

GUICtrlCreateObj() area, right click disable


Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...