If I understand correctly, you just don't want your user to have to type command lines to start your application... Is that right? If so, this isn't a WinForms question at all, but a packaging / deployment one, or something.
It's possible to create packages for your app (so they can be launched like native apps), but the method depends on the target OS. Have a look at this page: http://www.mono-project.com/Guide:Running_Mono_Applications kxw102 wrote: > > Dear all, I am very glad to know this forum. > I am a windows user and a beginner to the MONO. Now I am tring to make the > first winform application, but it seems the .exe files is opend always > with the CMD window at backside? Could anyone to help me not to show this > CMD window? > > Thank you.:working: > -- View this message in context: http://old.nabble.com/Qestions-on-winform-tp26834994p26836176.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
