I have a custom control that derives from CButton (it is a GUI element simulating a joystick):
class TwoAxisJoystick : public CButton
Within the main CButton, which has BS_GROUPBOX, there is...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23215929.htm...
I'm getting the following error message when I compile my C++ app:
Cannot open include fle atlconv.h. This file DOES EXIST on my machine, the VC98 folder (VC98\MFC\ATL\Include).
The app was ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23424307.html
I have a VC 6 app, and I want to be able to parse an excel spreadsheet from my app. The data in the spreadsheet will always have the same format. The format is as follows: a double precision valu...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23457296.html
I have a VC 6.0 app that has an active X control in it. When the user left-clicks in the active X control, I need the parent window to be notified.
Currently, the OnLButtonDown(...) message h...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23470230.html
I have a VC 6.0 app. I am launching a modeless dialog from a modal dialog. But the modeless dialog ALWAYS remains on top of the modal dialog. So, while I can access the modal dialog underneath, ...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23473745.ht...
In Visual C++ 6.0, I need to convert a CString hex variable with a value such as "FF" to an ASCII char that represents that string as a hex value.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23481171.htm...
I have an VC 6.0 app. In design time, I created a menu on the main dialog. The resource ID is IDR_MAINFRAME. Like many windows programs, this menu has three menus. From left to right, the menus...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23503686.html
Hi
I am developing a simple chat program in Visual C++ 6.0 / MFC. this application has two part: client and server that user can listen or connect to another copy of my program. for connect and s...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23602328.htm...
I have a MFC VC++ 6.00 DLL, which was written by another programmer.
I am trying to recreate the DLL without the source code.
Is there any way to tell which standard include headers were used.
...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23806237.ht...
How to move cursor to the point what have coordinate assigned before .
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23884165.html