deepak Singh - 2009-02-04

Hi,
  I am having a issue,My project have one EXE which have inturn multiple form,

http://weblogs.sqlteam.com/mladenp/archive/2007/03/01/60123.aspx

which inturn solve some part but my app have
[STAThread]
static void Main()
{
Application.Run(new CSI_Main());
}

How we can use "nomessageloop" for this context ?