Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
CPallini19-Jun-09 10:04
mveCPallini19-Jun-09 10:04 
GeneralRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
transoft19-Jun-09 11:30
transoft19-Jun-09 11:30 
GeneralRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
Sarath C19-Jun-09 19:40
Sarath C19-Jun-09 19:40 
QuestionResize Dialog Box Pin
siva45519-Jun-09 6:05
siva45519-Jun-09 6:05 
AnswerRe: Resize Dialog Box Pin
p_196019-Jun-09 10:05
p_196019-Jun-09 10:05 
GeneralRe: Resize Dialog Box Pin
Stuart Dootson19-Jun-09 12:43
professionalStuart Dootson19-Jun-09 12:43 
GeneralRe: Resize Dialog Box Pin
siva45519-Jun-09 17:16
siva45519-Jun-09 17:16 
AnswerRe: Resize Dialog Box Pin
Ozer Karaagac19-Jun-09 11:47
professionalOzer Karaagac19-Jun-09 11:47 
I think, it's an abnormal behaviour. That is, every control should increase proportionally. May be, you know that sizes of dialog controls are in base units depending "a" font. At runtime, they are converted to screen coordinates (that is, in pixel) depending a chosen font. The system uses the average character width of the font to calculate the position and dimensions of the dialog box controls. The same should be applied to all controls. None has any size in any other units (except dialog units) before displaying. So increase or decrease should be proportional.

If not, those controls probably aren't standard windows' (pre-defined) controls. If they are customized, problem may be with their drawing, sizing (WM_SIZE) or setfont (WM_SETFONT) handler (if any).
GeneralRe: Resize Dialog Box Pin
siva45519-Jun-09 17:12
siva45519-Jun-09 17:12 
AnswerRe: Resize Dialog Box Pin
Madhu Nair20-Jun-09 6:37
Madhu Nair20-Jun-09 6:37 
QuestionHow to modify sql text field using c++ Pin
thebouge19-Jun-09 5:37
thebouge19-Jun-09 5:37 
AnswerRe: How to modify sql text field using c++ Pin
led mike19-Jun-09 5:42
led mike19-Jun-09 5:42 
GeneralRe: How to modify sql text field using c++ Pin
thebouge19-Jun-09 6:59
thebouge19-Jun-09 6:59 
GeneralRe: How to modify sql text field using c++ Pin
David Crow19-Jun-09 7:50
David Crow19-Jun-09 7:50 
AnswerRe: How to modify sql text field using c++ Pin
David Crow19-Jun-09 5:58
David Crow19-Jun-09 5:58 
QuestionHelp! How to recover the VC++6.0 project without .res folder?? Pin
kedanz19-Jun-09 4:25
kedanz19-Jun-09 4:25 
AnswerRe: Help! How to recover the VC++6.0 project without .res folder?? Pin
Stuart Dootson19-Jun-09 4:34
professionalStuart Dootson19-Jun-09 4:34 
GeneralRe: Help! How to recover the VC++6.0 project without .res folder?? Pin
«_Superman_»19-Jun-09 16:41
professional«_Superman_»19-Jun-09 16:41 
GeneralRe: Help! How to recover the VC++6.0 project without .res folder?? Pin
Stuart Dootson20-Jun-09 13:49
professionalStuart Dootson20-Jun-09 13:49 
AnswerRe: Help! How to recover the VC++6.0 project without .res folder?? Pin
Alan Balkany22-Jun-09 4:11
Alan Balkany22-Jun-09 4:11 
QuestionHelp with threads. Pin
FISH78619-Jun-09 4:04
FISH78619-Jun-09 4:04 
AnswerRe: Help with threads. Pin
Chris Losinger19-Jun-09 4:27
professionalChris Losinger19-Jun-09 4:27 
GeneralRe: Help with threads. Pin
FISH78619-Jun-09 4:31
FISH78619-Jun-09 4:31 
GeneralRe: Help with threads. Pin
Chris Losinger19-Jun-09 4:38
professionalChris Losinger19-Jun-09 4:38 
AnswerRe: Help with threads. Pin
Ozer Karaagac19-Jun-09 4:54
professionalOzer Karaagac19-Jun-09 4:54 

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.