t_natarajan | Sat, 10 Nov 2007 07:47:00 GMT |
bamboo | Sat, 10 Nov 2007 07:48:00 GMT |
bamboo | Sat, 10 Nov 2007 07:49:00 GMT |
t_natarajan | Sat, 10 Nov 2007 07:50:00 GMT |
bamboo | Sat, 10 Nov 2007 07:51:00 GMT |
Hi,I am currently working on a program that requires me to concat two char pointers together. I am using OpenGL SDL on Visual Studio 2005. Any ideas?Regards,Nathaniel ChanStudent ...
I am new to C++, I was running VS 6.0 and had to upgrade to 2005 version since it was giving me compability issues. So now I am lost again. I am trying to build and execute/compile this: Code Snippet#include < stdio.h>void main(){ printf("\nHello World\n");} I started ...
I want to compile a .cpp file with visual C++ 2005 express edition. how?My code is://this program takes two numbers and adds them together#include <iosource.h>void main(){//define variablesfloat num1;float num2;float total;//get the variables from the usercout << "Enter a number: ...
I'm a total beginner to C/C++. I know php, HTML, COBOL, perl and a few other langs but not C. I can find my way around it though. Here's my problem. I have source code that the developer freely distributes and I want to make some changes. There are dozens of modules ending in .c, .h and .rc. ...
I saw another post about this, but it didn't really answer my question. I'm using Microsoft Visual C++ 2005 Express Edition and I've been working with this program for months now (at school). But now I'd like to learn how to create an executable (.exe) from the solution/project. Does Visual ...
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 ...
I have a program which creates a new dialog box but when it calls the domodal function the dialog box is underneath my main screen and I have to press Alt to get it to the front, how do I get it to display at the front automatically?Cheers for any replies Nick...
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 !I have written an MFC based control , Its wrapper is derived from COleControl.I have written another ActiveX control.I put those two control inside a composite control.How can I make one control appear and hide the other one when there are both in the same place in thecomposite ?I tried the SetW...
How do I separate two childwindows of the same application so when I click focus on one of them, then I want the other window to remain in the background? For example if I have two childwindows and one is behind a notepadwindow then when I click on the other one, both of the childwindows will be bro...
Heres the scenario I would like to acheive.Ive got a large window that pops up several smaller windows. These small windows are not restricted to the large window. If another application gets the focus, it has a higher Z-order than all my windows, so mine should all be hidden. However, when the l...
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 am making a program using CRichEditView and want to make a zomming functionality. I also want to make a ruler to go on both the vertical and horizontal axis.Thanks in advance if you can help.=================================================Neo...