I'm probably not doing anything as complicated as you all ... I write most of my own controls (for my own torture) and I've wrapped up the thunking code into...
I have written an ActiveX control using ATL / WTL and I would like it to have keyboard input focus as soon as it starts up. At the moment I have to click on...
Hi all, I want to embed "ComboBox control" in listview control in WTL. Can anyone suggest any method or tutorial to do same? Also i want to add line as an...
Hi, I have done something similar. You can extend CListView control and implement CCustomDraw. Custom draw sends several notifications which allows you to...
... with ... Check out www.viskoe.dk for at least one example of a combobox inside a listview (and a whole lot of other interesting articles and examples)....
Nobody signed up to do the Ribbon support yet. I encourage anybody who would like to contribute Ribbon to WTL to join the project. It is open source after all....
Hello, As I've already done a custom (private, non-complete) implementation of a Ribbon using WTL, let me share you some ideas about the Ribbon in WTL. I see...
How to allow user only use dropdownlist to pick the datetime? I do not want they input number by keyboard. I have set the Allow Edit to False, but it does not...
I am start leaning to code with WTL. And read some messages in this group. I wounder that can we use window DDK together with MinGW and WTL. I found out that...
... Please, use the list archives: http://tech.groups.yahoo.com/group/wtl/message/15559 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter...
In OnInitDialog: My combo-box type is DropList, when I try to use AddString, ... Debug Assertion Failed! ...\wtl\include\atlctrls.h Line:1092 ... but, if I...
Hi, I wanted to handle checkmarks in the menu attached to the command bar. My question is do I need to manually handle checkmark state or is there a style...
... I have also noticed some issues with menu on smartphone, for instance I create a command bar with the following resources : ATL_IDW_MENU_BAR SHMENUBAR...
Given the following code: LRESULT FooDialog::OnInitDialog(HWND hWnd, LPARAM) { CenterWindow(); CClientDC dc(hWnd); if (mFont_.CreatePointFont(8, "Courier New",...
Has been solved. That drop list has not been create in memory. So I adjust the drop list's order in DDX map: BEGIN_DDX_MAP(xxxx) DDX_CONTROL_HANDLE(....) It's...
... You took the address of a CFont object and cast it to HFONT, producing an invalid font handle. Don't do that. CFont has an implicit conversion to HFONT, so...
... producing an invalid font handle. Don't do that. CFont has an ... wakashi, I suspect that your CreatePointFont call also failed? The behavior you describe...
hi ,all i write this letter to emit my thanks to WTL. it's cool, template-based UI framework, too cool to write my codes. eh, otherwise, it's simple. easy...
I'm trying to debug a problem with xplorer2 where the wrong window scrolls when the mouse wheel is turned. According to the manual the FOCUS window should...
... Sounds like you are running an app such as FreeWheel, which hooks WM_MOUSEWHEEL and translates it into WM_VSCROLL messages for the benefit of apps that...
I am walking through this tutorial in visual studio 2008. http://www.codeproject.com/KB/wtl/wtl4mfc2.aspx I am about half way down and per the tutorial, I have...
... stdafx.h, main.cpp and MyWindow.h. When I try to build this for the ... _Module" (?_Module@@3VCAppModule@WTL@@A) ... estate-czar.exe : fatal error LNK1120:...