Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error LNK2001: unresolved external symbol Pin
Garth J Lancaster26-Nov-05 18:39
professionalGarth J Lancaster26-Nov-05 18:39 
Questionhow to check if a local link exists? Pin
includeh1026-Nov-05 17:53
includeh1026-Nov-05 17:53 
AnswerRe: how to check if a local link exists? Pin
Chintoo72327-Nov-05 1:20
Chintoo72327-Nov-05 1:20 
QuestionTAPI and CLI (Calling line identity) Pin
Vaclav26-Nov-05 17:34
Vaclav26-Nov-05 17:34 
QuestionHow to request a local file? Pin
includeh1026-Nov-05 17:33
includeh1026-Nov-05 17:33 
AnswerRe: How to request a local file? Pin
Michael Dunn27-Nov-05 16:20
sitebuilderMichael Dunn27-Nov-05 16:20 
Questionabout the CxImage Pin
blackeye200426-Nov-05 16:07
blackeye200426-Nov-05 16:07 
QuestionHow can a window in a dialog receive keyboard message? Pin
sude26-Nov-05 15:49
sude26-Nov-05 15:49 
How can a window in a dialog receive keyboard message?

I create a window in a dialog.This window can show 3D drawing including rotation and can receive mouse message,but it can not receive keyboard message.

Please tell me why,Thank you for your answer.My code for create window is as follow.Maybe it need more parameter.

My program for create window is as follow:
R1=CRect(200, 7, 1000, 200);

// TODO: Add extra initialization here
m_pDisplay->Create( NULL, //CWnd default
NULL, //has no name
WS_CHILD|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|WS_VISIBLE,
R1,
this, //this is the parent
u1);

sude
AnswerRe: How can a window in a dialog receive keyboard message? Pin
includeh1026-Nov-05 18:00
includeh1026-Nov-05 18:00 
AnswerRe: How can a window in a dialog receive keyboard message? Pin
Joel Lucsy27-Nov-05 8:52
Joel Lucsy27-Nov-05 8:52 
QuestionClosing all open handles to a disk device Pin
hrepa26-Nov-05 13:06
hrepa26-Nov-05 13:06 
QuestionRe: Closing all open handles to a disk device Pin
David Crow27-Nov-05 11:19
David Crow27-Nov-05 11:19 
AnswerRe: Closing all open handles to a disk device Pin
hrepa27-Nov-05 11:46
hrepa27-Nov-05 11:46 
Questionreading a script file Pin
islheg26-Nov-05 6:59
islheg26-Nov-05 6:59 
QuestionSetFont and GetFont Pin
Nishad S25-Nov-05 23:42
Nishad S25-Nov-05 23:42 
AnswerRe: SetFont and GetFont Pin
Mircea Puiu27-Nov-05 2:54
Mircea Puiu27-Nov-05 2:54 
GeneralRe: SetFont and GetFont Pin
Nishad S27-Nov-05 16:56
Nishad S27-Nov-05 16:56 
GeneralRe: SetFont and GetFont Pin
Mircea Puiu27-Nov-05 18:46
Mircea Puiu27-Nov-05 18:46 
GeneralRe: SetFont and GetFont Pin
Nishad S27-Nov-05 19:15
Nishad S27-Nov-05 19:15 
General[Message Deleted] Pin
Mircea Puiu27-Nov-05 21:32
Mircea Puiu27-Nov-05 21:32 
GeneralRe: SetFont and GetFont Pin
Mircea Puiu27-Nov-05 21:32
Mircea Puiu27-Nov-05 21:32 
GeneralRe: SetFont and GetFont Pin
Nishad S27-Nov-05 21:50
Nishad S27-Nov-05 21:50 
GeneralRe: SetFont and GetFont Pin
Mircea Puiu27-Nov-05 22:05
Mircea Puiu27-Nov-05 22:05 
GeneralRe: SetFont and GetFont Pin
Nishad S27-Nov-05 22:18
Nishad S27-Nov-05 22:18 
Questionunicast to multicast a file Pin
cancerion25-Nov-05 23:21
cancerion25-Nov-05 23:21 

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.