Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: static member variable, dll export and multiple translation units Pin
Mark Salsbery6-Aug-07 5:01
Mark Salsbery6-Aug-07 5:01 
GeneralRe: static member variable, dll export and multiple translation units Pin
devvvy6-Aug-07 13:57
devvvy6-Aug-07 13:57 
GeneralRe: static member variable, dll export and multiple translation units Pin
Mark Salsbery6-Aug-07 14:22
Mark Salsbery6-Aug-07 14:22 
Question2 dim numbers.. Pin
_80865-Aug-07 7:54
_80865-Aug-07 7:54 
AnswerRe: 2 dim numbers.. Pin
Maxwell Chen13-Aug-07 0:56
Maxwell Chen13-Aug-07 0:56 
Questionabout static libraries Pin
mt_samiei5-Aug-07 4:01
mt_samiei5-Aug-07 4:01 
QuestionRe: about static libraries Pin
Mark Salsbery5-Aug-07 7:40
Mark Salsbery5-Aug-07 7:40 
QuestionHighlight text in static control Pin
Legolas655-Aug-07 1:55
Legolas655-Aug-07 1:55 
AnswerRe: Highlight text in static control Pin
Hamid_RT5-Aug-07 3:49
Hamid_RT5-Aug-07 3:49 
GeneralRe: Highlight text in static control Pin
Legolas655-Aug-07 6:31
Legolas655-Aug-07 6:31 
GeneralRe: Highlight text in static control Pin
Hamid_RT5-Aug-07 19:02
Hamid_RT5-Aug-07 19:02 
AnswerRe: Highlight text in static control Pin
henky@online-resource.org5-Aug-07 23:10
henky@online-resource.org5-Aug-07 23:10 
QuestionSplitter in MDI Frame Pin
sawerr5-Aug-07 1:10
sawerr5-Aug-07 1:10 
AnswerRe: Splitter in MDI Frame Pin
sawerr5-Aug-07 6:43
sawerr5-Aug-07 6:43 
AnswerRe: Splitter in MDI Frame Pin
Mark Salsbery5-Aug-07 12:47
Mark Salsbery5-Aug-07 12:47 
GeneralRe: Splitter in MDI Frame [modified] Pin
sawerr5-Aug-07 19:08
sawerr5-Aug-07 19:08 
JokeRe: Splitter in MDI Frame Pin
Hamid_RT5-Aug-07 19:16
Hamid_RT5-Aug-07 19:16 
GeneralRe: Splitter in MDI Frame Pin
Mark Salsbery5-Aug-07 19:37
Mark Salsbery5-Aug-07 19:37 
AnswerRe: how to declare a matrix in visual c++.net 2005 c++ cli ? Pin
Hamid_RT5-Aug-07 3:47
Hamid_RT5-Aug-07 3:47 
Question860514 - why Windows CE Device ID's are the same? Pin
ilostmyid24-Aug-07 23:17
professionalilostmyid24-Aug-07 23:17 
QuestionHow can i control the size of Dialog Pin
ifqf4-Aug-07 22:37
ifqf4-Aug-07 22:37 
AnswerRe: How can i control the size of Dialog Pin
Hamid_RT5-Aug-07 3:46
Hamid_RT5-Aug-07 3:46 
AnswerRe: How can i control the size of Dialog [modified] Pin
Sam_c5-Aug-07 5:57
Sam_c5-Aug-07 5:57 
i'm not sure what your after?

size control is done via overriding WM_SIZE
which is called when the dialog is created and when its size is changes (takes Sizing events, minimise maximise etc).

in resource editor (in VS 05) you can find the size of the dialog or control you have selected in the bottom right conor by default which is in pixels.


does that cover the your question?




-- modified at 12:05 Sunday 5th August, 2007



AnswerRe: How can i control the size of Dialog Pin
ThatsAlok5-Aug-07 19:52
ThatsAlok5-Aug-07 19:52 
Questionreturn value CoCreateInstance not documented in MSDN Pin
George_George4-Aug-07 20:00
George_George4-Aug-07 20:00 

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.