Jump to content

help me


 Share

Recommended Posts

#include <GUIConstants.au3>
GUICreate ("my gui",300,200)
  $Pic1 = GUICtrlCreateIcon("autoit.ico",-1,10,10,50,50)        

GUISetState( )

While 1
    $msg = GUIGetMsg()

        Select
        
      case $msg = $GUI_EVENT_CLOSE
        ExitLoop         
        EndSelect
Wend

The interface inside the double-click-like how to set up?

Link to comment
Share on other sites

The interface inside the double-click-like how to set up?

I'm not sure I can really understand your question ... :)

I guess you're asking how to build a GUI.

If you have SciTE installed - go to "Tools" menu and choose "Koda Form Designer" - then you can create your own GUI as you wish.

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

Link to comment
Share on other sites

Very sorry. I think you understand the mistake. What I mean is the interface inside the double-click the play button.

Hi there,

A far i saw in the code, there is nothing to play.

But if you add that, you can say in the code how the button will react to single click our diuble click.

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

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