Woocash[ACN] Posted April 18, 2005 Posted April 18, 2005 Is it OK to start and operate GUI using self-written functions? Are there any GUI-related handlers that should be passed to and returned from funtion? regards,Woocash[ACN]
layer Posted April 19, 2005 Posted April 19, 2005 why not? Main() Func Main() GUICreate("this is in a func") GUISetState() While 1 $get = GUIGetMsg() If $get = -3 then exit WEnd EndFunc something like that? FootbaG
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