Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to debug in vc++ Pin
Yuwraj5-Jan-06 1:58
Yuwraj5-Jan-06 1:58 
AnswerRe: How to debug in vc++ Pin
vikas amin5-Jan-06 2:13
vikas amin5-Jan-06 2:13 
AnswerRe: How to debug in vc++ Pin
Bob Stanneveld5-Jan-06 2:29
Bob Stanneveld5-Jan-06 2:29 
QuestionXP style controls Pin
Aqueel5-Jan-06 1:56
Aqueel5-Jan-06 1:56 
AnswerRe: XP style controls Pin
KellyR5-Jan-06 9:03
KellyR5-Jan-06 9:03 
AnswerRe: XP style controls Pin
John R. Shaw5-Jan-06 11:33
John R. Shaw5-Jan-06 11:33 
QuestionHandle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 1:25
george ivanov5-Jan-06 1:25 
AnswerRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
Owner drawn5-Jan-06 1:32
Owner drawn5-Jan-06 1:32 
Do this...

void CMyPage::OnOK()
{
  if(/*SomeCondition...*/)
       CPropertyPage::OnOK();
  else
       //You can show a message box
}



Love Forgives--Love Gives--Jesus is Love Smile | :)
<marquee direction="up" height="50" scrolldelay="1" step="1" scrollamount="1" style="background-color:'#44ccff'">
--Owner Drawn
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is Lord


GeneralRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 1:56
george ivanov5-Jan-06 1:56 
AnswerRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
george ivanov5-Jan-06 2:40
george ivanov5-Jan-06 2:40 
GeneralRe: Handle OnOK() in CPropertySheet/CProperyPage? Pin
Owner drawn5-Jan-06 19:31
Owner drawn5-Jan-06 19:31 
QuestionToolBar in Win32 Pin
Anilkumar K V5-Jan-06 1:04
Anilkumar K V5-Jan-06 1:04 
AnswerRe: ToolBar in Win32 Pin
Owner drawn5-Jan-06 1:10
Owner drawn5-Jan-06 1:10 
GeneralRe: ToolBar in Win32 Pin
Anilkumar K V5-Jan-06 1:14
Anilkumar K V5-Jan-06 1:14 
AnswerRe: ToolBar in Win32 Pin
Michael Dunn5-Jan-06 8:39
sitebuilderMichael Dunn5-Jan-06 8:39 
GeneralRe: ToolBar in Win32 Pin
Anilkumar K V5-Jan-06 16:42
Anilkumar K V5-Jan-06 16:42 
Questionwhy mfc application hangs on win 2000 but works fine on xp Pin
Member 22716555-Jan-06 0:44
Member 22716555-Jan-06 0:44 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
Anilkumar K V5-Jan-06 1:07
Anilkumar K V5-Jan-06 1:07 
GeneralRe: why mfc application hangs on win 2000 but works fine on xp Pin
Prakash Nadar5-Jan-06 1:10
Prakash Nadar5-Jan-06 1:10 
GeneralRe: why mfc application hangs on win 2000 but works fine on xp Pin
Anilkumar K V5-Jan-06 1:16
Anilkumar K V5-Jan-06 1:16 
Generalyes!!! that is my sign Pin
Member 22716555-Jan-06 1:16
Member 22716555-Jan-06 1:16 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
Prakash Nadar5-Jan-06 1:11
Prakash Nadar5-Jan-06 1:11 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
vikas amin5-Jan-06 1:11
vikas amin5-Jan-06 1:11 
AnswerRe: why mfc application hangs on win 2000 but works fine on xp Pin
rajeev825-Jan-06 6:06
rajeev825-Jan-06 6:06 
GeneralRe: why mfc application hangs on win 2000 but works fine on xp Pin
Member 22716555-Jan-06 1:29
Member 22716555-Jan-06 1:29 

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.