Click here to Skip to main content
16,011,805 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalinvalid page fault Pin
P. S Thakur19-Jan-01 0:48
P. S Thakur19-Jan-01 0:48 
GeneralInvalid page fault in msvcrt.dll Pin
P. S Thakur19-Jan-01 0:45
P. S Thakur19-Jan-01 0:45 
GeneralRe: Invalid page fault in msvcrt.dll Pin
David Fedolfi19-Jan-01 4:20
David Fedolfi19-Jan-01 4:20 
GeneralMidi - Programming Pin
.::RockNix::.18-Jan-01 21:44
.::RockNix::.18-Jan-01 21:44 
GeneralError in release mode Pin
18-Jan-01 21:28
suss18-Jan-01 21:28 
GeneralMove Controls in Run Time Pin
Mani Kandan.K18-Jan-01 20:46
Mani Kandan.K18-Jan-01 20:46 
GeneralRe: Move Controls in Run Time Pin
AlexMarbus19-Jan-01 6:42
AlexMarbus19-Jan-01 6:42 
GeneralRe: Move Controls in Run Time Pin
Joan M20-Jan-01 1:10
professionalJoan M20-Jan-01 1:10 
Some time ago I had found a class that allows the controls to be replaced/resized responding to the size changes made over a dialog/window...

You can try to find it at codeguru, it was called CControlPos, if you don't find it e-mail me and I'll send it to you.

It can be possible that that class don't solve your concrete problem, then you should try to use SetWindowPos() or MoveWindow() always taking a look at the differences between Client and nonclient areas of the rects that you get using GetWindowRect(), GetCliewntRect()...

If you want a dynamic scroll bar placed in your dialog you should activate it from the dialog properties, and then recalculate its size every time you make a "control-move".

I expect this helps you.

PD: excuse my english I'm just a begginer.
GeneralError ocurs when I use DoVerb of a COleClientItem in a drag-drop operation. Pin
niel18-Jan-01 16:30
niel18-Jan-01 16:30 
GeneralCRect Question Pin
Frank Deo18-Jan-01 11:34
Frank Deo18-Jan-01 11:34 
GeneralRe: CRect Question Pin
Frank Deo18-Jan-01 14:36
Frank Deo18-Jan-01 14:36 
GeneralRe: CRect Question Pin
Christian Graus18-Jan-01 14:37
protectorChristian Graus18-Jan-01 14:37 
QuestionIs there a way to select a line drawn by LineTo? Pin
18-Jan-01 6:41
suss18-Jan-01 6:41 
AnswerRe: Is there a way to select a line drawn by LineTo? Pin
18-Jan-01 8:11
suss18-Jan-01 8:11 
QuestionODBC or OLE DB? Pin
18-Jan-01 3:44
suss18-Jan-01 3:44 
QuestionHow to get an app disabled (keyboard and mouse evt's) while using a created sub-process? Pin
Joan M18-Jan-01 3:23
professionalJoan M18-Jan-01 3:23 
AnswerRe: How to get an app disabled (keyboard and mouse evt's) while using a created sub-process? Pin
Ghazi H. Wadi18-Jan-01 6:15
Ghazi H. Wadi18-Jan-01 6:15 
GeneralRe: How to get an app disabled (keyboard and mouse evt's) while using a created sub-process? Pin
Joan M19-Jan-01 7:13
professionalJoan M19-Jan-01 7:13 
AnswerRe: How to get an app disabled (keyboard and mouse evt's) while using a created sub-process? Pin
David Fedolfi19-Jan-01 8:04
David Fedolfi19-Jan-01 8:04 
QuestionHow to skin a window application? Pin
Tom K17-Jan-01 21:44
Tom K17-Jan-01 21:44 
AnswerRe: How to skin a window application? Pin
17-Jan-01 22:54
suss17-Jan-01 22:54 
AnswerRe: How to skin a window application? Pin
17-Jan-01 22:57
suss17-Jan-01 22:57 
AnswerRe: How to skin a window application? Pin
Erik Funkenbusch18-Jan-01 10:55
Erik Funkenbusch18-Jan-01 10:55 
AnswerRe: How to skin a window application? Pin
18-Jan-01 11:55
suss18-Jan-01 11:55 
GeneralRe: How to skin a window application? Pin
.::RockNix::.18-Jan-01 21:35
.::RockNix::.18-Jan-01 21:35 

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.