I created process and launched help-file
Process help = new Process();
help.StartInfo.FileName = "C:\MyProjects\comp\help_eng.hlp";
help.Start();
However, this help file is displaying topform;I need to open a folder for example, but it is always under this process.Could you tell me, how to make process "ordinary"? - it shouldn't be topmost!