Jump to content

Noobie Questions


whatislove
 Share

Recommended Posts

This is the gui , i created with KODA..

*gui

#include <GUIConstants.au3>

$Form1_1 = GUICreate("Save Our Souls", 633, 447, 174, 105)
$PaneL = GUICtrlCreateGroup("PaneL", 176, 104, 249, 201)
$ID = GUICtrlCreateInput("ID", 280, 144, 105, 21)
$Username = GUICtrlCreateLabel("Username", 192, 144, 52, 17)
$Sifre = GUICtrlCreateInput("Sifre", 280, 176, 105, 21, BitOR($ES_PASSWORD,$ES_AUTOHSCROLL))
$Pw = GUICtrlCreateLabel("Pw", 192, 176, 19, 17)
$SOS = GUICtrlCreateButton("SOS", 264, 224, 73, 41, 0)
GUICtrlCreateGroup("run as.au3", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

    EndSwitch
WEndoÝ÷ ÚØ^¦ºé¢³­+bq©ç¢ÚÞ²,Þ×nz!£hvhèºÚ"µÍÚ[ÛYH   ÒQK]LÉÝÂÌÍÛÒQHHÒQPÜX]J    ][ÝÚËÝÝÝËY[ÛË[É][ÝËJBÌÍÛÑÜHHÒQQÜQÙ]ÛÛXÝ[Û   ÌÍÛÒQK
BÌÍÛÑ[[Y[HÒQQÜQ[[Y[Ù]ÛÛXÝ[Û  ÌÍÛÑÜK
BÒQQÜQ[[Y[Ù][YJ  ÌÍÛÑ[[Y[    ][ÝÉÌÍÒQ   ][ÝÊBÌÍÛÑ[[Y[HÒQQÜQ[[Y[Ù]ÛÛXÝ[Û    ÌÍÛÑÜKJBÒQQÜQ[[Y[Ù][YJ  ÌÍÛÑ[[Y[    ][ÝÉÌÍÔÚYI][ÝÊBÌÍÛÑ[[Y[HÒQQÜQ[[Y[Ù]ÛÛXÝ[Û    ÌÍÛÑÜKBÒQQÜQ[[Y[Ù][YJ   ÌÍÛÑ[[Y[    ][ÝÓÙÚ[][ÝÊBÒQQÜTÝXZ]
    ÌÍÛÑÜJ

and this is the lil porggie i would like to :

* change the text to what i write in my gui ( if i write A to username , Gui will edit $ID to A

* change the $Sifre ( from the proggy ) to the value i write in gui

* when i hit the SOS , it will run the proggy

( sorry for my english )

Link to comment
Share on other sites

GUICtrlSetData - it's in the help file as well.

You'd be totally amazed at what you can find in the help file. Before you post again, I suggest you study the help file.

Agreement is not necessary - thinking for one's self is!

My-Colors.jpg

cuniform2.gif

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