vc++ win32 application example 
Author Message
 vc++ win32 application example

Newbie::Hi,

Learning win32 application environment. Would someone send a
simple example of a win32 application in vc++?. Something like
delete file or find files in win32 NOT "console Win32". Any example
that is not too simple but not too hard to follow.
Thanx,
J

Sent via Deja.com
http://www.*-*-*.com/



Thu, 12 Jun 2003 04:53:08 GMT  
 vc++ win32 application example

Depending on how far into the boggy depths you wish to go you could start by
looking at a simple MFC appwizard created application.  It really depends on
whether you want to allow yourself to use the MFC crutch or not.
If you do then try the Scribble tutorial in MSDN Library (an all time
classic), it will tell you a lot about the document/view- and MFC-way of
doing things.  Don't be happy with just doing the example though, use the
de{*filter*} to follow execution into some of the dirtier parts of the code and
especially try to figure out what ClassWizard does that makes everything
work so nicely.
If you really really want to learn about ^Win32^ then I suggest you go to
the library and ask for the stupendously large books section...

Quote:

> Newbie::Hi,

> Learning win32 application environment. Would someone send a
> simple example of a win32 application in vc++?. Something like
> delete file or find files in win32 NOT "console Win32". Any example
> that is not too simple but not too hard to follow.
> Thanx,
> J

> Sent via Deja.com
> http://www.*-*-*.com/



Thu, 12 Jun 2003 09:47:23 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Win32 application and Win32 DLL

2. MS VC++ Win32 Application ?

3. Display of File Open Dialog Box in Win32 Application in VC++ 6.0

4. how to use a console window in a win32 application..-- not console application

5. vc++,excel kb example error compiling

6. vc++ .net, excel kb example error compiling

7. Need example of using SHAPED query with ADO and vc++

8. Need example of using SHAPED query with ADO and vc++

9. toolbars in vc++ 6.0 (new to win32 programming)

10. Raw Win32 RichEdit app example?

11. Any examples on creating a Shell Extension (Win32)?

12. Muliinst Example - Moving to Win32

 

 
Powered by phpBB® Forum Software