Re: WIN32 API SOURCE
- From: "Jim Carlock" <anonymous@localhost>
- Date: Tue, 19 Apr 2005 19:09:53 -0400
"mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx> wrote:
> There's a Win32.hlp file that I use constantly. It's
> compact and still covers just about everything
> except the constant values. A copy comes with
> VS but I don't know the file path. A copy also comes
> with most Borland products. There are a few versions.
> One is about 10 MB. Another is about 22 MB.
Borland offers the Win32.hlp files off of the following page:
http://info.borland.com/techpubs/delphi/
The older file is found as documention for Delphi 3 and is named
D3MS.zip. Inside the Zipped file is a Win32.hlp file as listed below:
Name: Win32.hlp
Dated: Sunday, March 23, 1997, 7:00:00 PM
Size: 11,279,097 bytes
The newer file is found as documentation for Delphi 5 Pro and is
named D5MS.Zip. You'll need to click on the Delphi 5 Pro link to
get to it, then search for "D5MS.zip" without the quotes.
The newer file details...
Name: Win32.hlp
Dated: Wednesday, August 11, 1999, 5:00:00 AM
Size: 24,804,587 bytes
Also, you might want to try out the API Viewer at the following page:
http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html
It's a tool everyone should have. And to go along with it, another
useful item is the API Guide at the following page...
http://www.mentalis.org/agnet/apiguide.shtml
Even though they stopped messing with it in 2002, it's got some helpful
things built into it.
--
Jim Carlock
Please post replies to newsgroup.
"mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx> mentioned:
The ones that I know of date to about Win98
vintage. I prefer that because I know that all of the
functions will work everywhere, but if you want to
use newer functions in XP, gdiplus, etc. then the
Win32.hlp file won't be sufficient.
--
_____________________________
mayayXXana1a@xxxxxxxxxxxxxxxx
For return email remove XX and YY.
_____________________________
jerry_ys <jerryys@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Thanks for response. By condensed i mean just the meat and potatoes. Many
> manuals provide a plethora of options for any function or command that
> will never be used or addressed by most users, but fail to provide a simple
> example of it's use and main areas to avoid. This by the way is only for VB
> useable functions. As an example "Visual Basic 6 Programmers reference" by
> Dan Rahmel closely exemplifies my meaning of condensed in this situation.
> thanks again for any additional advice.
>
> jys
>
> "Jonathan Wood" wrote:
>
> > Depends what you mean by condensed. The Windows API is enourmous and
> > requires a great deal of documentation.
> >
> > You might start with
> >
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/windows_api_reference.asp
> >
> > --
> > Jonathan Wood
> > SoftCircuits
> > http://www.softcircuits.com
> > Available for consulting: http://www.softcircuits.com/jwood/resume.htm
> >
> > "jerry_ys" <jerryys@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> > > I've asked a number of questions dealing with the API previously. I
> > believe many questions I have can be answered by good API docs. Is
> > there any CONDENSED source that shows all API functions, quick
> > explanations and a provides a sample example of it's use ?
> > >
> > > This would resolve many questions for me and only leave only the more
> > > complex problems with using API for this discussion group.
> > >
> > > thanks
> > >
> >
> >
> >
.
- References:
- WIN32 API SOURCE
- From: jerry_ys
- Re: WIN32 API SOURCE
- From: Jonathan Wood
- Re: WIN32 API SOURCE
- From: jerry_ys
- Re: WIN32 API SOURCE
- From: mayayana
- WIN32 API SOURCE
- Prev by Date: Encrypt and Certificate
- Next by Date: Re: WIN32 API SOURCE
- Previous by thread: Re: WIN32 API SOURCE
- Next by thread: Re: WIN32 API SOURCE
- Index(es):
Relevant Pages
|