Can I use SendDlgItemMessage()?
I see there is a CButton::SetCheck() method - but I don't see how to reference the button object created by the Resource editor. How can I ue SetCheck?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23119601.htm...
Zones:
Windows MFCDate Answered: 01/29/2008 Grade: A Views: 165
Hi,
I'm looking for a class like System.Windows.Forms.WebBrowser for Visual C++.
Does it exist?
Thanks
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23258531.html
Hi all,
I have a pointer which can be of various cwnd-derived types (CStatic, CButton, etc..) and I need to choose for its type with a conditional instruction like this:
if(condition..)
{
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23302889.htm...
I am programming a game on a SDI. The display consists of three rectangles, a small rectangle in a larger rectangle within a larger rectangle. These rectangles are connected by 4 lines, 2 vertical,...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23311228.html
Hi all,
I have a CImageList imagelist with some bitmaps 16x16 put on a single bitmap with transparency background
I need to "extract" them and use on my radio button instead of its text
I...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23384485.htm...
Hi, I created my own custom control (a timeline) awhile back, and compiled it into a dll. When using it in another app, it initially appears sized with same as it was in the initial program.
...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23527847.ht...
I have a Visual C++ MFC application Dialog based (2005 version). I would like to have a button that calls a command prompt executing makefile and then closes command prompt. Or if there is another ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23537828.html
Hello,
I have a MSVC 6 project that uses among others the Formula 1 and First Impression ActiveX controls. Both of these ActiveX controls are no longer supported. I will eventually replace these...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23263986.htm...
I'd like to create a tab control (CTabCtrl) on the dockable CToolBar. Will that be doable thing? If so, how to do it.
Any ideas?
appreciate!
py
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23370742.htm...
Zones:
Windows MFCDate Answered: 06/03/2008 Grade: A Views: 29
I'm using a CDHtmlDialog to access a website that establishes a session. When I close (and destroy) the dialog and then create a new instance of it, the web session persists. How can I close the se...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23136298.htm...