On Wednesday 02 April 2008 23:31, hamdan wrote: > my purpose is when i click the button it will run my program. > can i do that? Sure. In the click event for your button, do this: SHELL "/whatever/your/program/is/called" WAIT That will run your program and wait for it to end. Rob