Click here to Skip to main content
15,898,744 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Figured it out Pin
Ravi Bhavnani25-Jun-05 8:59
professionalRavi Bhavnani25-Jun-05 8:59 
GeneralRe: Figured it out Pin
Jose Lamas Rios25-Jun-05 13:45
Jose Lamas Rios25-Jun-05 13:45 
GeneralRe: Figured it out Pin
toxcct25-Jun-05 22:07
toxcct25-Jun-05 22:07 
GeneralRe: Figured it out Pin
Ravi Bhavnani26-Jun-05 3:05
professionalRavi Bhavnani26-Jun-05 3:05 
GeneralRe: Figured it out Pin
Jose Lamas Rios26-Jun-05 11:30
Jose Lamas Rios26-Jun-05 11:30 
GeneralRe: Figured it out Pin
toxcct26-Jun-05 20:47
toxcct26-Jun-05 20:47 
GeneralRe: Figured it out Pin
Ravi Bhavnani26-Jun-05 3:04
professionalRavi Bhavnani26-Jun-05 3:04 
Generalcreate check box dynamically Pin
softtec25-Jun-05 5:52
softtec25-Jun-05 5:52 
hi!
can anybody tell me how can i crate chjeckbox at run time
i have coded this but give me error
<br />
CButton *b1;<br />
CRect rect;<br />
int no,i;<br />
no=1;<br />
i=0;<br />
b1=new CButton;	<br />
rect.SetRect(i+20,20,400,i+20);<br />
b1.Create(name,WS_CHILD | WS_VISIBLE | BS_CHECKBOX | BS_AUTOCHECKBOX,rect,&m_Stat,no);<br />
no++;<br />
i+=10;

GeneralRe: create check box dynamically Pin
Brad Bruce25-Jun-05 8:18
Brad Bruce25-Jun-05 8:18 
GeneralRe: create check box dynamically Pin
Jose Lamas Rios25-Jun-05 14:01
Jose Lamas Rios25-Jun-05 14:01 
GeneralRe: create check box dynamically Pin
A_Fa26-Jun-05 1:24
A_Fa26-Jun-05 1:24 
GeneralCImg Problem Pin
m_amin8325-Jun-05 5:08
m_amin8325-Jun-05 5:08 
GeneralRe: CImg Problem Pin
charlieg25-Jun-05 5:16
charlieg25-Jun-05 5:16 
Generalevolutionry artificial neural network (neural network with genetic algorithm) Pin
aabusalah25-Jun-05 4:32
aabusalah25-Jun-05 4:32 
QuestionCan Check? Print button pressed in Print Preview Pin
ugur_basak25-Jun-05 3:27
ugur_basak25-Jun-05 3:27 
Questionis it possible to control flash input fields using IWebBrowser2? Pin
Anonymous25-Jun-05 1:49
Anonymous25-Jun-05 1:49 
Questionabout Coordinate Map Mode and compatible DC ??? Pin
AntonlioX25-Jun-05 0:07
AntonlioX25-Jun-05 0:07 
AnswerRe: about Coordinate Map Mode and compatible DC ??? Pin
charlieg25-Jun-05 5:24
charlieg25-Jun-05 5:24 
GeneralRe: about Coordinate Map Mode and compatible DC ??? Pin
AntonlioX25-Jun-05 6:14
AntonlioX25-Jun-05 6:14 
GeneralRe: about Coordinate Map Mode and compatible DC ??? Pin
AntonlioX25-Jun-05 6:21
AntonlioX25-Jun-05 6:21 
GeneralRe: about Coordinate Map Mode and compatible DC ??? Pin
charlieg25-Jun-05 7:26
charlieg25-Jun-05 7:26 
GeneralRe: about Coordinate Map Mode and compatible DC ??? Pin
AntonlioX25-Jun-05 9:12
AntonlioX25-Jun-05 9:12 
GeneralRe: about Coordinate Map Mode and compatible DC ??? Pin
charlieg25-Jun-05 14:08
charlieg25-Jun-05 14:08 
GeneralRe: about Coordinate Map Mode and compatible DC ??? Pin
Jose Lamas Rios25-Jun-05 18:16
Jose Lamas Rios25-Jun-05 18:16 
GeneralRe: about Coordinate Map Mode and compatible DC ??? Pin
AntonlioX25-Jun-05 19:25
AntonlioX25-Jun-05 19:25 

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.