i am a student doing my final year project in engineering. i would like to dock a modeless property page that i have called from the menu. anyone knows the coding? thanks Will
Hi. How can I know beforehand the buffer size (or the number of processes) used in ZwQuerySystemInformation function? I use SYSTEM_PROCESS_INFORMATION as enum value of the SystemInformationClass parameter. Thanks in advance.Ciao guagliò! ...
I have a parent window with multiple child windows. How can I make the parent window come to the foreground and display on top of the child windows when the user wished to "use" the parent window. This app does not use MFC....
I need to store and restore the positions of the MDI child windows. However, I can't figure out how to get the relative Z-orders of the MDI child windows to each other so that I can restore the positions back again at a later time.Any ideas? Thanks!...
In a program I am maintaining, I have a map being displayed. There is "zoom" code written in, but all it does is a StretchBlt() on the selected area. I have already researched the idea of using a vector based mapping system, but have come to the conclusion that given the requirements for the program...
Hello,I am developing with Visual C++ 2005 Express Edition and I would like to know how to see z-wheel events of the mouse in order to change the focus of a component on my visual interface.That is to say, I have the focus on Textbox1 and when an z-wheel event come, the focus will pass at the ...
Hello,I have a problem with the ZOrder of MDI-Children.I create MDI-Children, the order is OK.Sometimes the MDI-Child has an additional Frame - but not an MDI-Child:-------- ZORDER -> MDI-A MDI-B -add-Frame-B1 The next created Child-Frame is in the ZOrderabove MDI-B, but under add-F...
Hi!When you create a window, the application adds it to a stack. The first window overlaps all the others.Is it possible to access to this list?Or how add in a "Windows" menu the list of the openned windows?Thanks in advanceSandrine...
I declare pInfo->SetMaxPages(2) and when I preview my document at 100%, everything looks great. However, when I zoom on page 2, I see nothing, but when I zoom out, I see the document. What can I do to resolve this? Page 1 zooming works great!Any response any one can give me will be greatly apprec...
below is my coding,i'm facing the zoom problem.i've tried to use the serveral methods- glScalef(),glFrustum(),gluPerspective() and glOrtho(),but not working.how i would do about this.void ChangeSize(int w, int h){GLfloat lightPos[] = {-50.0f, 50.0f, 100.0f, 1.0f};GLfloat nRange = ...
Is it possible to increase the zooming in the print preview window? If it is possible I would also like about 5 or 6 zoom steps instead of 3.Anders Windelhedanders.windelhed@rektron.se...
I needed to zoom in my view, so I used SetScrollSizes (MapingMode, CSize) and increased x and y data members of CSize several times. My program works, but VERY slowly. What can I do?...