fmdogg 0 Posted July 27, 2011 my gui form and properties, how to do make? normally I ran the program, working together with the following command; Global $printscreen $printscreen = HotKeySet("{PrintScreen}","printscreen") Func printscreen() if $printscreen Then MsgBox(48,"ERROR","Not clicked printscreen button") EndIf EndFunc but Besides, you could, the program starts, consist of a window in the lower right corner. 2 x button on the window; $exit = exit button with program is exit $shoot = shoot button with, and both the captured image before shooting the 'xxx' e-mail address 'xx' as the subject of '$user' person to be sent through $user = a user can enter their email address 'inputbox' can be opened in the form of I do not know what I wanted it too but very thankss!!!! Share this post Link to post Share on other sites
monoscout999 10 Posted July 27, 2011 You need to look in the help file aboutGuiCreate()GuiCtrlCreateButton()GuiCtrlCreateInput()You also need_ScreenCapture_Capture() --- Look in the help the files you need to include to use this function.About the location of the GUI when you have the GUI done, come here(in this thread) and ask about it, but i think that first you need to create the GUI Share this post Link to post Share on other sites
monoscout999 10 Posted July 27, 2011 my gui form and properties, how to do make? normally I ran the program, working together with the following command; Global $printscreen $printscreen = HotKeySet("{PrintScreen}","printscreen") Func printscreen() if $printscreen Then MsgBox(48,"ERROR","Not clicked printscreen button") EndIf EndFunc but Besides, you could, the program starts, consist of a window in the lower right corner. 2 x button on the window; $exit = exit button with program is exit $shoot = shoot button with, and both the captured image before shooting the 'xxx' e-mail address 'xx' as the subject of '$user' person to be sent through $user = a user can enter their email address 'inputbox' can be opened in the form of I do not know what I wanted it too but very thankss!!!! Also... That code is wrong, you don`t have to capture the HotKeySet() return, only with the parameter function it works. Share this post Link to post Share on other sites