Click here to Skip to main content
15,904,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Setting Dialog Control Focus Pin
Mark Salsbery16-Jul-07 5:52
Mark Salsbery16-Jul-07 5:52 
QuestionRe: Setting Dialog Control Focus Pin
MRCres16-Jul-07 9:34
MRCres16-Jul-07 9:34 
AnswerRe: Setting Dialog Control Focus Pin
Mark Salsbery16-Jul-07 9:40
Mark Salsbery16-Jul-07 9:40 
QuestionRe: Setting Dialog Control Focus Pin
David Crow16-Jul-07 10:22
David Crow16-Jul-07 10:22 
AnswerRe: Setting Dialog Control Focus Pin
MRCres17-Jul-07 2:43
MRCres17-Jul-07 2:43 
GeneralRe: Setting Dialog Control Focus Pin
David Crow17-Jul-07 2:46
David Crow17-Jul-07 2:46 
GeneralRe: Setting Dialog Control Focus Pin
MRCres23-Jul-07 6:14
MRCres23-Jul-07 6:14 
QuestionFlashWindowEx useage Pin
minkowski16-Jul-07 4:17
minkowski16-Jul-07 4:17 
Hi,

I am trying to use this function
<br />
CWnd::FlashWindowEx()<br />

in my CMainFrm class but it cannot compile returning the error


error C2065: 'FlashWindowEx' : undeclared identifier

However, if I use
<br />
CWnd::FlashWindow()<br />

It is ok. Does anyone know why the call to CWnd::FlashWindow() does not work ?

Thanks.

ps I have ommitted the arguements in this post.
AnswerRe: FlashWindowEx useage Pin
CPallini16-Jul-07 4:48
mveCPallini16-Jul-07 4:48 
AnswerRe: FlashWindowEx useage Pin
Michael Dunn16-Jul-07 6:53
sitebuilderMichael Dunn16-Jul-07 6:53 
QuestionRe: FlashWindowEx useage Pin
Hamid_RT25-Jul-07 7:51
Hamid_RT25-Jul-07 7:51 
Questionhow to get the description of port of remort pc on lan Pin
sumd16-Jul-07 4:05
sumd16-Jul-07 4:05 
QuestionFile i/o using mfc dialogs Pin
sivern16-Jul-07 3:20
sivern16-Jul-07 3:20 
AnswerRe: File i/o using mfc dialogs Pin
David Crow16-Jul-07 3:40
David Crow16-Jul-07 3:40 
QuestionParse xml file Pin
Maynka16-Jul-07 3:12
Maynka16-Jul-07 3:12 
AnswerRe: Parse xml file Pin
David Crow16-Jul-07 3:44
David Crow16-Jul-07 3:44 
AnswerRe: Parse xml file Pin
ThatsAlok16-Jul-07 20:37
ThatsAlok16-Jul-07 20:37 
QuestionAtlcom.h problem Pin
josip cagalj16-Jul-07 2:32
josip cagalj16-Jul-07 2:32 
QuestionRe: Atlcom.h problem Pin
David Crow16-Jul-07 3:50
David Crow16-Jul-07 3:50 
AnswerRe: Atlcom.h problem Pin
josip cagalj16-Jul-07 3:53
josip cagalj16-Jul-07 3:53 
Questiondynamic memory allocation Pin
ovoundaga16-Jul-07 2:24
ovoundaga16-Jul-07 2:24 
AnswerRe: dynamic memory allocation Pin
CPallini16-Jul-07 2:52
mveCPallini16-Jul-07 2:52 
GeneralRe: dynamic memory allocation Pin
DevMentor.org17-Jul-07 7:05
DevMentor.org17-Jul-07 7:05 
GeneralRe: dynamic memory allocation Pin
CPallini17-Jul-07 8:17
mveCPallini17-Jul-07 8:17 
QuestionHow to expand all the nodes in 'QuickWatch' window? Pin
Mrkdb16-Jul-07 1:42
Mrkdb16-Jul-07 1:42 

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.