I am developing C++ program with VC8. I know VC8 can check security vulnerablitities. So could someone tell me how can I do that.Is there any additional tool can do that job either?...
All of my programs have, by default, a blue colored title bar at the top of the SDI/MDI area and at the top of each dialog box. How can I change that color to say green or purple? I have visual c++ 6.0.Any response any one can give me will be greatly appreciated....
I have vc++6.0 and I created a SDI program called TextEdit. How can I change the title of the program shown in the blue title bar region of this SDI program?Any response anyone can give me will be greatly appreciated....
I created my project name with this name: MyProject > MyProject .exe now I want to change my exe file name to MyProjectMFC .exe If I rename it, It's create to me enother exe file name with the old name ( MyProject .exe), when I'm running my project. Thank's, Yael. ...
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 = ...
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....
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 ...