Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExecute Program error Pin
Nikesh Jagtap13-Nov-08 18:59
Nikesh Jagtap13-Nov-08 18:59 
QuestionRe: Execute Program error Pin
David Crow14-Nov-08 3:29
David Crow14-Nov-08 3:29 
AnswerRe: Execute Program error Pin
Nikesh Jagtap14-Nov-08 17:13
Nikesh Jagtap14-Nov-08 17:13 
QuestionRe: Execute Program error Pin
David Crow17-Nov-08 3:26
David Crow17-Nov-08 3:26 
QuestionWeird Graphics Bug [modified] Pin
Leslie Sanford13-Nov-08 18:34
Leslie Sanford13-Nov-08 18:34 
AnswerRe: Weird Graphics Bug Pin
Code-o-mat14-Nov-08 7:06
Code-o-mat14-Nov-08 7:06 
GeneralRe: Weird Graphics Bug Pin
Leslie Sanford14-Nov-08 7:24
Leslie Sanford14-Nov-08 7:24 
GeneralRe: Weird Graphics Bug Pin
Code-o-mat14-Nov-08 7:35
Code-o-mat14-Nov-08 7:35 
Well, i think your problem is that while your controls get positioned and sized according to the font setting, your background images don't. What i did was to stretch the background bitmap to make it bigger or smaller as needed (mostly based on the containing window size, since this gets bigger or smaller too). This can make the interface a bit blurry because of the stretching (also stretch-blitting is a slow process) but for one, it's still better than it getting scrembled and two, if the user doesn't want to (or cannot) use the default DPI setting, he should accept that this will make the interface look a bit less crisp. Something for something...
Btw we are not the only one who didn't originally think of this case, when you have a different DPI setting and you log out of windows it displays the "Saving your settings window", and the header of this window doesn't fill fully the area it was given...looks a bit lame... Smile | :)

p.s: i changed my displayed name in the meantime (Anthony S. -> Code-o-mat), don't get confused, it's still me. Smile | :)
QuestionThe Editbox is working in XP, but it is white in color in Vista! Pin
LaHaHa13-Nov-08 17:39
LaHaHa13-Nov-08 17:39 
AnswerRe: The Editbox is working in XP, but it is white in color in Vista! Pin
David Crow14-Nov-08 3:32
David Crow14-Nov-08 3:32 
GeneralRe: The Editbox is working in XP, but it is white in color in Vista! Pin
LaHaHa14-Nov-08 6:06
LaHaHa14-Nov-08 6:06 
AnswerRe: The Editbox is working in XP, but it is white in color in Vista! Pin
Hamid_RT14-Nov-08 8:40
Hamid_RT14-Nov-08 8:40 
QuestionVC++2008 manifest dependencies confusion. Pin
oleg6313-Nov-08 12:03
professionaloleg6313-Nov-08 12:03 
AnswerRe: VC++2008 manifest dependencies confusion. Pin
Saurabh.Garg13-Nov-08 13:52
Saurabh.Garg13-Nov-08 13:52 
GeneralRe: VC++2008 manifest dependencies confusion. Pin
oleg6314-Nov-08 3:43
professionaloleg6314-Nov-08 3:43 
QuestionI do not understand why this compiles Pin
BobInNJ13-Nov-08 11:03
BobInNJ13-Nov-08 11:03 
AnswerRe: I do not understand why this compiles Pin
Saurabh.Garg13-Nov-08 13:58
Saurabh.Garg13-Nov-08 13:58 
AnswerRe: I do not understand why this compiles Pin
myfavour13-Nov-08 15:43
myfavour13-Nov-08 15:43 
QuestionModeless CPropertySheet - styles [modified] Pin
john john mackey13-Nov-08 9:23
john john mackey13-Nov-08 9:23 
QuestionCryptography with ECDSA from Openssl Pin
misscricri13-Nov-08 4:00
misscricri13-Nov-08 4:00 
QuestionRe: Cryptography with ECDSA from Openssl Pin
led mike13-Nov-08 4:29
led mike13-Nov-08 4:29 
AnswerRe: Cryptography with ECDSA from Openssl Pin
misscricri14-Nov-08 2:44
misscricri14-Nov-08 2:44 
QuestionHow to print string in next line on Edit control Pin
sribachana13-Nov-08 3:13
sribachana13-Nov-08 3:13 
QuestionRe: How to print string in next line on Edit control Pin
David Crow13-Nov-08 3:16
David Crow13-Nov-08 3:16 
AnswerRe: How to print string in next line on Edit control Pin
sribachana13-Nov-08 15:41
sribachana13-Nov-08 15:41 

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.