I'm using an API that was uses C++ STL datatypes. I'm trying to get a string to display in a messagebox, but I get the following compiler output:
error C2440: 'initializing' : cannot convert from ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22793859.htm...
Hello,
suppose I have a code like this in MFC, VC++.NET2003, Win2000 and later, Unciode charset
void CMyDocument::Serialize(CArchive& ar)
{
CString s;
if (!ar.IsStoring()) {
ar...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23030270.htm...
I would like to enable only the minimize button ( c++ MFC ). I tried to change the properties but it looks like that this option does not exist. I don't mine to disable ( make it gray ) the close b...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23049690.html
I am trying to add a feature to an existing code. The programmer who wrote this code used an activeX control "CBrowserExplorer".
I need to add back/forward capabilites. The class contains GoBack...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23049698.html
Zones:
C++,
ActiveXDate Answered: 12/31/2007 Grade: A Views: 0
Hi
I created a web browser activeX control.
Navigate to page.
How do I get the link a user pressed? Is there an event callback method?
Thanks
Udi Raz
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23051876.htm...
I am using
DWebBrowserEvents2::void BeforeNavigate2( IDispatch *pDisp, VARIANT *&url, VARIANT *&Flags, VARIANT *&TargetFrameName, VARIANT *&PostData, VARIANT *&Headers, VARIANT_BOOL *&Cance...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23053026.html
Zones:
C++Date Answered: 01/02/2008 Grade: A Views: 4
What do the following MFC macros do and when would you use them?
DECLARE_REGISTER
IMPLEMENT_REGISTER
trishm
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23054246.html
I'm using the MFC CMonthCalCtrl for a small app.
It works across several of our clients, except for one.
GetCurSel returns a date 2 years, 7 months, and 9 days ahead of the date selected.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23072698.htm...
Zones:
Windows MFCDate Answered: 01/14/2008 Grade: A Views: 5
Hi,
I have one control on a CDialog which I need to resize when a user resizes the dialog.
This control should span the width of the dialog at all times.
How do I do this?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23084115.html
Zones:
C++Date Answered: 02/08/2008 Grade: A Views: 75
Title says it all really! I am writing a program that gathers information which then needs to be posted to a web page.
I want the C++ (MFC) program to open the default browser, and post the info...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23107439.html