Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LsaLogonUser() + MSV1_0_LM20_LOGON Pin
choupani8-Jan-08 21:51
choupani8-Jan-08 21:51 
GeneralRe: LsaLogonUser() + MSV1_0_LM20_LOGON Pin
Rajesh R Subramanian8-Jan-08 22:02
professionalRajesh R Subramanian8-Jan-08 22:02 
GeneralRe: LsaLogonUser() + MSV1_0_LM20_LOGON Pin
choupani8-Jan-08 22:10
choupani8-Jan-08 22:10 
GeneralRe: LsaLogonUser() + MSV1_0_LM20_LOGON Pin
Rajesh R Subramanian8-Jan-08 22:15
professionalRajesh R Subramanian8-Jan-08 22:15 
GeneralRe: LsaLogonUser() + MSV1_0_LM20_LOGON Pin
choupani8-Jan-08 22:31
choupani8-Jan-08 22:31 
GeneralWorking with dynamically created dialog Pin
narayanagvs8-Jan-08 1:56
narayanagvs8-Jan-08 1:56 
GeneralRe: Working with dynamically created dialog Pin
CPallini8-Jan-08 2:16
mveCPallini8-Jan-08 2:16 
QuestionRe: Working with dynamically created dialog Pin
David Crow8-Jan-08 3:13
David Crow8-Jan-08 3:13 
narayanagvs wrote:
BOOL ret = pDialog->Create(IDD_MYDIALOG,this);
if(!ret) //Create failed.
AfxMessageBox("Error creating Dialog");
pDialog->ShowWindow(SW_SHOW);


If Create() fails, why proceed with calling ShowWindow()?

"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: Working with dynamically created dialog Pin
Hamid_RT8-Jan-08 18:14
Hamid_RT8-Jan-08 18:14 
Generalunexpected exception handler Pin
George_George8-Jan-08 1:46
George_George8-Jan-08 1:46 
GeneralRe: unexpected exception handler Pin
Matthew Faithfull8-Jan-08 7:27
Matthew Faithfull8-Jan-08 7:27 
GeneralRe: unexpected exception handler Pin
George_George8-Jan-08 16:29
George_George8-Jan-08 16:29 
GeneralRe: unexpected exception handler Pin
Matthew Faithfull8-Jan-08 21:50
Matthew Faithfull8-Jan-08 21:50 
GeneralRe: unexpected exception handler Pin
George_George9-Jan-08 2:29
George_George9-Jan-08 2:29 
Generalusing swap to make assignment operator exception safe Pin
George_George8-Jan-08 1:14
George_George8-Jan-08 1:14 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 2:03
mveCPallini8-Jan-08 2:03 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 2:24
George_George8-Jan-08 2:24 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 2:33
mveCPallini8-Jan-08 2:33 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 2:34
George_George8-Jan-08 2:34 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 3:14
mveCPallini8-Jan-08 3:14 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 3:18
George_George8-Jan-08 3:18 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 3:30
mveCPallini8-Jan-08 3:30 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 3:33
George_George8-Jan-08 3:33 
GeneralYou're welcome Pin
CPallini8-Jan-08 3:36
mveCPallini8-Jan-08 3:36 
GeneralRe: using swap to make assignment operator exception safe Pin
toxcct8-Jan-08 2:03
toxcct8-Jan-08 2:03 

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.