Starting different forms in a project

  • Thread starter Thread starter Stephany Young
  • Start date Start date
S

Stephany Young

Start your application (.exe) with a commandline argument and have your
'Main' procedure invoke the appropriate form depending on the value you pass
in.
 
If I have a WinForms project - what's the best strategy for opening
different forms from different shortcut icons?

Basically I want to lump a few different (but related) apps into the one
assembly, and have a number of icons in the start menu.

Is there a way to go about this (like passing parameters to Main or
something)???

Many thanks.
====
Phil
 
Back
Top