Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: please help me with c.(beginner) Pin
Alexander M.,18-Sep-03 6:15
Alexander M.,18-Sep-03 6:15 
GeneralRe: please help me with c.(beginner) Pin
Steve S18-Sep-03 6:33
Steve S18-Sep-03 6:33 
GeneralAssertion Failed in OnCancel Pin
BoudewijnEctor18-Sep-03 0:42
BoudewijnEctor18-Sep-03 0:42 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:09
Jagadeesh VN18-Sep-03 1:09 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:11
Jagadeesh VN18-Sep-03 1:11 
GeneralRe: Assertion Failed in OnCancel Pin
BoudewijnEctor18-Sep-03 1:44
BoudewijnEctor18-Sep-03 1:44 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:47
Jagadeesh VN18-Sep-03 1:47 
GeneralRe: Assertion Failed in OnCancel Pin
BoudewijnEctor18-Sep-03 4:03
BoudewijnEctor18-Sep-03 4:03 
Jagadeesh VN wrote:
CDlgdiag2::OnSomeAction()
{
CDlgdiag2 diag2;
diag2.DoModal();
}

CDlgDiag2::OnCancel()
{
EndDialog();
OR
OnCancel();


It is:

CDlgdiag1::OnSomeAction()
{
CDlgdiag2 diag2;
diag2.DoModal();
}

CDlgDiag2::OnCancel()
{
EndDialog();
OR
OnCancel();
}
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 4:18
Jagadeesh VN18-Sep-03 4:18 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:54
Jagadeesh VN18-Sep-03 1:54 
GeneralRe: Assertion Failed in OnCancel Pin
David Crow18-Sep-03 3:37
David Crow18-Sep-03 3:37 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 3:55
Jagadeesh VN18-Sep-03 3:55 
GeneralListBox selection Pin
BoudewijnEctor18-Sep-03 0:02
BoudewijnEctor18-Sep-03 0:02 
GeneralRe: ListBox selection Pin
HalfWayMan18-Sep-03 0:06
HalfWayMan18-Sep-03 0:06 
GeneralRe: ListBox selection Pin
Jagadeesh VN18-Sep-03 0:38
Jagadeesh VN18-Sep-03 0:38 
GeneralDirectX and .NET Pin
devvvy17-Sep-03 22:55
devvvy17-Sep-03 22:55 
GeneralRe: DirectX and .NET Pin
fadee17-Sep-03 23:51
fadee17-Sep-03 23:51 
GeneralRe: DirectX and .NET Pin
devvvy18-Sep-03 3:11
devvvy18-Sep-03 3:11 
GeneralInteger to hexadecimal conversion Pin
BoudewijnEctor17-Sep-03 22:50
BoudewijnEctor17-Sep-03 22:50 
GeneralRe: Integer to hexadecimal conversion Pin
RChin17-Sep-03 23:15
RChin17-Sep-03 23:15 
GeneralRe: Integer to hexadecimal conversion Pin
Alexander M.,18-Sep-03 6:18
Alexander M.,18-Sep-03 6:18 
GeneralMSComm error Pin
El'Cachubrey17-Sep-03 22:33
El'Cachubrey17-Sep-03 22:33 
GeneralCToolBar related Pin
Shah Shehpori17-Sep-03 21:30
sussShah Shehpori17-Sep-03 21:30 
GeneralTLB Error Load Error - Pin
fadee17-Sep-03 19:38
fadee17-Sep-03 19:38 
GeneralRe: TLB Error Load Error - Pin
Michael P Butler17-Sep-03 22:05
Michael P Butler17-Sep-03 22:05 

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.