Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRun c++ Pin
yesu prakash13-Apr-09 0:39
yesu prakash13-Apr-09 0:39 
AnswerRe: Run c++ Pin
Rajesh R Subramanian13-Apr-09 1:11
professionalRajesh R Subramanian13-Apr-09 1:11 
AnswerRe: Run c++ Pin
_AnsHUMAN_ 13-Apr-09 1:13
_AnsHUMAN_ 13-Apr-09 1:13 
GeneralRe: Run c++ Pin
dybs13-Apr-09 2:27
dybs13-Apr-09 2:27 
AnswerRe: Run c++ Pin
Hamid_RT13-Apr-09 3:04
Hamid_RT13-Apr-09 3:04 
Questiontwo dialog boxes in single application Pin
Rakesh512-Apr-09 23:51
Rakesh512-Apr-09 23:51 
AnswerRe: two dialog boxes in single application Pin
Rajesh R Subramanian12-Apr-09 23:53
professionalRajesh R Subramanian12-Apr-09 23:53 
AnswerRe: two dialog boxes in single application Pin
_AnsHUMAN_ 13-Apr-09 0:01
_AnsHUMAN_ 13-Apr-09 0:01 
In your dialog based application create the main dialog for taking the user input for id and password.
Check and validate the password. If they are correct,

if(bIsPasswordCorrect)
{
CMYDlg myDlg;
myDlg.DoModal();
}
set bIsPasswordCorrect to true only if the credentials are correct.

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

AnswerRe: two dialog boxes in single application Pin
Hamid_RT13-Apr-09 3:05
Hamid_RT13-Apr-09 3:05 
AnswerRe: two dialog boxes in single application Pin
CPallini13-Apr-09 9:08
mveCPallini13-Apr-09 9:08 
Questionfile searcher in vc++ ? Pin
ashish8patil12-Apr-09 23:22
ashish8patil12-Apr-09 23:22 
AnswerRe: file searcher in vc++ ? Pin
Divyang Mithaiwala12-Apr-09 23:29
Divyang Mithaiwala12-Apr-09 23:29 
GeneralRe: file searcher in vc++ ? Pin
ashish8patil13-Apr-09 1:20
ashish8patil13-Apr-09 1:20 
AnswerRe: file searcher in vc++ ? Pin
_AnsHUMAN_ 12-Apr-09 23:44
_AnsHUMAN_ 12-Apr-09 23:44 
GeneralRe: file searcher in vc++ ? Pin
ashish8patil13-Apr-09 1:19
ashish8patil13-Apr-09 1:19 
QuestionDriver problem Pin
trioum12-Apr-09 23:01
trioum12-Apr-09 23:01 
QuestionAccess non-exposed port. Pin
Comp_Users12-Apr-09 22:56
Comp_Users12-Apr-09 22:56 
AnswerRe: Access non-exposed port. Pin
Comp_Users13-Apr-09 0:25
Comp_Users13-Apr-09 0:25 
QuestionHow do I get windows password policy? Pin
cozyu12-Apr-09 21:48
cozyu12-Apr-09 21:48 
AnswerRe: How do I get windows password policy? Pin
David Crow13-Apr-09 3:51
David Crow13-Apr-09 3:51 
GeneralRe: How do I get windows password policy? Pin
cozyu15-Apr-09 16:16
cozyu15-Apr-09 16:16 
QuestionAny software that gives me source code of a dll Pin
002comp12-Apr-09 21:39
002comp12-Apr-09 21:39 
AnswerRe: Any software that gives me source code of a dll Pin
_AnsHUMAN_ 12-Apr-09 21:46
_AnsHUMAN_ 12-Apr-09 21:46 
AnswerRe: Any software that gives me source code of a dll Pin
Rajesh R Subramanian12-Apr-09 22:28
professionalRajesh R Subramanian12-Apr-09 22:28 
AnswerRe: Any software that gives me source code of a dll Pin
enhzflep13-Apr-09 22:28
enhzflep13-Apr-09 22:28 

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.