Advertisement

1 - 10 of 23 containing alltags:("wm_size") (0.001 seconds)
I am trying to create an IDE like the Visual C++ IDE, and I have a docking controlbar window derived from CDialogBar that contains a few controls that I want to dynamically size AFTER I undock the ...
Zones: C++Date Answered: 04/04/1997 Grade: C Views: 0
what i want:   a window to have a certain size, say a power of 8.   When it get's resized, i want it to resize to the size   of a power of 8. (even when the mouse-resize wasn't!) the problem:   ...
Zones: Windows ProgrammingDate Answered: 11/18/1997 Grade: A Views: 0
I've got a static splitter with two views. The views receives a number of WM_SIZE messages during creation. I want to set some column widths in a grid in the view, I need to do that after the view ...
Zones: Windows MFCDate Answered: 03/04/1998 Grade: A Views: 0
Hi,   I am currently building a program to show pictures (DIB)  in static control by using Windows API (VC++ 6.0).  The problem is that my RECT of static control is less then the size of my stat...
Zones: LanguagesDate Answered: 12/22/2003 Grade: B Views: 0
Hi, In my CView derived class, I have some stuff like: void CMyView::OnSize() {     // ... } Is there a way I can send a WM_SIZE message from my OnInitialUpdate() function so my view ca...
Zones: C++Date Answered: 02/16/2007 Grade: A Views: 0
Hi, this could be a fruitless question but is there anyway i can reduce the amount of flicker when handling a WM_SIZE message in an external program. Basically i've added some buttons to an e...
Zones: C++Date Answered: 10/02/2007 Grade: A Views: 0
I have a dialog box implementing Grid view of a Database. The dialog contains a maximize/minimize button. I'd also like to implement Onsizing for the Dialog but ClassWizard does not provide this e...
Zones: Windows MFCDate Answered: 02/05/1998 Grade: B Views: 0
I've got a static splitter with 2 views. I need to do some initialisation after the views have received all the initial WM_SIZE messages. Is there a message or virtual function that is guaranteed t...
Zones: Windows MFCDate Answered: 05/04/1998 Grade: B Views: 0
I was programming using Borland C++ 4.5 before. I write some programs using the OWL. Recently, I upgraded my Borland C++ to 5.0. I re-compile some of my program codes again and surprising, none of ...
Zones: C++Date Answered: 06/29/1998 Grade: C Views: 0
I'm having an odd problem...I am trying to detect when my CDialog window gets minimized. I tried handling WM_SIZE with  OnSize, and testing for the SIZE_MINIMIZE flag. However, when I minimize the ...
Zones: Windows MFCDate Answered: 10/02/1998 Grade: B Views: 0