whatislove Posted November 12, 2006 Posted November 12, 2006 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] ÌÍÛÑÜJand 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 )
Fossil Rock Posted November 12, 2006 Posted November 12, 2006 Here ya go newbie .... $WS_SIZEBOX (look it up in the help file or search the forum). I suggest in the future making your topic more specific to your issue. Agreement is not necessary - thinking for one's self is!
whatislove Posted November 12, 2006 Author Posted November 12, 2006 tnx for ur help fossil , how do i change the values in .au3 by using gui?
Fossil Rock Posted November 12, 2006 Posted November 12, 2006 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!
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