Originally posted by: Tung
Dear Zoltan,
I'm a college student from Vancouver. I'm doing a project for my C++ programming class and I would like to ask for your permission to use your source file ConsoleWindowApp.cpp in order to implement my program.
I would be appreciated if I could have your reply before Christmas. Thank you!
Sincerely,
Adely Tung
ReplyOriginally posted by: Dmitry Trus
I have a console-GUI application. I made it from usual MFC's SDI application by replacing linker key "/subsystem:windows" to "/subsystem:console" and specifying entry point "WinMainCRTStartup". If I don't need console window, I simply call FreeConsole() in InitInstance(). If I need console, I do all work on InitInstance() and then I return FALSE without creating any GUI windows.
It works well, but there is one bug: I see my console window upon starting the application when I need GUI mode. How can I prevent console window from opening when my application haven't parent console (and works in GUI mode)?
Originally posted by: Yoonhee
I don't know how can I use this source...
Help me....
Originally posted by: madhukar
the program is no doubt good but it could have been a lot more efficient and embedded with 2,3 more functionalities.. its programmers job to find whats missing.. i've found it..
ReplyOriginally posted by: tom yang
I have written a Windows program ,it start up a console program. but I also want to the Windows program notify the console program to stop itself.How to realize? I wish somebody help me. Thank you!
ReplyOriginally posted by: Ghanem BENAZZOUZ
is there any API to set the font size of the console Window.
the next opened console Windows will be using the properties set.
There is a solution with modifying the registers, but it will be the last manner.
Reply
Originally posted by: Frank
Thank you for this great tool.
How can I hide the console window when I am not running from command line?
Reply
Originally posted by: Gaurav
I am working on embedded vc++. after including the file in my project and trying some printf and scanf, it doesn't work. Please help in this context.
ReplyOriginally posted by: Gaurav
I am working on embedded vc++. after including the file in my project and trying some printf and scanf, it doesn't work. Please help in this context.
ReplyOriginally posted by: Learning
I see the use for this, however I am still learning how to use windows, I am an old C programmer and this is a difficult adjustment for me. Can someone send an example of something they have done with this to starwarez@geekmail.net
Reply