Language
Platform
Any
License
Any
Thanks for the information.
Hey
some related discussion
hello every one,..
if I have 10 edit boxes, and the user enter text into only 5 of these edit box
I want to change the color of text entered by user
while the remainder edit boxes (no used by...
Hello programmers,
I solve a strange behavior of MFC graphic objects together with OpenGL objects when Windows 7 Aero is enabled on my desktop. I describe that matter more detail now, I have...
WaitForSingleObject will block the waiting thread until working thread finishes. The return code you got may be due to a very fast working thread - you call Wait... at the time when thread is ALREADY...
: Hello,
:
: I have created my own derived class which base class is CFileDialog,
: then I have also created my own contructor to that file, my
: contructor should open a file dialog box with...
Hello,
I have created my own derived class which base class is CFileDialog, then I have also created my own contructor to that file, my contructor should open a file dialog box with possiblity of...
Hello,
When I call to the fanction RegisterPowerSettingNotification I get a runtime error:
"The procedure entry point could not be located in the dynamic link library USER32.dll."
I tried to...
I have a Handle to the Rich Edit Control of Wordpad application in my Keypad application. I want to directly access the Internal Data Structure for this Rich Edit Control without using Windows...
Hi all,
I am having problem on opengl program. I installed freeglut and associated packages. When i try to compile a simple program in opengl which especially uses functions glLookAt(),...
Hey,
I am trying to call CTabCtrl::GetCurSel() in my program and if a certain tab is selected to do a certain action. I am aware that this function returns the zero-based index of the selected tab,...
Hi all,
Thanks for this post, it has helped bunches.
I have just one more twist to add to the conversation. Suppose instead of creating a dialog on which to display these buttons, one wants to...
When every tab is activated/deactivated or dialog is closed/open this function will be called:
http://msdn.microsoft.com/en-us/library/1f31c334(VS.80).aspx
You need to override it with your own...
Hey,
I am new to MFC and I am working on this existing project where there is a button and when you click this button another dialog opens that has four different tabs. My job is to save data...
Hello. Wich one is better for newbie D3D or OpenGL to create 3D graphics? I'm looking forward to create a tiny game.
ServerSupportFunction(ecb, HSE_REQ_SEND_RESPONSE_HEADER, NULL, &dwSize, (unsigned long *)(char*)dicstr.c_str());
Any idea why its happen when i added a custom header?
Thanks in advance,...
Hello,
I need help in using MfcMenuButton, I added such a button to my project,
but I can't find how to add the menu items to this button ,if somebody know how doing it and can write me the way to...
Thanks!!! It has helped me a lot!!!
Here is a code I have written:
#include
#include
#include
void main ()
{
int gd,gm;
clrscr ();
detectgraph (&gd,&gm);
initgraph (&gd,&gm,"c:\\tc\\bgi");...