G
Guest
I've started using Dot Net 2.0. What I am thinking about doing is writing
one of my apps to act either as a windows app or a console app, by clearing
the 'Enable Application Framework' checkbox and setting the Startup object to
'Sub Main' in a module file. Whether the app acts as windows or console will
be determined by command line arguments.
Is there any serious downside to doing this under 2.0? (In all likelyhood,
this will probably be a fairly lightweight app.)
one of my apps to act either as a windows app or a console app, by clearing
the 'Enable Application Framework' checkbox and setting the Startup object to
'Sub Main' in a module file. Whether the app acts as windows or console will
be determined by command line arguments.
Is there any serious downside to doing this under 2.0? (In all likelyhood,
this will probably be a fairly lightweight app.)