Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Future of C++ in MS Windows? Pin
Nish Nishant8-Jul-02 1:55
sitebuilderNish Nishant8-Jul-02 1:55 
GeneralRe: Future of C++ in MS Windows? Pin
Senkwe Chanda8-Jul-02 6:00
Senkwe Chanda8-Jul-02 6:00 
AnswerRe: Future of C++ in MS Windows? Pin
yarp8-Jul-02 3:56
yarp8-Jul-02 3:56 
GeneralRe: Future of C++ in MS Windows? Pin
faust8-Jul-02 4:35
faust8-Jul-02 4:35 
GeneralRe: Future of C++ in MS Windows? Pin
yarp8-Jul-02 7:06
yarp8-Jul-02 7:06 
AnswerRe: Future of C++ in MS Windows? Pin
sagmam8-Jul-02 5:39
sagmam8-Jul-02 5:39 
Generalhelp me Pin
7-Jul-02 23:52
suss7-Jul-02 23:52 
GeneralRe: help me Pin
nilaysoft8-Jul-02 0:05
nilaysoft8-Jul-02 0:05 
// Ctrl key pressed?
if (GetKeyState(VK_CONTROL) & 0x8000)
{}

// Shift key pressed?
If (GetKeyState(VK_SHIFT) & 0x8000)
{}

// Left Mouse Button pressed?
If (GetKeyState(VK_LBUTTON) & 0x8000)
{}

...


http://ihome.ust.hk/~zhaoming
GeneralResources in DLLs Pin
7-Jul-02 23:40
suss7-Jul-02 23:40 
GeneralRe: Resources in DLLs Pin
Prem Kumar8-Jul-02 3:05
Prem Kumar8-Jul-02 3:05 
GeneralRe: Resources in DLLs Pin
8-Jul-02 21:12
suss8-Jul-02 21:12 
GeneralRe: Resources in DLLs Pin
Prem Kumar8-Jul-02 23:26
Prem Kumar8-Jul-02 23:26 
GeneralRe: Resources in DLLs Pin
9-Jul-02 0:18
suss9-Jul-02 0:18 
GeneralRe: Resources in DLLs Pin
Prem Kumar9-Jul-02 0:24
Prem Kumar9-Jul-02 0:24 
GeneralSetting a Region of Child Window Pin
7-Jul-02 23:25
suss7-Jul-02 23:25 
GeneralPVS 6.0 Pin
Stan the man7-Jul-02 23:20
Stan the man7-Jul-02 23:20 
GeneralRe: PVS 6.0 Pin
Michael P Butler8-Jul-02 0:43
Michael P Butler8-Jul-02 0:43 
QuestionPost/Get Messages inside a dll ? Pin
yarp7-Jul-02 23:17
yarp7-Jul-02 23:17 
GeneralCHtmlView / do not download images Pin
rrrado7-Jul-02 23:12
rrrado7-Jul-02 23:12 
QuestionHow to play a .wav file? Pin
Artem Moroz7-Jul-02 22:35
Artem Moroz7-Jul-02 22:35 
AnswerRe: How to play a .wav file? Pin
7-Jul-02 22:42
suss7-Jul-02 22:42 
GeneralRe: How to play a .wav file? Pin
7-Jul-02 22:55
suss7-Jul-02 22:55 
AnswerRe: How to play a .wav file? Pin
7-Jul-02 22:43
suss7-Jul-02 22:43 
AnswerRe: How to play a .wav file? Pin
8-Jul-02 2:10
suss8-Jul-02 2:10 
QuestionHow draw different type icon? Pin
Alexey Kourakolov7-Jul-02 22:26
Alexey Kourakolov7-Jul-02 22:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.