Click here to Skip to main content
15,909,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get a variable name? Pin
CPallini27-Nov-07 3:33
mveCPallini27-Nov-07 3:33 
JokeRe: How to get a variable name? Pin
Hamid_RT27-Nov-07 18:41
Hamid_RT27-Nov-07 18:41 
GeneralSure! Pin
CPallini27-Nov-07 21:08
mveCPallini27-Nov-07 21:08 
GeneralRe: Sure! Pin
Hamid_RT27-Nov-07 21:31
Hamid_RT27-Nov-07 21:31 
Questionprint preview option in a dialog? Pin
panthal27-Nov-07 3:10
panthal27-Nov-07 3:10 
AnswerRe: print preview option in a dialog? Pin
Nelek27-Nov-07 3:22
protectorNelek27-Nov-07 3:22 
AnswerRe: print preview option in a dialog? Pin
Hamid_RT27-Nov-07 18:47
Hamid_RT27-Nov-07 18:47 
Questionagain some problem for validate URL Pin
CJ94200227-Nov-07 3:09
CJ94200227-Nov-07 3:09 
have used edit control in dialog box.
I can get the entered string as

CEdit *ptrEdit = (CEdit*)GetDlgItem(IDC_EDITURL);

CString urlString;
ptrEdit->GetWindowText(urlString);

bool bDestination = PCHSEManagerInternal.IsDestinationReachable(urlEdit);
//above line is in MSDN

I do not know what is "PCHSEManagerInternal".

The following errors occured
error C2065: 'PCHSEManagerInternal' : undeclared identifier
error C2228: left of '.IsDestinationReachable' must have class/struct/union type

do I need to include any header file for this


please help me for this.
AnswerRe: again some problem for validate URL Pin
Nelek27-Nov-07 21:38
protectorNelek27-Nov-07 21:38 
QuestionRe: again some problem for validate URL Pin
Hamid_RT29-Nov-07 4:13
Hamid_RT29-Nov-07 4:13 
Questionvalidate web site address in edit box Pin
CJ94200227-Nov-07 2:50
CJ94200227-Nov-07 2:50 
QuestionRe: validate web site address in edit box Pin
David Crow27-Nov-07 2:58
David Crow27-Nov-07 2:58 
QuestionRe: validate web site address in edit box Pin
Hamid_RT29-Nov-07 4:13
Hamid_RT29-Nov-07 4:13 
QuestionDiff bet ASSERT and VERIFY Pin
vibindia27-Nov-07 2:11
vibindia27-Nov-07 2:11 
AnswerRe: Diff bet ASSERT and VERIFY Pin
JudyL_MD27-Nov-07 2:20
JudyL_MD27-Nov-07 2:20 
GeneralRe: Diff bet ASSERT and VERIFY Pin
Hamid_RT27-Nov-07 18:47
Hamid_RT27-Nov-07 18:47 
AnswerRe: Diff bet ASSERT and VERIFY Pin
David Crow27-Nov-07 3:11
David Crow27-Nov-07 3:11 
AnswerRe: Diff bet ASSERT and VERIFY Pin
Hamid_RT29-Nov-07 4:08
Hamid_RT29-Nov-07 4:08 
Questionget Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:43
pnpvivek@gmail.com27-Nov-07 1:43 
AnswerRe: get Accurat floating point value from one control to another Pin
Luc Pattyn27-Nov-07 2:04
sitebuilderLuc Pattyn27-Nov-07 2:04 
QuestionRe: get Accurat floating point value from one control to another Pin
David Crow27-Nov-07 3:20
David Crow27-Nov-07 3:20 
JokeRe: get Accurat floating point value from one control to another Pin
Nelek27-Nov-07 3:26
protectorNelek27-Nov-07 3:26 
AnswerRe: get Accurat floating point value from one control to another Pin
Nelek27-Nov-07 3:28
protectorNelek27-Nov-07 3:28 
Questionhow to get Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:43
pnpvivek@gmail.com27-Nov-07 1:43 
Questionhow to get Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:42
pnpvivek@gmail.com27-Nov-07 1:42 

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.