Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to change size of dialog box @ run time? Pin
sam_psycho23-Jan-09 0:50
sam_psycho23-Jan-09 0:50 
AnswerRe: How to change size of dialog box @ run time? Pin
Code-o-mat23-Jan-09 0:52
Code-o-mat23-Jan-09 0:52 
AnswerRe: How to change size of dialog box @ run time? Pin
Cedric Moonen23-Jan-09 0:54
Cedric Moonen23-Jan-09 0:54 
GeneralRe: How to change size of dialog box @ run time? Pin
sam_psycho23-Jan-09 1:02
sam_psycho23-Jan-09 1:02 
QuestionCEdit SetPasswordChar SetFont [modified] Pin
Taulie22-Jan-09 23:07
Taulie22-Jan-09 23:07 
AnswerRe: CEdit SetPasswordChar SetFont Pin
Code-o-mat23-Jan-09 0:00
Code-o-mat23-Jan-09 0:00 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Taulie23-Jan-09 1:06
Taulie23-Jan-09 1:06 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Code-o-mat23-Jan-09 4:00
Code-o-mat23-Jan-09 4:00 
So let me get this clear:

edit.SetFont(somefont);
edit.SetPasswordChar(whatever); <- it crashes here

crashes and

edit.SetPasswordChar(whatever); <- it crashes here again, so SetFont never gets called
edit.SetFont(somefont);

crashes too but

edit.SetPasswordChar(whatever); <- works ok, no SetFont around

works. That is very strange, i don't really see the great difference between the later two cases since SetFont never gets called at all in either case.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

GeneralRe: CEdit SetPasswordChar SetFont Pin
Taulie23-Jan-09 4:03
Taulie23-Jan-09 4:03 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Code-o-mat23-Jan-09 4:06
Code-o-mat23-Jan-09 4:06 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Taulie23-Jan-09 4:15
Taulie23-Jan-09 4:15 
AnswerRe: CEdit SetPasswordChar SetFont Pin
krmed23-Jan-09 0:39
krmed23-Jan-09 0:39 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Taulie23-Jan-09 1:07
Taulie23-Jan-09 1:07 
GeneralRe: CEdit SetPasswordChar SetFont Pin
krmed23-Jan-09 6:57
krmed23-Jan-09 6:57 
AnswerRe: CEdit SetPasswordChar SetFont Pin
prasad_som23-Jan-09 1:01
prasad_som23-Jan-09 1:01 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Taulie23-Jan-09 1:08
Taulie23-Jan-09 1:08 
GeneralRe: CEdit SetPasswordChar SetFont Pin
«_Superman_»24-Jan-09 1:49
professional«_Superman_»24-Jan-09 1:49 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Taulie25-Jan-09 4:14
Taulie25-Jan-09 4:14 
QuestionRe: CEdit SetPasswordChar SetFont Pin
David Crow23-Jan-09 3:13
David Crow23-Jan-09 3:13 
AnswerRe: CEdit SetPasswordChar SetFont Pin
Taulie23-Jan-09 3:54
Taulie23-Jan-09 3:54 
GeneralRe: CEdit SetPasswordChar SetFont Pin
Taulie23-Jan-09 4:00
Taulie23-Jan-09 4:00 
QuestionProblem while horizontal scrolling Pin
Deepu Antony22-Jan-09 22:33
Deepu Antony22-Jan-09 22:33 
AnswerRe: Problem while horizontal scrolling Pin
Code-o-mat23-Jan-09 0:05
Code-o-mat23-Jan-09 0:05 
QuestionAny difference between IP_MULTICAST_LOOP and SIO_MULTIPOINT_LOOPBACK? Pin
followait22-Jan-09 21:44
followait22-Jan-09 21:44 
QuestionHow to get Title, Author, Subject, Keywords, Created, Modified....related information for a .pdf file? Pin
PankajB22-Jan-09 20:28
PankajB22-Jan-09 20:28 

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.