Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Seniors,
I am printing some output say "Welcome to Windows Programming! Page 1" on my output window by writing a program in C using Win32 functions.
Now when ever user hits enter key or any other key I would like to create a tabular window onto which a message say "Welcome to Windows Programming! Page 2" should be displayed.
Instead of creating a separate window i would like to add new window as tabular window.
Any topics to be suggested to accomplish this type of task from your end ? Please help.

Please only suggest me to create tabular windows to be created using win32 functions rather than MFC or any others. Any link to tutorials or descriptive examples would really be appreciated.

Regards,
Kiran
Posted
Comments
Christian Graus 26-Jul-11 13:20pm    
Wow - you're developing in the stone ages. What do you mean by 'tabular window' ?
Richard MacCutchan 26-Jul-11 13:46pm    
He's not insulting you, he's giving a robust opinion.
Sergey Alexandrovich Kryukov 26-Jul-11 13:55pm    
"Stone age" does not mean easy, rather the opposite. If you consider this short note as "insulting", how are you going to accept any help? I would say, I you only ready to hear "great job" and lack minimal sense of humor, I cannot understand can you work in real life.

Now, you only can get help is someone is interested to help you. Doing advanced UI with raw Windows API and plain C could be boring and time-consuming, so the question would be: why bothering? What's the great benefits of going this way?

--SA

1 solution

Use the Windows Tab Control[^].
 
Share this answer
 
Comments
[no name] 26-Jul-11 13:46pm    
thank you very much :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900