Here's the final version (I hope): 1 - No aygshell 2 - Maximized property sheet: CMaxPropertySheet::CMaxPropertySheet(LPCTSTR pszTitle) ... { m_psh.dwFlags |=...
Hi all, I'm trying to use a CScrollImpl/CScrollWindowImpl. I have a main frame and a view. I derive the view from CScrollWindowImpl and call SetScrollSize(). ...
... Please disregard this part, I misread the ATLASSERT condition. The first part of my mail still stands :) -- Marko ICQ: 5990814 I'm not under the...
Hi, I guess UPDATE_UI_MAP and DLGRESIZE_MAP somewhat depend on non-conforming VC++. Assume CMainDialog is a class template. DLSZ_SIZE_X could not be found if...
Hi,, I've just upgraded an existing wtl mdi app from wtl v3 to v7.5, and modified it to change what was a plain menu to a rebar band, as in the mdi sample. So...
... the ... (using ... 2nd ... I have something like this: CMenuHandle menu = m_CmdBar.GetMenu(); CMenuHandle menuFile = menu.GetSubMenu(0); CMenuHandle...
I need to use a Listview for my application. I need its scrolling abilities but I cannot show the scroll bars, since the application is for a touchscreen...
... Thanks bjarke, I think what you have is similar to what I have, except you have a popup menu for the recent items? In any case, I have tried it this way as...
Hi Ian, You are right, the menu is changing every time another MDI child window is changed, and that is why you need to set the MRU menu for each change. Menus...
Hi Nenad, Thanks for that! I've done the same thing and now I'm seeing my mru list updated for each child. Just to make sure I understand whats going on here -...
Since I just spent about a half hour searching for my old account (and failing) then jumping through hoops to create a new account to post here I hope someone...
Hi Ian, Yes, that is correct. Cheers, Nenad ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of ian Sent: Thursday, January 05, 2006 4:43...
Trying to rotate an image and then display it in Windows CE 5.0. It seems to be possible by taking an IImage, converting it to an IBitmapImage, rotating it,...
Hi guys, Has any one of you developed or seen an MDI WTL application combined with a Splitter Window? We want to have a similar application. In the left half...
Hi all and happy new year, I saw in emule (http://emule.sourceforge.net) an interesting tooltip subclassing method: listview's tooltip is subclassed with a...
DDX_UINT_RANGE is the way to go. You need to override two functions at the bottom of atlddx.h. I think OnDataExchangeError only gets called if you have a...
Yup--I developed one for Microsoft. Each MDI window had its own document instance, and used a splitter containing a treeview in the left pane, a forms window...
Hello R.J. Dunnill, Thanks for the info. I have also received another sample program on MDI/Splitter window app. I have a small problem with it, but I hope to...
Hi He Shiming! It needs to change a little in the CPaneContainerImpl<> class to have a needed button for the horizontal pane as following: in enum: 1)...
... have ... shown ... Thanks Valery. But here's the thing. I wish to put a button in addition to (not instead of) the close button. Yes, one button on the...
He Shiming, I stressed where you must pay attention ( m_cxToolBar length and alignment). Implementation depends on you. I wrote CPaneContainerEx for my...
You dont have the correct Platform SDK installed. You should download and install Microsoft Platform SDK (psdk-x86.msi) It is freely available on Microsoft...
Hello! I have installed VC Express 2005 and manually installed wtl wizard, but when I try to create new wtl application, i receive error message that " Project...
... WTL depends on ATL, and VC Express edition does not include ATL. -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However,...
... I believe PSDK only includes 64-bit edition of ATL3 (somewhat obsolete by now), but not any version of 32-bit ATL. -- With best wishes, Igor Tandetnik With...