stu | Sat, 10 Nov 2007 04:06:00 GMT |
jonathan | Sat, 10 Nov 2007 04:07:00 GMT |
stu | Sat, 10 Nov 2007 04:08:00 GMT |
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....
HELLO.I am using vc 8.0 and I would like to write a program using MFC, where all the child windows are opengl windows, displaying different 3D objects. Is there any (simplified) project for that in the net?Thanks a lot!STICK....
I have a window where a bitmap is displayed. Next I have a menu "Zoom"On selecting Zoom a dialog is displayed that has 3 radio buttons.ist radio button shows zoomto 100%2nd radio button shows zoomto 200%3rd radio button shows zoomto 300%On selecting each radio button the bitmap can be zoomedto the r...
how to zip a file and add that to the existing zip file ?say for example am zipping a file (name.txt) and its name is name.zip after zipping,now i need to zip another file (file.txt) and this file.txt shold be zipped and should beplaced inside name.zip.altogether there should be 2 file inside ...
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 ...
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 = ...
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 ...
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?...
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...
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)...
Hello, welcome SPaula-new member to MS VC++ forum. Could you tell me what mathematical functions you have tried to implement rand() in C++ and VB also ? Thank you...
I edit a project in VC++6.0 ,and it was builded and executed successfully. But when I open the project in visual sutdio 2005 express edition ,it cannot be builded and linked . The error as following : h:\06-本科毕业设计铣削\铣削仿真_演示版\stdafx.h(15) : fatal error C1083: Cannot open include file:...
For those of you who have a career as a programmer, what was it like when you got your first programming job. I'm not interested in the interview, but rather when you walk into the company during your first day of work, what was the next thing you did? Did you walk around meeting new people or ...
A Problem with COleDateTime:The YEAR-FORMAT with COleDateTime is only yy when year is <2000, but i need the format yyyyFor example: The Date is 14/4/99, but i need 14/4/1999. Is the Year 2000, it is 14/4/2000.Is the following COleDateTime Format-command okey?strRet = COleDateTi...