Click here to Skip to main content
15,905,229 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Display 2D array Pin
Cedric Moonen6-Feb-07 21:42
Cedric Moonen6-Feb-07 21:42 
QuestionComplier Errors built when first time and not for the second time Pin
venkat_5576-Feb-07 20:08
venkat_5576-Feb-07 20:08 
AnswerRe: Complier Errors built when first time and not for the second time Pin
Don Box6-Feb-07 20:26
Don Box6-Feb-07 20:26 
GeneralRe: Complier Errors built when first time and not for the second time Pin
venkat_5576-Feb-07 22:18
venkat_5576-Feb-07 22:18 
GeneralRe: Complier Errors built when first time and not for the second time Pin
Waldermort6-Feb-07 22:35
Waldermort6-Feb-07 22:35 
GeneralRe: Complier Errors built when first time and not for the second time Pin
venkat_5577-Feb-07 0:06
venkat_5577-Feb-07 0:06 
GeneralRe: Complier Errors built when first time and not for the second time Pin
jhwurmbach7-Feb-07 1:17
jhwurmbach7-Feb-07 1:17 
Questioncustom class like CButton Pin
kirrik6-Feb-07 20:06
kirrik6-Feb-07 20:06 
Hello,

I want to create a user defined class which has to work like CButton. That means, from any application by instanciating CButton we can create the CButton window as a child. In the similar manner i require a class which will create a group box and a radio button if we instantiate the button like below.

CMyControl myControl(_T("GroupBox Title"), _T("RADIO BUTTON"), CRect, this ptr)

In this first parameter is used to put the title for Group Box and the second parameter is for type of the control to be created inside the group box. Third is for size of th group box. Fourth parameter is for ptr to where this control needs to be attached.

For the time being we can use the label of radio button be "Radio 1". Can any one help me to write a class like this?

Thanks,
KirriK
AnswerRe: custom class like CButton Pin
Don Box6-Feb-07 20:22
Don Box6-Feb-07 20:22 
GeneralRe: custom class like CButton Pin
kirrik6-Feb-07 20:28
kirrik6-Feb-07 20:28 
QuestionX..25 Eicon card Pin
arun kumar kk6-Feb-07 19:49
arun kumar kk6-Feb-07 19:49 
QuestionHow to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:17
siddharthsan6-Feb-07 19:17 
AnswerRe: How to get xml file as input in vc++??? Pin
ThatsAlok6-Feb-07 19:19
ThatsAlok6-Feb-07 19:19 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:22
siddharthsan6-Feb-07 19:22 
GeneralRe: How to get xml file as input in vc++??? Pin
Kiran Pinjala6-Feb-07 19:41
Kiran Pinjala6-Feb-07 19:41 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:46
siddharthsan6-Feb-07 19:46 
GeneralRe: How to get xml file as input in vc++??? Pin
Kiran Pinjala6-Feb-07 19:51
Kiran Pinjala6-Feb-07 19:51 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 21:57
siddharthsan6-Feb-07 21:57 
GeneralRe: How to get xml file as input in vc++??? Pin
jhwurmbach7-Feb-07 1:21
jhwurmbach7-Feb-07 1:21 
GeneralRe: How to get xml file as input in vc++??? Pin
ThatsAlok6-Feb-07 19:43
ThatsAlok6-Feb-07 19:43 
AnswerRe: How to get xml file as input in vc++??? Pin
Hamid_RT6-Feb-07 19:22
Hamid_RT6-Feb-07 19:22 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:24
siddharthsan6-Feb-07 19:24 
GeneralRe: How to get xml file as input in vc++??? Pin
Hamid_RT6-Feb-07 19:34
Hamid_RT6-Feb-07 19:34 
AnswerRe: How to get xml file as input in vc++??? Pin
Don Box6-Feb-07 19:32
Don Box6-Feb-07 19:32 
GeneralRe: How to get xml file as input in vc++??? Pin
ThatsAlok6-Feb-07 19:45
ThatsAlok6-Feb-07 19:45 

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.