Hi, I created an Active EXE that contain a visible form, and that also uses a Main() sub as the start up. The form can be shown when a client makes a call to the Active EXE's public class. However, when I try to run the Active EXE in a stand alone fashion, my form and message box do NOT show up! Even after I put form.show in the Main() sub. Can anyone tell me why this is happening?