- z-wheel events
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 ...
- 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 = ...
- 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...
- zikacj - DLL help file option for programmers who forget - like me?
Hi, I'm using VC++ V4.0 on Windows 95 and NT 3.51/4.0I write a number of DLL's and would like to be able to call the DLL and retrieve documentation from it (which I'll provide).I'd like to here your comments and suggestions!Here's my plan so far: the DLL is called ABC.DLL(1)...