On Fri, Jun 6, 2008 at 2:00 PM, Xavi de Blas <[EMAIL PROTECTED]> wrote: > Sorry for the long subject of this email, but i have the following problem: > > 1.- I don't find the way to call from windows "start" menu: mono and > chronojump > 2.- As i don't find the way, i created a .bat, and this calls both > 3.- but the .bat leaves the console open all the time my app is open. > This is not nice, and also some users close the console and then > chronojump closes > > What is the best solution?
Compile the app as a GUI app. You are probably compiling it as a console app. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
