Advertisement

1 - 10 of 184 containing alltags:("C  , MFC") (0.001 seconds)
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 ...
Zones: Windows MFC, Microsoft Visual C++, Microsoft Program...Date Answered: 08/29/2007 Grade: A Views: 37
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...
Zones: Windows MFC, Microsoft Visual C++Date Answered: 12/18/2007 Grade: B Views: 8
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...
Zones: C++, Windows MFC, Microsoft Visual C++Date Answered: 12/30/2007 Grade: A Views: 55
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...
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
Zones: Windows MFC, C++Date Answered: 01/01/2008 Grade: A Views: 0
I am using DWebBrowserEvents2::void BeforeNavigate2( IDispatch *pDisp, VARIANT *&url,  VARIANT *&Flags,  VARIANT *&TargetFrameName,  VARIANT *&PostData, VARIANT *&Headers,  VARIANT_BOOL *&Cance...
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
Zones: C++, Windows MFCDate Answered: 01/02/2008 Grade: A Views: 5
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.
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?
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...
Zones: C++, Web Development, WebApplicationsDate Answered: 01/31/2008 Grade: B Views: 42