Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / Visual C++ 10.0

PostThreadMessage Demystified

Rate me:
Please Sign up or sign in to vote.
4.63/5 (21 votes)
21 Jun 2013CPOL2 min read 82.4K   3.8K   44  
How and Where to use it!
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by TestThread.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TESTTHREAD_DIALOG           102
#define IDR_MAINFRAME                   128
#define IDC_BUTTON_CREATETHREAD         1001
#define IDC_BUTTON_THREAD_HELLO         1002
#define IDC_BUTTON_QUITTHREAD           1003
#define IDC_STATIC_CAPTION              1004

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
He used to have biography here Smile | :) , but now he will hire someone (for free offcourse Big Grin | :-D ), Who writes his biography on his behalf Smile | :)

He is Great Fan of Mr. Johan Rosengren (his idol),Lim Bio Liong, Nishant S and DavidCrow and Believes that, he will EXCEL in his life by following there steps!!!

He started with Visual C++ then moved to C# then he become language agnostic, you give him task,tell him the language or platform, he we start immediately, if he knows the language otherwise he quickly learn it and start contributing productively

Last but not the least, For good 8 years he was Visual CPP MSMVP!

Comments and Discussions