AutoIt Script (:p)

11/28/2009 05:51 MoepMeep#16
Quote:
Originally Posted by stefan654 View Post
it does have structure ;)
For me it does anyway.
if anyone could give me an example, on how i make a gui working
...that would be nice -.-

Freaking learn how to code and how to use code-tags ~.~
btw, making the same function more than one time sucks hard.
11/28/2009 12:15 katze123#17
thats right ;D
look at the func's only 1 little thing is different from func to func... you could just make one func...
11/28/2009 13:18 Timo264#18
Quote:
Originally Posted by MoepMeep View Post
"c bzw c++ is halt eben noch ein wenig schwerer als c" jo, ist klar. C ist schwerer als C..^^
sry ich meinte natürlich schwerer als autoit

Quote:
Originally Posted by stefan654 View Post
if anyone could give me an example, on how i make a gui working
...that would be nice -.-
PHP Code:
#include <GUIConstants.au3>  ;can't be wrong ;)

$Form1 GUICreate("Form1"181132193125)  ;creates the GUI
GUISetState
(@SW_SHOW)  ;as you want to see the GUI

While 1  ;keeps it alive
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE  ;if you might want to close the GUI again
            
Exit  

    EndSwitch
WEnd 
11/28/2009 17:39 stefan654#19
Quote:
Originally Posted by MoepMeep View Post
btw, making the same function more than one time sucks hard.
that's called TESTING
don't know if u know the worth...
anyway what did this command added to the value of this topic?

NOTHING
11/28/2009 17:40 stefan654#20
Quote:
Originally Posted by Timo264 View Post
sry ich meinte natürlich schwerer als autoit


PHP Code:
#include <GUIConstants.au3>  ;can't be wrong ;)

$Form1 GUICreate("Form1"181132193125)  ;creates the GUI
GUISetState
(@SW_SHOW)  ;as you want to see the GUI

While 1  ;keeps it alive
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE  ;if you might want to close the GUI again
            
Exit  

    EndSwitch
WEnd 
kk thanks m8 =)
11/28/2009 22:28 MoepMeep#21
Quote:
Originally Posted by stefan654 View Post
that's called TESTING
don't know if u know the worth...
anyway what did this command added to the value of this topic?

NOTHING
Even for testing it sucks. Code like baka did, I don't care, but never show crapcode to the public ~.~
11/29/2009 14:36 stefan654#22
Quote:
Originally Posted by MoepMeep View Post
Even for testing it sucks. Code like baka did, I don't care, but never show crapcode to the public ~.~
stfu lol :p
i show whatever i want to.
If u don't like it, then just piss off
i don't care
11/29/2009 15:04 katze123#23
better you piss off :-D
11/29/2009 16:53 MoepMeep#24
Quote:
Originally Posted by stefan654 View Post
stfu lol :p
i show whatever i want to.
If u don't like it, then just piss off
i don't care
Kid ;)

Im quite sure nearly noone is going to help you here, till you learn how to code. Even Noor's code was better than yours.
11/29/2009 17:18 exeduz#25
#closed, annoying flame war..