Click here to Skip to main content
15,901,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to upload multiple image? Pin
shyampasari7-Jun-09 0:06
shyampasari7-Jun-09 0:06 
QuestionSetWindowForeground Pin
sashoalm6-Jun-09 3:13
sashoalm6-Jun-09 3:13 
AnswerRe: SetWindowForeground Pin
Stuart Dootson6-Jun-09 3:46
professionalStuart Dootson6-Jun-09 3:46 
GeneralRe: SetWindowForeground Pin
sashoalm6-Jun-09 4:02
sashoalm6-Jun-09 4:02 
GeneralRe: SetWindowForeground Pin
sashoalm6-Jun-09 4:30
sashoalm6-Jun-09 4:30 
QuestionSwitch Pin
navneet19856-Jun-09 1:35
navneet19856-Jun-09 1:35 
AnswerRe: Switch Pin
Randor 6-Jun-09 4:57
professional Randor 6-Jun-09 4:57 
QuestionHow to drag and drop between CListView and CScrollView? Pin
akira325-Jun-09 23:54
akira325-Jun-09 23:54 
AnswerRe: How to drag and drop between CListView and CScrollView? Pin
molesworth6-Jun-09 2:37
molesworth6-Jun-09 2:37 
GeneralRe: How to drag and drop between CListView and CScrollView? Pin
akira326-Jun-09 3:51
akira326-Jun-09 3:51 
GeneralRe: How to drag and drop between CListView and CScrollView? Pin
molesworth6-Jun-09 7:16
molesworth6-Jun-09 7:16 
QuestionEffective tool for run-time errors and memory leaks detection Pin
SSDream5-Jun-09 16:50
SSDream5-Jun-09 16:50 
AnswerRe: Effective tool for run-time errors and memory leaks detection Pin
Cedric Moonen5-Jun-09 21:37
Cedric Moonen5-Jun-09 21:37 
AnswerRe: Effective tool for run-time errors and memory leaks detection Pin
The Yariv6-Jun-09 10:10
The Yariv6-Jun-09 10:10 
GeneralRe: Effective tool for run-time errors and memory leaks detection Pin
SSDream6-Jun-09 17:36
SSDream6-Jun-09 17:36 
QuestionChange dialog unit Pin
includeh105-Jun-09 16:14
includeh105-Jun-09 16:14 
AnswerRe: Change dialog unit Pin
enhzflep5-Jun-09 21:31
enhzflep5-Jun-09 21:31 
What about the fonts? Are you setting the font on either the dialog or tab control?

The thing that comes to mind is this curly little 1 liner (hidden away in the help for MapDialogRect):


Microsoft wrote:
In most cases, the base units for the dialog box are the same as those retrieved by using the GetDialogBaseUnits function. If the dialog box template has the DS_SETFONT style, however, the base units are the average width and height, in pixels, of the characters in the font given by the template.


In other words, if no font is set for the dialog box, the dialog units are based on the size of the system font. If however, a font is specified, then the Dialog Units are based on the size of _that_ font.
QuestionCDockablePane::Create Cant Find Defs for dwStyle, dwTabbedStyle, dwControlBarStyle Pin
dougwilliams5-Jun-09 10:32
dougwilliams5-Jun-09 10:32 
QuestionSoftware Integration Pin
CodingYoshi5-Jun-09 9:43
CodingYoshi5-Jun-09 9:43 
QuestionRe: Software Integration Pin
David Crow5-Jun-09 10:32
David Crow5-Jun-09 10:32 
AnswerRe: Software Integration Pin
ThatsAlok5-Jun-09 21:05
ThatsAlok5-Jun-09 21:05 
GeneralRe: Software Integration Pin
CodingYoshi8-Jun-09 3:28
CodingYoshi8-Jun-09 3:28 
QuestionSocket Help!!! Pin
reddy075-Jun-09 9:40
reddy075-Jun-09 9:40 
QuestionRe: Socket Help!!! Pin
David Crow5-Jun-09 10:35
David Crow5-Jun-09 10:35 
AnswerRe: Socket Help!!! Pin
reddy075-Jun-09 11:11
reddy075-Jun-09 11:11 

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.