Click here to Skip to main content
15,924,318 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I have to automate telnet process in VC++ ,Need Help Pin
dharani16-May-07 18:21
dharani16-May-07 18:21 
Questionwhat is wrong in this code Pin
prathuraj15-May-07 20:06
prathuraj15-May-07 20:06 
AnswerRe: what is wrong in this code Pin
Cedric Moonen15-May-07 20:26
Cedric Moonen15-May-07 20:26 
AnswerRe: what is wrong in this code Pin
CPallini15-May-07 20:37
mveCPallini15-May-07 20:37 
AnswerRe: what is wrong in this code Pin
Hamid_RT15-May-07 20:51
Hamid_RT15-May-07 20:51 
GeneralRe: what is wrong in this code Pin
prathuraj15-May-07 21:17
prathuraj15-May-07 21:17 
GeneralRe: what is wrong in this code Pin
Hamid_RT15-May-07 21:43
Hamid_RT15-May-07 21:43 
AnswerRe: what is wrong in this code Pin
prasad_som15-May-07 21:24
prasad_som15-May-07 21:24 
prathuraj wrote:
CIPAddressCtrl *ip = (CIPAddressCtrl *)GetDlgItem(13);


Unless , you are having the control with id 13, nothing wrong with code. Though, I would have used dynamic_cast , instead of c-style cast.


prathuraj wrote:
ip->GetAddress(dwIPAddress);


If ip is non-null and controll retunrned in previous statement is of type CIPAddressCtrl, there should not be any problem.

Can you specify, what problem you are facing.


Prasad
MS MVP -  VC++

GeneralRe: what is wrong in this code Pin
prathuraj15-May-07 21:29
prathuraj15-May-07 21:29 
GeneralRe: what is wrong in this code Pin
Hamid_RT15-May-07 21:31
Hamid_RT15-May-07 21:31 
AnswerRe: what is wrong in this code Pin
prasad_som15-May-07 21:31
prasad_som15-May-07 21:31 
GeneralRe: what is wrong in this code Pin
prathuraj15-May-07 21:39
prathuraj15-May-07 21:39 
AnswerRe: what is wrong in this code Pin
Stephen Hewitt15-May-07 22:03
Stephen Hewitt15-May-07 22:03 
AnswerRe: what is wrong in this code Pin
krmed16-May-07 1:56
krmed16-May-07 1:56 
QuestionHow to check if a valid document file is loaded in mfc Pin
TariqZ15-May-07 19:58
TariqZ15-May-07 19:58 
QuestionRe: How to check if a valid document file is loaded in mfc Pin
Nelek15-May-07 22:00
protectorNelek15-May-07 22:00 
Questionhow to combine to dialog boxes and a formview in a single application .. Pin
mirraa15-May-07 19:27
mirraa15-May-07 19:27 
AnswerRe: how to combine to dialog boxes and a formview in a single application .. Pin
Nelek15-May-07 21:57
protectorNelek15-May-07 21:57 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
mirraa16-May-07 1:11
mirraa16-May-07 1:11 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
Nelek16-May-07 1:30
protectorNelek16-May-07 1:30 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
mirraa18-May-07 20:43
mirraa18-May-07 20:43 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
Nelek19-May-07 23:02
protectorNelek19-May-07 23:02 
QuestionHow to use debugger Pin
Jerry Burns15-May-07 17:23
Jerry Burns15-May-07 17:23 
AnswerRe: How to use debugger Pin
_AnsHUMAN_ 15-May-07 18:01
_AnsHUMAN_ 15-May-07 18:01 
AnswerRe: How to use debugger Pin
Hamid_RT15-May-07 19:35
Hamid_RT15-May-07 19:35 

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.