Hi
I redesigned my application a bit to be more flexable.
Since sometimes I need a different UI to start up or no UI at all.
So I thought I choose a normal class as startup and initialize the needed UI from there.
To do this I had to change the application type to "Console Application".
This worked but everything looks Windows 98 style.
No I'm worring that even if I fix this that maybe there are some other issues changing to "Console Application" which I might only notice later.
So I'm starting to wonder, is there a way to select "Windows Froms Application" and select a non-form class?
(I'm using Visual Studio 08, VB.NET)
I redesigned my application a bit to be more flexable.
Since sometimes I need a different UI to start up or no UI at all.
So I thought I choose a normal class as startup and initialize the needed UI from there.
To do this I had to change the application type to "Console Application".
This worked but everything looks Windows 98 style.
No I'm worring that even if I fix this that maybe there are some other issues changing to "Console Application" which I might only notice later.
So I'm starting to wonder, is there a way to select "Windows Froms Application" and select a non-form class?
(I'm using Visual Studio 08, VB.NET)