Click here to Skip to main content
15,891,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: values reading from a text document Pin
toxcct22-Jun-06 3:58
toxcct22-Jun-06 3:58 
GeneralRe: values reading from a text document Pin
_AnsHUMAN_ 22-Jun-06 4:02
_AnsHUMAN_ 22-Jun-06 4:02 
AnswerRe: values reading from a text document Pin
Stephen Hewitt22-Jun-06 4:00
Stephen Hewitt22-Jun-06 4:00 
AnswerRe: values reading from a text document Pin
David Crow22-Jun-06 4:01
David Crow22-Jun-06 4:01 
AnswerRe: values reading from a text document Pin
Zac Howland22-Jun-06 4:11
Zac Howland22-Jun-06 4:11 
Questiondynamic radio button Pin
Tara1422-Jun-06 3:33
Tara1422-Jun-06 3:33 
QuestionRe: dynamic radio button Pin
David Crow22-Jun-06 3:37
David Crow22-Jun-06 3:37 
AnswerRe: dynamic radio button Pin
Tara1422-Jun-06 3:41
Tara1422-Jun-06 3:41 
This is what I have done:

void CBudget::CreateRadioButtons()<br />
{<br />
 CButton newRadio;<br />
 CRect rect;<br />
<br />
#define IDD_NEWR1 0x1234<br />
<br />
rect.bottom=150;<br />
rect.top=100;<br />
rect.left=100;<br />
rect.right=250;<br />
<br />
 newRadio.Create(_T("Home"), WS_CHILD | WS_VISIBLE | WS_TABSTOP | BS_RADIOBUTTON, rect, this, IDD_NEWR1);<br />


but nothing showsup. I have called
CreateRadioButtons()
in OnInitDialog()

Fortitudine Vinsinues!
GeneralRe: dynamic radio button [modified] Pin
Viorel.22-Jun-06 3:49
Viorel.22-Jun-06 3:49 
GeneralRe: dynamic radio button Pin
Tara1422-Jun-06 3:53
Tara1422-Jun-06 3:53 
GeneralRe: dynamic radio button Pin
David Crow22-Jun-06 3:56
David Crow22-Jun-06 3:56 
GeneralRe: dynamic radio button Pin
_AnsHUMAN_ 22-Jun-06 3:59
_AnsHUMAN_ 22-Jun-06 3:59 
GeneralRe: dynamic radio button Pin
Tara1422-Jun-06 3:57
Tara1422-Jun-06 3:57 
QuestionRe: dynamic radio button Pin
Tara1422-Jun-06 4:02
Tara1422-Jun-06 4:02 
AnswerRe: dynamic radio button Pin
David Crow22-Jun-06 4:08
David Crow22-Jun-06 4:08 
AnswerRe: dynamic radio button Pin
Viorel.22-Jun-06 4:13
Viorel.22-Jun-06 4:13 
GeneralRe: dynamic radio button Pin
Tara1422-Jun-06 4:19
Tara1422-Jun-06 4:19 
GeneralRe: dynamic radio button Pin
_AnsHUMAN_ 22-Jun-06 3:54
_AnsHUMAN_ 22-Jun-06 3:54 
GeneralRe: dynamic radio button Pin
David Crow22-Jun-06 3:55
David Crow22-Jun-06 3:55 
Questiongetting content of console window Pin
kumarkar22-Jun-06 2:40
kumarkar22-Jun-06 2:40 
AnswerRe: getting content of console window Pin
_AnsHUMAN_ 22-Jun-06 2:53
_AnsHUMAN_ 22-Jun-06 2:53 
AnswerRe: getting content of console window Pin
David Crow22-Jun-06 3:14
David Crow22-Jun-06 3:14 
QuestionCalling RpcServerUseProtseqEp after RpcMgmtStopServerListening Pin
yccheok22-Jun-06 2:16
yccheok22-Jun-06 2:16 
Questionwin32 to console Pin
Krishnatv22-Jun-06 1:42
Krishnatv22-Jun-06 1:42 
AnswerRe: win32 to console Pin
_AnsHUMAN_ 22-Jun-06 3:04
_AnsHUMAN_ 22-Jun-06 3:04 

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.