mesale0077 Posted March 2, 2009 Posted March 2, 2009 hi swf file that I want to work in forum1. How is code #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("[#] Form1 [#]", 633, 219, 192, 124) $Button1 = GUICtrlCreateButton("Button1", 8, 48, 129, 25, $WS_GROUP) $Button2 = GUICtrlCreateButton("Button2", 8, 88, 129, 25, $WS_GROUP) $Button3 = GUICtrlCreateButton("Button3", 8, 128, 129, 25, $WS_GROUP) $Button4 = GUICtrlCreateButton("Button4", 8, 168, 129, 25, $WS_GROUP) $Label1 = GUICtrlCreateLabel("swf file here and run,same time ı want to use buttons", 168, 32, 250, 169) $Button5 = GUICtrlCreateButton("Button5", 464, 48, 97, 25, $WS_GROUP) $Button6 = GUICtrlCreateButton("Button6", 464, 88, 97, 25, $WS_GROUP) $Button7 = GUICtrlCreateButton("Button7", 464, 128, 97, 25, $WS_GROUP) $Button8 = GUICtrlCreateButton("ok", 440, 176, 65, 25, $WS_GROUP) $Button9 = GUICtrlCreateButton("exit", 544, 176, 73, 25, $WS_GROUP) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
James Posted March 2, 2009 Posted March 2, 2009 Please use [ code ] [/ code] tags around your script. You need an IE control and load the SWF file from there. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
weaponx Posted March 2, 2009 Posted March 2, 2009 Please educate yourself on the semantics of interpersonal communication, as we cannot determine the issue without you presenting it concisely. Here are some tips for receiving feedback quickly and efficiently: 1. State the purpose of the code 2. Clearly describe the result produced by the current faulty code 3. Explain the anticipated result
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