Newbie #WM questions

Just starting out? Need help? Post your questions and find answers here.
The Mexican
User
User
Posts: 16
Joined: Sat Oct 07, 2006 5:47 pm
Location: Somewhere in Mexico

Newbie #WM questions

Post by The Mexican »

I've seen a lot of scripts that use constants that start with #WM :shock:

Where can I learn about these constants??

Are there any tutorials for them??


Thank You
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Look on MSDN for the Win32 API. There are loads of constants. You can also try finding a hlp file for win32 api online.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

There are two platform SDK's from Microsoft including online documentions, source examples, tools and all C header files (*.h). One is named "WinUser.h" wich lists all window message.

I currently got the "Microsoft Platform SDK for Windows Server 2003 SP1" installed. Do a search for "Platform SDK" on ww.microsoft.com.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Re: Newbie #WM questions

Post by Kale »

The Mexican wrote:I've seen a lot of scripts that use constants that start with #WM :shock:

Where can I learn about these constants??

Are there any tutorials for them??


Thank You
Download and search for 'WM' in the Win32 Helpfile from my site:

http://www.pb-beginners.co.uk/
--Kale

Image
Post Reply