Jump to content

my gui form?


fmdogg
 Share

Recommended Posts

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!!!!

Link to comment
Share on other sites

You need to look in the help file about

GuiCreate()

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

Link to comment
Share on other sites

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.
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...