Hi,
I am trying to run the html help compiler "hhc.exe" from my C# application. I am providing a .hhc,.hhk and .hhp file to create .chm file. On running the code the .chm file is being created, however a command prompt like (black) window is also appearing displaying the compilation status.
I want to suppress the window and to display the status (that it shows) in a control of my application. I guess, I am overlooking some property of the process class.
Any help will be appreciated.
Best regards,
Sid
I am trying to run the html help compiler "hhc.exe" from my C# application. I am providing a .hhc,.hhk and .hhp file to create .chm file. On running the code the .chm file is being created, however a command prompt like (black) window is also appearing displaying the compilation status.
I want to suppress the window and to display the status (that it shows) in a control of my application. I guess, I am overlooking some property of the process class.
Any help will be appreciated.
Best regards,
Sid
Comment