Advertisement

1 - 10 of 28 containing alltags:("wtl") (0 seconds)
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...
Zones: C++, Microsoft ProgrammingDate Answered: 03/14/2001 Grade: A Views: 0
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 ...
Zones: Windows Programming, Micros...Date Answered: 08/19/2001 Grade: A Views: 4
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...
Zones: C++, Microsoft ProgrammingDate Answered: 12/10/2002 Grade: B Views: 0
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...
Zones: Windows MFC, Microsoft ProgrammingDate Answered: 01/11/2005 Grade: A Views: 0
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 ...
Zones: C++, Microsoft ProgrammingDate Answered: 09/29/2006 Grade: A Views: 0
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...
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...
Zones: C++, Microsoft ProgrammingDate Answered: 05/10/2001 Grade: A Views: 4
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...
Zones: Windows MFC, Microsoft ProgrammingDate Answered: 08/30/2001 Grade: A Views: 0
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...
Zones: Windows Programming, Micros...Date Answered: 10/15/2001 Grade: A Views: 0
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: ...
Zones: C++, Microsoft ProgrammingDate Answered: 03/19/2002 Grade: B Views: 12