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

C / C++ / MFC

 
AnswerRe: start timer when mouse leave from dialog box Pin
MANISH RASTOGI9-Mar-06 22:57
MANISH RASTOGI9-Mar-06 22:57 
Questionhelf regarding pointer to an diolog class in mfc Pin
sunny4u_iitkgp9-Mar-06 22:03
sunny4u_iitkgp9-Mar-06 22:03 
AnswerRe: helf regarding pointer to an diolog class in mfc Pin
toxcct9-Mar-06 22:08
toxcct9-Mar-06 22:08 
AnswerRe: helf regarding pointer to an diolog class in mfc Pin
Stephen Hewitt9-Mar-06 22:10
Stephen Hewitt9-Mar-06 22:10 
GeneralRe: helf regarding pointer to an diolog class in mfc Pin
Monty29-Mar-06 22:15
Monty29-Mar-06 22:15 
GeneralRe: helf regarding pointer to an diolog class in mfc Pin
Stephen Hewitt9-Mar-06 22:18
Stephen Hewitt9-Mar-06 22:18 
AnswerRe: helf regarding pointer to an diolog class in mfc Pin
Monty29-Mar-06 22:13
Monty29-Mar-06 22:13 
Questionbar code Pin
_tasleem9-Mar-06 21:50
_tasleem9-Mar-06 21:50 
AnswerRe: bar code Pin
Cedric Moonen9-Mar-06 21:56
Cedric Moonen9-Mar-06 21:56 
AnswerRe: bar code Pin
Monty29-Mar-06 21:56
Monty29-Mar-06 21:56 
QuestionRe: bar code Pin
David Crow10-Mar-06 2:58
David Crow10-Mar-06 2:58 
QuestionUsing the Library Pin
itkid9-Mar-06 21:41
itkid9-Mar-06 21:41 
AnswerRe: Using the Library Pin
MF9-Mar-06 22:45
MF9-Mar-06 22:45 
AnswerRe: Using the Library Pin
Stephen Hewitt9-Mar-06 22:47
Stephen Hewitt9-Mar-06 22:47 
Questionhow to show menu on right click of mouse on dialog Pin
baldha rakesh9-Mar-06 21:37
baldha rakesh9-Mar-06 21:37 
AnswerRe: how to show menu on right click of mouse on dialog Pin
Monty29-Mar-06 21:54
Monty29-Mar-06 21:54 
AnswerRe: how to show menu on right click of mouse on dialog Pin
Xing Chen9-Mar-06 21:56
Xing Chen9-Mar-06 21:56 
AnswerRe: how to show menu on right click of mouse on dialog Pin
baldha rakesh9-Mar-06 21:57
baldha rakesh9-Mar-06 21:57 
AnswerRe: how to show menu on right click of mouse on dialog Pin
Hamid_RT9-Mar-06 23:12
Hamid_RT9-Mar-06 23:12 
Questionprofiling Pin
wb9-Mar-06 21:35
wb9-Mar-06 21:35 
AnswerRe: profiling Pin
Jack Puppy10-Mar-06 1:55
Jack Puppy10-Mar-06 1:55 
Questioncatching a crashing call to a third party api Pin
Jerome Conus9-Mar-06 21:20
Jerome Conus9-Mar-06 21:20 
AnswerRe: catching a crashing call to a third party api Pin
Xing Chen9-Mar-06 21:25
Xing Chen9-Mar-06 21:25 
<br />
__try <br />
{<br />
   api_call(mydata);<br />
}<br />
__except ( expression )<br />
{<br />
   // exception handler code<br />
}<br />

GeneralRe: catching a crashing call to a third party api Pin
Jerome Conus9-Mar-06 21:45
Jerome Conus9-Mar-06 21:45 
AnswerRe: catching a crashing call to a third party api Pin
kakan9-Mar-06 21:32
professionalkakan9-Mar-06 21:32 

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.