I started looking at WTL ( Windows Template Library ) and
one thing I noticed is that when I created a project and I noticed that the code tends to be inline. Is there a benefit of doing this ins...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20091668.html
Hi guys, this question is WTL specific meaning that an MFC solution is not required. However, sometimes the MFC way can offer a glimpse into a possible, similar solution in WTL so feel free to air ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20168071.html
I have a WTL button. There doesn't seem to be any PretranslateMessage method to overwrite. I want to relay the message to my tooltip control.
In my MFC version:
BOOL CMyButton::PreTranslateMe...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20338788.html
I have a few questions regarding WTL. I found a nice tabbed MDI located here http://www.codeproject.com/wtl/tabbingframework.asp that I want to incorporate into my MFC application. When I downloa...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21268276.htm...
Hi,
I do have problems with Combo Box placed into normal window (not the dialog one) in the MS Windows environment:
- How the combo should correctly be placed in another window?
- How to make ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22002570.html
Hi.
I'm trying to drag my WTL window from any point within the client area (as many programs do).
Whats the best way to implement that?
I was thinking of using OnDown - OnMove - OnUp events, but...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10324592.html
Zones:
C++Date Answered: 04/12/2000 Grade: A Views: 0
Please help me.
I don't believe this. This is what's make programming not fun anymore to force me to not use the old good win32
:-(. I did create a WTL/ATL project and try to use SelectBitma...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20115593.html
Has anybody a short example on using STL splitter windows? I don't get it working, and don't want to play around forever...
I want to create an SDI application with a vertical splitter, a listvi...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20176503.htm...
It's probably been asked before, but I'm researching the subject for our small development team (4 guys) and am looking for any advice you can share on the subject.
Our current code runs current...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20176679.html
In a simple class like this one, how do you remove the 'Cancel' button or add extra buttons at the bottom of the property sheet?
class CMainDlg : public CPropertySheetImpl<CMainDlg>
{
public:
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20271643.html