From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <220EA86EDD5EF61B DOT 98F496ED52A271E7 DOT 91E3106E4C44F61C AT lp DOT airnews DOT net> Subject: Re: Is MSSDK Like MFC? Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: <0PtC3.1058$JG2.8115@newsfeed.slurp.net> Date: Sat, 11 Sep 1999 08:39:45 -0600 NNTP-Posting-Host: 208.4.224.39 X-Trace: newsfeed.slurp.net 937060668 208.4.224.39 (Sat, 11 Sep 1999 09:37:48 CDT) NNTP-Posting-Date: Sat, 11 Sep 1999 09:37:48 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com jv wrote in message > > familiar with using the MFC, is the MSSDK the same thing? There are some links here that will point you to tutorials and other information. http://people.montana.com/~bowman/Software/winAPI.htm Charles Petzhold wrote the definitive book on SDK (API) programming, though Schildt's latest programming Win98 is also good and covers some different ground. At first glance, SDK programming looks daunting, but you can develop some generic boilerplate files to cut and paste, much like the wizards generate. You might grab the morse trainer from ~/Software/morse.htm . Toss the actual app, and you will have a shell with a menu, toolbar, status bar, tabbed dialogs and so forth to use as a template.