Menu Program
- Posted by "Don Austin" <dgaustin at mchsi.com> Oct 23, 2003
- 625 views
I was informed I should use plain text for E-Mail=0D This is try #2=0D =0D I down loaded the Euphoria package 4 days ago, so I'am very green.=0D I'am trying to create a "main menu" program using tab that will execute other programs.=0D I modifiied some code Ifound in "EX05,EXW" to the procedure below=0D =0D =0D global procedure onClick_MakeTable(integer self, integer event, sequence parms)=0D shellExecute("open","work.exw",SW_NORMAL)=0D end procedure=0D =0D This works.=0D QUESTION:=0D =0D Is there a way to execute a procedure by clicking on a tab??=0D =0D Thanks for any help.