hey all,
could someone please do a simple walkthrough with me on how create a simple
window app that has a tab control on it with maybe a single button in one of
the tabs that does a simple hello world message.

i'm still trying to grasp some concepts here so please be gentle. if
possible, could it be as close to low-level c++ as possible (which means to
me and i could be a wrong newbie: no mfc or extra existing libraries). i
don't even know how possible that is.

thanks,
rodchar

Re: win32 api walkthrough request by Brian

Brian
Tue Jul 24 11:02:27 CDT 2007


"rodchar" <rodchar@discussions.microsoft.com> wrote in message news:8936D08D-7E31-443E-868A-BF8371C33DFA@microsoft.com...
> hey all,
> could someone please do a simple walkthrough with me on how create a simple
> window app that has a tab control on it with maybe a single button in one of
> the tabs that does a simple hello world message.
>

Here it is: http://tinyurl.com/ytdx69

plus a lot more. It is a worthwhile investment.

Brian