Components and Libraries
Forum Post

Re: What is MFC

Thanks for the information.
Forum Post
Forum Post

color edit box?

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...
Forum Post

Problems with MFC and OpenGL objects together with Windows 7 Aero

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...
Forum Post

Re: How to know if a thread is finished and wait for it if it isn't

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...
Forum Post

Re: Own Constructor doesn't work.

: 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...
Forum Post

Own Constructor doesn't work.

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...
Forum Post

Problem with RegisterPowerSettingNotification and USER32.dll.

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...
Forum Post

Rich Edit Control Internal Data Structure

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...
Forum Post

opengl and eclipse c++

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(),...
Forum Post

How to use CTabCtrl::GetCurSel in MFC C++

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,...
Forum Post

Re: Dynamic Button Creation

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...
Forum Post

Re: How to update an edit box control durning run time

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...
Forum Post

How to update an edit box control durning run time

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...
Forum Post

D3D or OpenGL?

Hello. Wich one is better for newbie D3D or OpenGL to create 3D graphics? I'm looking forward to create a tiny game.
Forum Post

Problem: ISAPI Extension Add custom header

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,...
Forum Post

MfcMenuButton

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...
Forum Post

Re: settextjustify in C++

Thanks!!! It has helped me a lot!!!
Forum Post

settextjustify in C++

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");...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.