Re: Need tutorial on Tab Controls in Windows API
Quote:
Originally Posted by jbp2004
Don_PhrostByte,
I have submitted a copy of this tutorial here in CODEGURU but since it is still pending, let me give you the copy that I have uploaded to my website,
it's here
The link is dead and I have not succeeded in locating this tutorial in codeguru. Please point me to where this tutorial ended up? Thanks.
Re: Need tutorial on Tab Controls in Windows API
Quote:
Originally Posted by jkoutavas
The link is dead and I have not succeeded in locating this tutorial in codeguru. Please point me to where this tutorial ended up? Thanks.
EasyWin32 Library
Re: Need tutorial on Tab Controls in Windows API
Wow I made a post that earned 3,500+ views :)
Re: Need tutorial on Tab Controls in Windows API
You can see working sample of property sheet embedded in a window in this thread.
Re: Need tutorial on Tab Controls in Windows API
Could someone please post a zip file with the source code for this?
I can get it to compile but when I run it the program exits immediately after briefly flickering a dialog window.
Not sure if some of the code was left as an exercise to the student or what.
I figure getting a response to this is a long shot as this thread is rather old.
I previously used a tabbed dialog box to do this but I understand that using a property sheet should make saving the settings of all pages a snap which was previously very painful.
Thanks
Re: Need tutorial on Tab Controls in Windows API
See MSDN samples instead.
Re: Need tutorial on Tab Controls in Windows API
Quote:
Originally Posted by HwHack
I can get it to compile but when I run it the program exits immediately after briefly flickering a dialog window.
Could you be more specific? What can you get to compile? Did you do a debug build and see what is a reason for an application to exit prematurely?
Are you using Visual Studio? If yes, what version?
Quote:
Originally Posted by fred100
See MSDN samples instead.
Could you please elaborate? What sample?