Post Reply 
Starting a program through the app icons? [Solved]
11-26-2015, 11:09 AM
Post: #4
RE: Starting a program through the app icons?
Thanks! Its work.
// CAS Custom Menu
// EWS 2014-04-20
//ADAPTED BY João Leonardo Rozsas
//leo8051@ig.com.br
EXPORT Area()
BEGIN
END;

SUB1();
SUB2();
SUB3();
SUB4();
SUB5();
SUB6();

START()
BEGIN
REPEAT //loop das subs
LOCAL m,m1,mx,my;
WHILE MOUSE(1)≥0 DO
END;

Leo

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Starting a program through the app icons? - jrozsas - 11-26-2015 11:09 AM



User(s) browsing this thread: 1 Guest(s)