Link to home
Start Free TrialLog in
Avatar of manbirpahwa
manbirpahwa

asked on

Simple API programming?

i would like to know where can i find articles on borland c++ winapi programming. It should help me with a text box, scroll bar, canvas and some gdi things. the code should me in c++ windows api only.
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jonnin
jonnin

To add them, its drag and drop.  TO use them, the variable name is visible when that component is clicked. The have names like Edit1. Look in the help on Edit box, etc.  Members are listed, for example Edit1->LoadFromFile(...);

Its a very easy tool, but the names are nonstandard (or were, have not used the latest version) so you have to read the help.

Avatar of DanRollins
Try this:
 
    http://msdn.microsoft.com/library/en-us/win32/win32start_1xyd.asp?frame=true

It is the online documentation for using the Win32 API.  You can also download the Platform SDK; it provide many example programs:

   http://www.microsoft.com/msdownload/platformsdk/sdkupdate

-- Dan
Are you just going to ignore this question from now on?
Who?  Me?  No.  I'll keep an eye on it... perhaps revisit it now and then for old-time's sake.  Who knows, manbirpahwa may one day return and post a comment.  That  would be a thrill beyond description.
-- Dan
No, not you Dan... ;-)