I have a WTL81 app. CMainFrame has a child CPaneContainer, that has a child window CTreeViewCtrl. The problem is CTreeViewCtrl doesn\'t receive TVN_SELCHANGING message.
I posted this question previously and now have the localized strings loaded (the ones we get with LoadString()) but I also need to load all the other resources from the satellite DLL.
I have a small application that has a message only WTL window which does the background processing. But under some circumstances I would like to show a window that should behave as modal, that is, the
I am trying to migrate a project to VC++ 2010 The project contains the file TabbedMDI.h (by Danial Bowen) which gives the error \"named followd by \'::\' must be a class or nam开发者_运维知识库espace
I added a Listbox control to a dialog resource called IDC_LIST1. Should I be interacting with this control using SendDlgItemMessage(), or is there a better way with WTL? Here are my event handlers. It
Currently i am using the ON_WM_SELECT messgae but it will fire on mous开发者_运维技巧e hover over the menu.Instead of the ON_WM_SELECT i used theCOMMAND_RANGE_HANDLER(0, 10000, OnClickCopyItem)
I have a VS2008 C++ application for Windows XP SP3 developed using WTL 8.1. My application contains a tab control that flickers when the application border is resized.
I\'m creating a custom window in WTL to hold video controls for a DirectShow app. I\'ve created a set of check boxes that I wish to behave in the \"push like\" manner (BS_PUSHLIKE).They appear define
I am very interested in how modern Windows software is written in C++ nowadays. I asked my friend who had worked on Windows software and he told that last things he worked with were MFC and then WTL.
I\'m looking for a method to specify parent window in *.rc file. In *.rc file, it contains the layout and controls of a dialog. Any new control added into it, will automati开发者_运维问答cally becom