dmitrykarpezo | Sat, 10 Nov 2007 05:47:00 GMT |
abdulkareem | Sat, 10 Nov 2007 05:48:00 GMT |
vladimirf | Sat, 10 Nov 2007 05:49:00 GMT |
What do you mean by Document Architecture...
Hello all.I have overridden the OnOpenDocument function in the document class of my application, and now I need to run a function in the view, that is attached to the document. But I cannot get it by getting the active view from the mainframe class, since it return NULL. Does anyone have any suggest...
How can one communicate with the document in a SDI app from classes that are not views. Example a serial port class to the document or dailog class to doc. Will CDocument *pDoc = GetActiveDocument();get you the document from any class?...
I am having trouble trying to work out how to go about this...I have a SDI application which loads a Bitmap, I then have a dialog box which asks the user to enhance the brightness. This works fine, in a sense that when the user selects the required brigthness level and presses 'ok' on the...
I have the following problem:My application is to use a regular DLL. In the DLL, I want to store resources for a CFormView and all the functional stuff that belongs to that View. To use the resource inside the DLL, I wrote a function OpenForm() in the DLL and used the AFX_MANAGE_STATE(AfxGetStaticMo...
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...
Hi All, Can anyone explain me about Z-order. What is the purpose of Z-order?Thanks & Regards,Veera ....
Hi, How to implement the function of "Zoom All, Zoom in, zoom out" of the graphics?Thank you very much!...
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?...
I am zooing my view but the buttons i draw still untouched....Any suggestions?...