hi friends,
I am using the CWnd::SendMessage function. I am sending the message to the WM_LBUTTONDOWN.
OnLButtonDown(UINT nFlags, CPoint point) contains an extra parameter point of type CPoint which I am unable to send.
I have tried...
Hi friends,
I have an MFC application. I have some codes that should be run before any other
code are executed. I would like to know where do I exactly put it.
I am thinking about the InitInstance() function of the Application class. It might just
prove to be the correct place...
hi friends,
I have a number of windows of different type but they are all derived from the same base class CMDIChild Window. I need to intergrate all the different windows such that I can call the different window from one place , say menu by clicking the different options...
hi,
I am displaying one ListBox which is derived from the CListBox.
The recquirement for the ListBox are as follows:
the width of the row should be fixed.
But I should be able to increase the height of the row from code. In fact, my program should be able to do that kind of thing...
hi friends,
I wonder most of u people have used the paint program. I have to build a erasor program similar to that in VC++ program. I already have my vc++ program but I have to implement my erasor.
regards
-arvind
hi,
I am displaying one ListBox which is derived from the CListBox.
The recquirement for the ListBox are as follows:
the width of the row should be fixed.
But I should be able to increase the height of the row from code. In fact, my program should be able to
do that kind of...
hi friends,
I have a number of windows of different type but they are all derived from the same base class
CMDIChild Window. I need to intergrate all the different windows such that I can call the different window
from one place , say menu by clicking the different options...
hi,
I know that I can communicate via CORBA. But if the client program has been programmed in VC++ will it be portable on linux.
You have to consider that in VC++, the client program was build using the windows API but on linux those API will not be there making it not portable.
PLease...
hi,
Are programs developped in VC++ portable in linux.
Are there are anyway to make them portable - like the use of DLL.
It is not as if C/C++ is not available on linux. Then, how can I make a program from VC++ portable on linux.
I have to develop my client program in C++. Is...
Hi friends,
How do I put a template as a member variable in VC++.
I even have a program where this is possible but I am unable to do it in a new application.
Here goes the code . . .
regards
gunheaa@softhome.net
How do I use the getFocus() function. I have used the following code but still when my application opens ups. I do not have focus on my CRichEditCtrl.
PLEASE help. .. .
CRichEditCtrl* typeBox = new CRichEditCtrl();
typeBox->Create(WS_CHILD|WS_VISIBLE|WS_BORDER|ES_MULTILINE...
hi friends,
I have created my own class and put the member vairables there. They are being intialised in the class contructor. But when I create an instance of the class in ONDraw() funtion of its view, I am having no response. Can anyone say why ? ? ?
Here goes the code
myClass...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.