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

C / C++ / MFC

 
GeneralRe: Threads Pin
Joaquín M López Muñoz15-Jul-02 9:12
Joaquín M López Muñoz15-Jul-02 9:12 
GeneralRe: Threads Pin
Frank Deo15-Jul-02 9:23
Frank Deo15-Jul-02 9:23 
Questioncan you disable all scrollbars in an MDI? Pin
ns15-Jul-02 8:50
ns15-Jul-02 8:50 
Generalquick SDI question Pin
ns15-Jul-02 8:46
ns15-Jul-02 8:46 
GeneralRe: quick SDI question Pin
PJ Arends15-Jul-02 15:23
professionalPJ Arends15-Jul-02 15:23 
GeneralRe: quick SDI question Pin
ns15-Jul-02 15:46
ns15-Jul-02 15:46 
GeneralRe: quick SDI question Pin
PJ Arends15-Jul-02 16:41
professionalPJ Arends15-Jul-02 16:41 
GeneralI cant thank you enough!!!! Pin
ns15-Jul-02 17:00
ns15-Jul-02 17:00 
I am totally overwhelmed. I have been so stressed out over this, and was going to do a dialog based app instead of the cool mDI, and this was really distressing. I've tried your solution on one of my boxes and its behaving wonderfully. I wont breathe until I check it out on the whole UI but I am most hopeful!

You have saved my life literally! I am very grateful.
I had looked around for some function like this but it wasnt in the class wizard or in the members of the class CView either...where is it inherited from?


ANother associated question. This has been happening with my editboxes so I have to do something like(to prevent a debug assert). If I dont put your statement inside the if, it debug asserts. If I didnt have an editbox I was checking for, how would I have handled the assert? Which objects GetSafeHWnd would I test? I dont know if this is clear but its something I'd like to know about, if you have any ideas why....

if( NULL != m_editright.GetSafeHwnd() )
{
int VScrollDistance = GetScrollPosition().y;

m_editright.MoveWindow(cx - 200, 50 - VScrollDistance, 200, 200);
// m_editright.MoveWindow(cx-200,360,200, cy-60);
}

Thank you,
ns
GeneralRe: I cant thank you enough!!!! Pin
PJ Arends15-Jul-02 17:14
professionalPJ Arends15-Jul-02 17:14 
Generaltrouble with movewindow and MDI scrolling Pin
ns15-Jul-02 7:45
ns15-Jul-02 7:45 
GeneralSetting font Pin
Al_Pennyworth15-Jul-02 7:20
Al_Pennyworth15-Jul-02 7:20 
QuestionChange font of CFileDialog ? Pin
dlhson15-Jul-02 7:15
dlhson15-Jul-02 7:15 
QuestionSocket problem ? Pin
dlhson15-Jul-02 7:13
dlhson15-Jul-02 7:13 
QuestionRegion into a polygon? Pin
phruby15-Jul-02 7:13
phruby15-Jul-02 7:13 
AnswerRe: Region into a polygon? Pin
Scott H. Settlemier15-Jul-02 10:06
Scott H. Settlemier15-Jul-02 10:06 
GeneralRe: Region into a polygon? Pin
phruby15-Jul-02 10:21
phruby15-Jul-02 10:21 
GeneralPrint something graphical on a printer Pin
Qadddd15-Jul-02 7:05
Qadddd15-Jul-02 7:05 
GeneralRe: Print something graphical on a printer Pin
Mike Nordell15-Jul-02 20:11
Mike Nordell15-Jul-02 20:11 
GeneralRe: Print something graphical on a printer Pin
Qadddd15-Jul-02 21:15
Qadddd15-Jul-02 21:15 
GeneralRe: Print something graphical on a printer Pin
Mike Nordell16-Jul-02 8:02
Mike Nordell16-Jul-02 8:02 
GeneralRe: Print something graphical on a printer Pin
Qadddd17-Jul-02 7:46
Qadddd17-Jul-02 7:46 
Questionhow to convert int to CString?? Pin
EBerlin15-Jul-02 7:06
EBerlin15-Jul-02 7:06 
AnswerRe: how to convert int to CString?? Pin
Chris Losinger15-Jul-02 7:07
professionalChris Losinger15-Jul-02 7:07 
GeneralRe: how to convert int to CString?? Pin
Anonymous15-Jul-02 7:32
Anonymous15-Jul-02 7:32 
AnswerRe: how to convert int to CString?? Pin
Qadddd15-Jul-02 7:13
Qadddd15-Jul-02 7:13 

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.