Click here to Skip to main content
16,019,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: exceptions Pin
Zac Howland22-Aug-06 9:09
Zac Howland22-Aug-06 9:09 
GeneralRe: exceptions Pin
Cedric Moonen22-Aug-06 9:23
Cedric Moonen22-Aug-06 9:23 
GeneralRe: exceptions Pin
Zac Howland22-Aug-06 9:46
Zac Howland22-Aug-06 9:46 
AnswerRe: exceptions Pin
jon-8022-Aug-06 9:38
professionaljon-8022-Aug-06 9:38 
GeneralRe: exceptions Pin
Zac Howland22-Aug-06 9:52
Zac Howland22-Aug-06 9:52 
AnswerRe: exceptions Pin
markkuk22-Aug-06 11:22
markkuk22-Aug-06 11:22 
QuestionRe: exceptions Pin
jon-8023-Aug-06 4:50
professionaljon-8023-Aug-06 4:50 
QuestionHide window Pin
Manjunath S22-Aug-06 8:46
Manjunath S22-Aug-06 8:46 
Dear all,
I have dialog with two buttons(one is for automatic logon and one is for UI logon).

when the user selects the UI logon the new dialog pops up with prompting username and password ,after user enter this data he clicks ok button to enter.

But when press automatic logon ,i modified code to fill the default username and password (in username and password edit box),after this generate IDOK notification ,So that its logs automatically with out UI.
But what i need is to hide this popup dialog(which prompts for username and password ) which comes when user press the automatic logon button( i tried to hide this window by using showwindow(hwnd,SW_HIDE) in WM_INIT notification (case WM_INITIALISE: ) in dialog procedure ,but this window flashs and disappears,Is their any way to HIDE this without showing this dialog to user when he press automatic logon)

Manjunath S
GESL
Bangalore

AnswerRe: Hide window Pin
Jun Du22-Aug-06 9:39
Jun Du22-Aug-06 9:39 
AnswerRe: Hide window Pin
eusto22-Aug-06 9:44
eusto22-Aug-06 9:44 
QuestionError: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
jon-8022-Aug-06 7:59
professionaljon-8022-Aug-06 7:59 
AnswerRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
Cedric Moonen22-Aug-06 8:23
Cedric Moonen22-Aug-06 8:23 
GeneralRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
jon-8022-Aug-06 8:42
professionaljon-8022-Aug-06 8:42 
GeneralRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
Cedric Moonen22-Aug-06 8:48
Cedric Moonen22-Aug-06 8:48 
GeneralRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
jon-8022-Aug-06 8:58
professionaljon-8022-Aug-06 8:58 
GeneralRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
Zac Howland22-Aug-06 9:25
Zac Howland22-Aug-06 9:25 
AnswerRe: Error: Run-Time Check Failure #2 - Stack around the variable 'password' was corrupted. Pin
Zac Howland22-Aug-06 9:38
Zac Howland22-Aug-06 9:38 
QuestionRadio Power Button Pin
siddhen22-Aug-06 7:31
siddhen22-Aug-06 7:31 
AnswerRe: Radio Power Button Pin
toxcct22-Aug-06 8:39
toxcct22-Aug-06 8:39 
Questionhow to create a table in the database using mfc Pin
vc++_fragrance22-Aug-06 4:46
vc++_fragrance22-Aug-06 4:46 
AnswerRe: how to create a table in the database using mfc Pin
Sarath C22-Aug-06 5:09
Sarath C22-Aug-06 5:09 
AnswerRe: how to create a table in the database using mfc Pin
Sarath C22-Aug-06 5:18
Sarath C22-Aug-06 5:18 
AnswerRe: how to create a table in the database using mfc Pin
David Crow22-Aug-06 6:07
David Crow22-Aug-06 6:07 
AnswerRe: how to create a table in the database using mfc Pin
vc++_fragrance22-Aug-06 22:35
vc++_fragrance22-Aug-06 22:35 
QuestionCode of RoundedRect() Function? Pin
prabhashmandal22-Aug-06 4:23
prabhashmandal22-Aug-06 4:23 

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.