G
Gionni
Hello everyone,
I'm have a window application, but it is a console application
too. I'll try to explain better: if I call the program without
parameters the GUI starts. Otherwise it runs as a console application.
In other words, I emulate the "certmgr" behavior.
My problem is I cannot display any trace in the console (Someghing
like: Pass 1: OK, Pass 2: etc). Console.Write does not work, because
the window application has not a console. Is there any method to show
redirect the input to the console? Please could you give me any
example?
Thanks all, Gionni
I'm have a window application, but it is a console application
too. I'll try to explain better: if I call the program without
parameters the GUI starts. Otherwise it runs as a console application.
In other words, I emulate the "certmgr" behavior.
My problem is I cannot display any trace in the console (Someghing
like: Pass 1: OK, Pass 2: etc). Console.Write does not work, because
the window application has not a console. Is there any method to show
redirect the input to the console? Please could you give me any
example?
Thanks all, Gionni