Click here to Skip to main content
15,886,067 members

Comments by Neil A. Harding (Top 1 by date)

Neil A. Harding 13-Apr-11 12:03pm View    
Deleted
The code is in Main before you do App app = new App(); app.Run(); so the return exits before starting the main application. I use the Remote.Send to communicate with the main instance which allows me to open the file in a secondary window, or whatever is applicable.