Make COM object visible in Windows
I am initializing a program with the "New" command for access to this as an object in my VB.NET program. InitializeComponent() NMR = New RINMR.NMR() This initialization leads to a startup of the COM program as my program starts up, and this is good except for the fact that the COM program stays hidden for the user. I would like the program to open up maximized/minimized so that it will be accessible both as an object in my program AND for direct interaction with the user. How can this be achieved? -- Espen

