- zooming under print preview
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...
- zooming Problem
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 = ...
- ZoomIn And ZoomOut ForBitmaps
Has any body tried to write ZoomIn and Zoomout functions for color bitmaps(DIB's)?Please tell me the approach .If u have any code written please send itacross....
- ZipFile.close() not working as expected
In my app I need to unzip a file and then delete that zip file. But the J# library doesn't seem to dispose of its handles properly on close. The code below will ALWAYS cause an access denied exception... I'm not even unzipping it, just creating a zip file, closing it, then trying to access ...
- Zip Files
Are there any free zip libraries for c++? Other wise I was just thinking of using a system command and use a dos zipper like pkzip to zip files, but I would like to have more programtic control and so a library would fit much nicer. Any clues from anyone?...
- zikacj - Help with MFC editor high performance design
If anyone has written a text editor in VC++ could you provide a little insite to make it easier for me?My main goal is high performance on starting the program, loading files,and doing replacements of strings. Some of the files I'm dealing with are much too large for word or word perfect.I plan...