|
-
Feb 1st, 2003, 04:26 PM
#1
Thread Starter
Addicted Member
DOS Console in Win32
Hey,
I dont know if this has been posted in here before...
I would like to show a dos console window in my
Win32 Application but I don't have the slightest clue in how
to go about it... any ideas?
what i want to do is have a console window appear and ask
the user some questions, then after thats done, Show a Window
using Win32 Programming...
-
Feb 1st, 2003, 09:58 PM
#2
Addicted Member
Hi,
I use Dev-C++ IDE for my programming. When I create a project, I get this DOS Window by default. I have to check a box so I will not get it. I use this DOS Window/Console to display some info before using OpenGL to render some 3D stuff.
In VC++, I can create a Win32 Console Application and I get this DOS Window.
Regards,
ChuckB
-
Feb 2nd, 2003, 02:44 PM
#3
Thread Starter
Addicted Member
Thanks ChuckB for your reply...
So, instead of making a Win32 Application, I should make a
Win32 Console Application? And will I be able to Create a Window
in this project as well?
I use VC++ by the way.
-
Feb 8th, 2003, 06:28 PM
#4
You can create a window. But if you go for normal win app you can use AllocConsole to create a console window.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|