printing webpage in console based application
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Please Guide how can i print a webpage in a console application. Actually i achieved printing using webbrowser control in dialog based application.Now i want to print in console application. In other words,in dialog based application i used web browser control(Active X component), dragged it on my Dialog form & used its methods to achieve printing. Now how can i achieve printing webpage in console based application.ShellExecute won't work to print a webpage(neither in dialog-based nor in console), it is confirmed. Please Guide... It is a bit urgent:(( Ankush Mehta