Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .Net windows .exe Application gives an error after installation
- [STAThread]
- static void Main()
- {
- try{
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
- } catch(Exception ex){
- MesasgeBox.Show(ex.ToString());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment