NO

Author Topic: Useful links...  (Read 23670 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Useful links...
« on: March 06, 2007, 09:03:42 PM »
Some possibly useful links:

Microsoft Windows Software Development Kit for Windows Vista (and Windows XP, Windows Server 2003)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en

Windows Server 2003 R2 Platform SDK (x86, x64 versions of Windows Server 2003, Windows XP, Windows XP x64, and Windows 2000)
http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&DisplayLang=en

Microsoft Help Technologies
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hworiHTMLHelpStartPage.asp

DLL Help Database
http://support.microsoft.com/dllhelp/
/Pelle

redsun0131

  • Guest
Another good web links
« Reply #1 on: March 20, 2007, 06:33:53 AM »
Hello World,

For beginners, this link(below) gives you some basic/conceptual windows programming "How things work under the hood".

In my opinion it gave me a good jump start on windows programming couple with resource intensive from MS web sites.

One good pointer the tutorials use LCC Win and it works with using Pelles C as well.

The owner of this link is Pravin Paratey and is still work in Progress. ...to all noobs - Check it out !

http://in.geocities.com/pravinparatey/

Fred_Pyo

  • Guest
Re: Useful links...
« Reply #2 on: April 03, 2007, 07:52:13 AM »
This is an excellent tutorial on preventing flickering, a common problem when developing WinAPI applications:
http://www.catch22.net/tuts/flicker.asp

Hope anyone finds it useful!

lucindom

  • Guest

CommonTater

  • Guest
Re: Useful links...
« Reply #4 on: February 02, 2011, 04:10:13 PM »
The forger's winapi tutorial....

http://www.winprog.org/tutorial/


MadMage999

  • Guest
Re: Useful links...
« Reply #5 on: April 17, 2017, 09:20:34 AM »
Some possibly useful links:

Microsoft Windows Software Development Kit for Windows Vista (and Windows XP, Windows Server 2003)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en

Windows Server 2003 R2 Platform SDK (x86, x64 versions of Windows Server 2003, Windows XP, Windows XP x64, and Windows 2000)
http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&DisplayLang=en

Microsoft Help Technologies
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hworiHTMLHelpStartPage.asp

DLL Help Database
http://support.microsoft.com/dllhelp/

Links appear dead.

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Useful links...
« Reply #6 on: April 17, 2017, 12:45:54 PM »
The post is 11 years old, and things change...   :)
The VISTA OS has been removed from any kind of support, nobody cried  ;), last month and the help system is no more actively supported from long time ago.
Anyway with some help from google:
Microsoft Windows SDK for Windows 7 and .NET Framework 4
Windows 10 SDK
Windows Help
« Last Edit: April 17, 2017, 12:54:19 PM by frankie »
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

alderman

  • Guest
Re: Useful links...
« Reply #7 on: December 08, 2017, 01:59:24 AM »
The post is 11 years old, and things change...   :)
The VISTA OS has been removed from any kind of support, nobody cried  ;), last month and the help system is no more actively supported from long time ago.
Anyway with some help from google:
Microsoft Windows SDK for Windows 7 and .NET Framework 4
Windows 10 SDK
Windows Help
Nice!
thanks!

Offline John Z

  • Member
  • *
  • Posts: 790
Re: Useful links...
« Reply #8 on: February 25, 2020, 02:49:44 PM »
You may know windows 10 no longer supports .hlp files with the OS.  However there are many useful .hlp files. Before tackling a reader or converter a web search turned up a solution. I've tested on several Win10 systems and it works very well.  All of my .hlp files display as they did previously.  Here is the link:
https://www.majorgeeks.com/files/details/winhlp32_for_windows_10.html

As always be sure you scan the file with antivirus software, all I can attest to is when I downloaded it was fine.
 

Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: Useful links...
« Reply #9 on: February 25, 2020, 06:07:56 PM »
https://www.magnumdb.com/ - good site to see constant from SDK,DDK and other headers

Offline larryli

  • Member
  • *
  • Posts: 11
Re: Useful links...
« Reply #10 on: May 20, 2022, 11:40:55 AM »
Windows API tutorial using Pelles C.

https://zetcode.com/gui/winapi/

Offline rapte

  • Member
  • *
  • Posts: 11
Re: Useful links...
« Reply #11 on: August 15, 2022, 07:14:02 PM »
Found this very interesting git page.

https://github.com/mity/old-new-win32api/blob/master/README.md

Quote
The Old New Win32API
This page provides a list of links to subset of posts of Raymond Chen's famous blog The Old New Thing. The subset is limited mainly to Win32API and some COM-related stuff.

The reason why I maintain this page is that it often provides information which is missing on MSDN or which is described there in a cryptic way, and also because the blog is not easily searchable.

The links here are categorized by their topic instead of a chronological order. Sometimes, when appropriate, a single post may be put into multiple categories.

In some (quite rare) cases, links to other sources are included if they are found useful.

Disclaimer: I am not claiming authorship of any linked contents. This is only about hopefully useful organization of the great articles Raymond has written over the years.