Advertisement

1 - 10 of 42 containing alltags:("Visual C   6.0") (0.001 seconds)
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...
Zones: Windows MFC, C++Date Answered: 04/04/2008 Grade: A Views: 0
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 ...
Zones: MS Visual C++, Windows MFCDate Answered: 05/22/2008 Grade: A Views: 0
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...
Zones: MS Visual C++, MS Excel, Micros...Date Answered: 06/07/2008 Grade: A Views: 34
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...
Zones: MS Visual C++, Windows MFCDate Answered: 06/10/2008 Grade: B Views: 0
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, ...
Zones: Microsoft Visual C++, Windo...Date Answered: 06/11/2008 Grade: A Views: 14
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.
Zones: Windows MFC, C++, Microsoft Visual C++Date Answered: 06/13/2008 Grade: A Views: 14
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...
Zones: MS Visual C++, Windows MFC, Microsoft...Date Answered: 06/23/2008 Grade: A Views: 25
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...
Zones: Windows MFC, MS Visual C++, Microsoft...Date Answered: 08/04/2008 Grade: A Views: 66
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. ...
Zones: Microsoft Visual C++, C / C++ / C#Date Answered: 11/06/2008 Grade: A Views: 4
How to move cursor to the point what have coordinate assigned before .
Zones: MS Visual C++Date Answered: 11/07/2008 Grade: B Views: 42