Click here to Skip to main content
15,926,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalexcuse me ! It was stupid ! but- Pin
16-Oct-01 0:36
suss16-Oct-01 0:36 
GeneralRe: excuse me ! It was stupid ! but- Pin
Michael P Butler16-Oct-01 0:43
Michael P Butler16-Oct-01 0:43 
Generalexcuse me ! I didnt understand you ! Pin
16-Oct-01 0:53
suss16-Oct-01 0:53 
GeneralRe: excuse me ! I didnt understand you ! Pin
Christian Graus16-Oct-01 1:22
protectorChristian Graus16-Oct-01 1:22 
GeneralRe: excuse me ! I didnt understand you ! Pin
#realJSOP16-Oct-01 1:28
professional#realJSOP16-Oct-01 1:28 
QuestionHow to get the width and height of a window? (MFC) Pin
15-Oct-01 21:10
suss15-Oct-01 21:10 
AnswerRe: How to get the width and height of a window? (MFC) Pin
PJ Arends15-Oct-01 21:15
professionalPJ Arends15-Oct-01 21:15 
AnswerRe: How to get the width and height of a window? (MFC) Pin
Michael Dunn15-Oct-01 21:16
sitebuilderMichael Dunn15-Oct-01 21:16 
CRect rc;
 
  cwnd.GetClientRect ( &rc );
rc.right is the width, and rc.bottom is the height.

--Mike--
http://home.inreach.com/mdunn/
"....." -- Silent Bob
Heart | [heart] your Green Alien | [Alien] with Good Stuff | [The good stuff] and Beer | [beer]
AnswerRe: How to get the width and height of a window? (MFC) Pin
Braulio Dez16-Oct-01 3:21
Braulio Dez16-Oct-01 3:21 
AnswerRe: How to get the width and height of a window? (MFC) Pin
JerzyPeter16-Oct-01 6:43
JerzyPeter16-Oct-01 6:43 
GeneralNon VC - But Help greatly appriciated - working with InstallShields Pin
Statbat15-Oct-01 20:25
Statbat15-Oct-01 20:25 
GeneralRe: Non VC - But Help greatly appriciated - working with InstallShields Pin
16-Oct-01 1:08
suss16-Oct-01 1:08 
GeneralRe: Non VC - But Help greatly appriciated - working with InstallShields Pin
Not Active16-Oct-01 1:57
mentorNot Active16-Oct-01 1:57 
GeneralRe: Non VC - But Help greatly appriciated - working with InstallShields Pin
Statbat16-Oct-01 15:53
Statbat16-Oct-01 15:53 
GeneralRe: Non VC - But Help greatly appriciated - working with InstallShields Pin
Alvaro Mendez16-Oct-01 6:34
Alvaro Mendez16-Oct-01 6:34 
GeneralException Error on Initinstance Pin
15-Oct-01 18:01
suss15-Oct-01 18:01 
GeneralVectors and printing them Pin
minikg15-Oct-01 17:49
minikg15-Oct-01 17:49 
GeneralVisual C++ DLL Tutorial Pin
Mr.Freeze15-Oct-01 16:44
Mr.Freeze15-Oct-01 16:44 
GeneralRe: Visual C++ DLL Tutorial Pin
mimi15-Oct-01 22:13
mimi15-Oct-01 22:13 
GeneralRe: Visual C++ DLL Tutorial Pin
Mr.Freeze15-Oct-01 22:30
Mr.Freeze15-Oct-01 22:30 
GeneralToolbar with Circular Buttons Pin
15-Oct-01 16:38
suss15-Oct-01 16:38 
GeneralRe: Toolbar with Circular Buttons Pin
Rob Caldecott15-Oct-01 22:06
Rob Caldecott15-Oct-01 22:06 
GeneralMFC and XP Pin
Christopher Lord15-Oct-01 13:26
Christopher Lord15-Oct-01 13:26 
Generalstringstream reuse Pin
rob bakes15-Oct-01 13:22
rob bakes15-Oct-01 13:22 
GeneralRe: stringstream reuse Pin
Mike Burston15-Oct-01 15:16
Mike Burston15-Oct-01 15:16 

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.