| re: When are MS going to fix their API help?
I doubt converting the API docs is high on their priority list - they're
busy herding programmers to .NET - in the opposite direction from WIN32 API
programming. I ended up getting a book for Win32 Programming in VB from the
discount rack at the bookstore. It was specifically geared to VB6, but was
easier to translate over to VB.NET than all those god-awful C++ .h files.
"Michael C" <mculley@NOSPAMoptushome.com.au> wrote in message
news:uDWGLysSFHA.3088@TK2MSFTNGP10.phx.gbl...[color=blue]
> MS API help is still geared towards C programmers only despite that fact
> that programmers from other languages have been using them for 10+ years
> now. When looking up an API it can be a real pain to find the dll that the
> API is in and the value of the constants. With the common API like
> ShowWindow it's very easy to work out but with more obscure API, like say
> those for win CE, it can be a real pain requiring downloading and
> installing SDKs. I guess showing the syntax for vb6/C# and other languages
> would be a bit over the top but at least specifying the name of the dll
> and the value of the constants would be good. Sound fair?
>[/color] |