Tech Support > Microsoft Windows > Development Resources > How to start with Windows Programming
How to start with Windows Programming
Posted by myself_rajat@yahoo.com on February 16th, 2006


Hi All,

I am a newbie to Windows Programming(specifically WIN CE), could any
body give me any pointer, for how to start with the same. However I am
comfertable with C/C++ stuffs.

Any help would be appreciated.

Thanks in advance.

Posted by Alf P. Steinbach on February 16th, 2006


* myself_rajat@yahoo.com:
Petzold "Programming Windows".

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

Posted by Kellie Fitton on February 16th, 2006


Hi,

You should read "Programming Windows 95" by charles petzold,
it a good book if you want to develop GUI applications.

Here are the webSite links:

http://www.charlespetzold.com/

http://www.catch22.net/tuts/

http://functionx.com/win32/index.htm

http://www.relisoft.com/win32/

http://winprog.org/tutorial/index.html

http://www.alsprogrammingresource.co...tutorials.html

http://www.stromcode.com/modules.php...&op=view&tid=1

Hope these information helps,

Kellie.

Posted by r_z_aret@pen_fact.com on February 16th, 2006


On 16 Feb 2006 05:23:46 -0800, myself_rajat@yahoo.com wrote:

Generally, you can get some good intro material related to a newsgroup
by using google (http://groups.google.com/advanced_group_search) to
look up
newbie
in that newsgroup.

To emphasize Alf P. Steinbach's note, Petzold is the book most often
recommended for learning Windows programming. Windows CE is similar in
many ways, with a few twists (some additions, many removals, some
changes).

Windows CE:
For non .NET languages, microsoft.public.pocketpc.developer is about
the most relevant newsgroup; use google to look up newbie in it. I
think Boling's books are about the best way to learn CE-specific stuff
once you've learned Windows. I _think_ Boling's 3rd edition covers
..NET languages, so his 2nd edition might be better for straight C/C+.

I recommend sharing as much code as possible between CE and "big"
windows. I do most of my debugging in VC 6 under "big" windows, and
save a lot of time and aggravation as a result.

If money is an issue, VS 2005 Express is free. It does have
restrictions (I think it is not allowed for commercial product and/or
has no support for Mobile). For mobile development, eVC 3 and eVC 4
are free, and I _think_ they're still available. They _can_ be used to
build apps that run under WM 5; use google for more info.


-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

Posted by myself_rajat@yahoo.com on February 17th, 2006


Thank you all for giving me such guidance, specially Kellie for those
links.

r_z_aret@pen_fact.com wrote:

Posted by Bob Masta on February 17th, 2006


On 16 Feb 2006 05:23:46 -0800, myself_rajat@yahoo.com wrote:

As others have noted, Petzold is the bible.
However, even at nearly 1500 pages it
can't cover the whole API. You can get that
info from MSDN, but I prefer to have a
handy reference right on my development system.
The only one I know of is the one Win32.HLP
system from Borland, which used to be included
with their packages but is now a free download
at
ftp://ftp.borland.com/pub/delphi/tec...phi2/win32.zip
(or at least the last time I checked). Note
that this does not include recent XP-type API
functions, but you probably aren't going to need
those for a while.

I found Petzold good for getting started, but I
use Win32.HLP much more often now.

Best regards,


Bob Masta
dqatechATdaqartaDOTcom

D A Q A R T A
Data AcQuisition And Real-Time Analysis
www.daqarta.com
Home of DaqGen, the FREEWARE signal generator


Similar Posts