c# - How can I run an application and do not show the console? -
i've got console application , want run application. when invoke code--to call program use activexobject--it shows console. how not show console? mean, program works console shown.
if make application windows application instead of console application not show or open (or use) console. code can stay same - , application still function (without ever creating form or window).
that being said, if control "other" application, may want consider making class library instead of separate application. allow include , run code within library without starting separate process.
Comments
Post a Comment