Click here to Skip to main content
15,890,043 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Allocating memory in different heaps Pin
jhwurmbach14-Nov-02 4:41
jhwurmbach14-Nov-02 4:41 
GeneralRe: Allocating memory in different heaps Pin
makom4214-Nov-02 4:56
makom4214-Nov-02 4:56 
GeneralRe: Allocating memory in different heaps Pin
ian mariano14-Nov-02 6:44
ian mariano14-Nov-02 6:44 
GeneralRe: Allocating memory in different heaps Pin
Scott H. Settlemier14-Nov-02 12:20
Scott H. Settlemier14-Nov-02 12:20 
GeneralRe: Allocating memory in different heaps Pin
Anonymous15-Nov-02 3:27
Anonymous15-Nov-02 3:27 
GeneralRe: Allocating memory in different heaps Pin
makom4215-Nov-02 3:29
makom4215-Nov-02 3:29 
GeneralCTabCtrl sizing problem... (property sheet) Pin
Joan M14-Nov-02 0:42
professionalJoan M14-Nov-02 0:42 
GeneralRe: CTabCtrl sizing problem... (property sheet) Pin
Chris Hambleton14-Nov-02 4:31
Chris Hambleton14-Nov-02 4:31 
You should be able to use CTabCtrl::GetRowCount() to get the number of rows in that the tab ctrl is using, and then use CTabCtrl::GetItemRect() to get the height of a particular tab. Using these values, you should be able to calculate the overall tabctrl's height (and width).

Chris




"No one goes to hell because of their sin, but because of rejecting God's method of salvation: His Son's life for yours..."

"It does not take a majority to prevail ... but rather an irate, tireless minority, keen on setting brushfires of freedom in the minds of men." --Samuel Adams

GeneralDialog placement... Pin
Neha14-Nov-02 0:04
Neha14-Nov-02 0:04 
GeneralRe: Dialog placement... Pin
Christian Graus14-Nov-02 0:27
protectorChristian Graus14-Nov-02 0:27 
GeneralRe: Dialog placement... Pin
Neha14-Nov-02 0:52
Neha14-Nov-02 0:52 
GeneralRe: Dialog placement... Pin
Christian Graus14-Nov-02 1:01
protectorChristian Graus14-Nov-02 1:01 
GeneralRe: Dialog placement... Pin
benjymous14-Nov-02 1:12
benjymous14-Nov-02 1:12 
GeneralRe: Dialog placement... Pin
Neha14-Nov-02 1:25
Neha14-Nov-02 1:25 
GeneralRe: Dialog placement... Pin
benjymous14-Nov-02 2:26
benjymous14-Nov-02 2:26 
GeneralRe: Dialog placement... Pin
Neha14-Nov-02 2:53
Neha14-Nov-02 2:53 
GeneralRe: Dialog placement... Pin
benjymous14-Nov-02 3:12
benjymous14-Nov-02 3:12 
QuestionHow to invoke the default mail client from VC Pin
Deepti13-Nov-02 23:45
Deepti13-Nov-02 23:45 
AnswerRe: How to invoke the default mail client from VC Pin
Alexinuk14-Nov-02 4:22
Alexinuk14-Nov-02 4:22 
GeneralRe: How to invoke the default mail client from VC Pin
Deepti14-Nov-02 19:44
Deepti14-Nov-02 19:44 
GeneralRe: How to invoke the default mail client from VC Pin
Alexinuk14-Nov-02 21:26
Alexinuk14-Nov-02 21:26 
GeneralRe: How to invoke the default mail client from VC Pin
Deepti15-Nov-02 1:50
Deepti15-Nov-02 1:50 
QuestionBind NULL ip address and port 0 to a socket? Pin
George213-Nov-02 23:06
George213-Nov-02 23:06 
AnswerRe: Bind NULL ip address and port 0 to a socket? Pin
NormDroid15-Nov-02 9:07
professionalNormDroid15-Nov-02 9:07 
GeneralRe: Bind NULL ip address and port 0 to a socket? Pin
George215-Nov-02 18:48
George215-Nov-02 18:48 

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.