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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10007206.html
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:
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10029346.html
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10041408.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Q_20693820.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22161812.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22858922.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10037172.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10050487.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10056735.html
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10085092.htm...
Zones:
Windows MFCDate Answered: 10/02/1998 Grade: B Views: 0