Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Errors Using CMap Collections Pin
nadiric6-Sep-06 7:11
nadiric6-Sep-06 7:11 
GeneralRe: Errors Using CMap Collections Pin
Zac Howland6-Sep-06 9:08
Zac Howland6-Sep-06 9:08 
GeneralRe: Errors Using CMap Collections Pin
nadiric6-Sep-06 10:41
nadiric6-Sep-06 10:41 
GeneralRe: Errors Using CMap Collections Pin
Zac Howland7-Sep-06 4:48
Zac Howland7-Sep-06 4:48 
GeneralRe: Errors Using CMap Collections Pin
nadiric7-Sep-06 5:23
nadiric7-Sep-06 5:23 
QuestionHelp for ETSLayoutDialog Manager! Pin
bosfan6-Sep-06 3:27
bosfan6-Sep-06 3:27 
AnswerRe: Help for ETSLayoutDialog Manager! Pin
Cedric Moonen6-Sep-06 4:05
Cedric Moonen6-Sep-06 4:05 
GeneralRe: Help for ETSLayoutDialog Manager! Pin
bosfan6-Sep-06 4:30
bosfan6-Sep-06 4:30 
Hello Moonen,
sorry :->, ETSLayoutDialog Manager is here in the comunity, a litle framework to manage the dialog items,
mean, when dialog resize, normaly all dlg items stay on the same place, with this framework you can
replace and resize all items!
Here is the url:
http://www.codeproject.com/dialog/layoutmgr.asp

and my try:
<br />
// get pointer to my dialog on the first tabitem:<br />
CMyDialog* pdlg = ((CMyDialog*)m_cTabAll.GetTab(0));<br />
<br />
// now, here, the dialog is resized only in width, not in hight!?<br />
// if i take out this params 0, 0, -125, 0 -> the dialog on the first tab is 3-4cm under the tabs(with tabcaption)!<br />
// so, i set them 125pxls to top!<br />
CPane DIALOG = paneCtrl( pdlg, HORIZONTAL, RELATIVE_VERT, 0,0,-125,0/*613*/)<br />
<< item(pdlg, GREEDY);<br />
<br />
CPane TABCTRL = paneTab(&m_cTabAll,HORIZONTAL, GREEDY)<br />
<< DIALOG<br />
<< itemGrowing(VERTICAL);<br />
<br />
// i thake out the code that is not importend<br />
CreateRoot(VERTICAL)<br />
<< TOOLBAR // pane with toolbar<br />
<< TABCTRL<br />
<< PROGRESS<br />
<< itemGrowing(HORIZONTAL)<br />
<< itemGrowing(HORIZONTAL)<br />
<< item(IDC_STATUSBAR, ABSOLUTE_VERT);<br />
<br />
<br />
UpdateLayout();<br />


hope this is a litle more information!

with best regards
berak;
GeneralRe: Help for ETSLayoutDialog Manager! Pin
Cedric Moonen6-Sep-06 4:34
Cedric Moonen6-Sep-06 4:34 
GeneralRe: Help for ETSLayoutDialog Manager! Pin
bosfan6-Sep-06 5:09
bosfan6-Sep-06 5:09 
QuestionMCI CD Audio Output Pin
Cpt Rick6-Sep-06 2:56
Cpt Rick6-Sep-06 2:56 
AnswerRe: MCI CD Audio Output Pin
Christopher Duncan6-Sep-06 7:52
Christopher Duncan6-Sep-06 7:52 
Questionstoring data to a file Pin
vijay_aroli6-Sep-06 1:53
vijay_aroli6-Sep-06 1:53 
AnswerRe: storing data to a file Pin
led mike6-Sep-06 6:07
led mike6-Sep-06 6:07 
AnswerRe: storing data to a file Pin
Jun Du6-Sep-06 10:32
Jun Du6-Sep-06 10:32 
QuestionHow Can i Call a Function Providing its name as a string Pin
MIAN KAMRAN6-Sep-06 1:29
MIAN KAMRAN6-Sep-06 1:29 
QuestionRe: How Can i Call a Function Providing its name as a string Pin
Rajesh R Subramanian6-Sep-06 1:36
professionalRajesh R Subramanian6-Sep-06 1:36 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Cedric Moonen6-Sep-06 1:38
Cedric Moonen6-Sep-06 1:38 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Frank K6-Sep-06 2:44
Frank K6-Sep-06 2:44 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Chris Losinger6-Sep-06 2:54
professionalChris Losinger6-Sep-06 2:54 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Viorel.6-Sep-06 3:12
Viorel.6-Sep-06 3:12 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
yjzh6-Sep-06 4:20
yjzh6-Sep-06 4:20 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Rilhas8-Sep-06 9:29
Rilhas8-Sep-06 9:29 
QuestionWinsock TCP Client disconnect Pin
Eytukan6-Sep-06 1:21
Eytukan6-Sep-06 1:21 
AnswerRe: Winsock TCP Client disconnect Pin
Frank K6-Sep-06 2:29
Frank K6-Sep-06 2:29 

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.