Hi all, I noticed the sample project "Alpha" in WTL. But how can I create the 32bpp images? (I need an additional alpha channel for the fuzzy edges of icons). ...
... Yes. Getting the final 32-bit RGBA bitmap can be tricky, though. One way to do it is to export the image as PNG, then open it with Microsoft Paint and save...
I took a look at that but it seems your using CMDIFrameWindowImpl in your main window. Mine is inheriting from CDialogImpl. Is there a way to subclass the menu...
In order to get menu(s) to call the owner draw callbacks (MeasureItem, DrawItem, etc.), the menu(s) must have the owner draw style set. Are you setting that...
I looked at that MFC tutorial but it does not give me the idea of how to initialize such that I start receiving the owner drawn messages. My code is as...
Probably what is happening is that the WM_MEASUREITEM messages are going to the Dialog, since these notifications are sent to the parent/owner of the menu....
I'm poking around with the CTabViewImpl and the WTLBrowser sample. Let's say I want to customize the tab control's appearance or behavior. I'm having a...
Hey Michael, thanks for your input. REFLECT_NOTIFICATIONS didn't work, which I think may be because the menu isn't a child window of the dialog (could be wrong...
Here is another article that should point you to the right direction: http://www.codeproject.com/wtl/WTLOwnerDrawCtxtMenu.asp Igor. ... and the ... handled. ...
Hi again, This is actually a nightmare. I have tried to install the latest "HotFix" from Microsoft, but my IntelliSense still does not work. The only thing I...
Try Visual Assistant from http://www.wholetomato.com/ for much improved IntelliSense support. Karl ... [Non-text portions of this message have been removed]...
My question would be how to switch Intellisense off when using VA! Does anyone know? David Green _____ From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com]...
I found IntelliSense to be so bad in VS 2005 with WTL/C++ projects that I switched back to VS 2003 for WTL work but told it to use the VS 2005 compiler/linker....
I'm pretty sure that REFLECT_NOTIFICATIONS should work; but, your handlers in your menu class need to be handling OCM_MEASUREITEM, OCM_DRAWITEM, etc., the...
<PRE> solve the problem, we must modify the file atlsplit.h, search UpdateSplitterLayout() function, modify it from: <code> // Implementation - internal...
Well, that is not a fix and there is no problem like that to fix here. The original post states that the application is a MDI type with a splitter, and that...
Right now, App Wizard setup scripts don't work on VS2008. You can make them work if you change the registry settings to use version 9.0 instead of 8.0. That...
... a ... Wow! I've done it, and it seems to work quite well, and it was easy! What I've done: * Start with an "empty" MDI WTL App * Add the wtlsplit.h include...
Seems that you covered everything that is needed. I'd only set m_hWndClient to NULL, since now splitter code is handling layout. That also means that you need...
I'm pretty sure these are bugs. I think the first one is obvious, but not sure how to fix the 2nd one. Anyone have ideas? 1. CCustomTabView::UpdateLayout() has...
Dave, Here are two simple things you could do for #2, depending on if you are happy with the appearance: 1) In CCustomTabView::CreateTabControl(), add a line...
... [...] ... I have asked about these 2 dirty pixels before :) If you search the forum, you will find Nenad's answer. ... [...] ... I will try your workaround...
When you are using a splitter, a main problem is that you cannot click on a panel(left or right) to activate it. What you can do is to change the so-called...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /atldlgx.h Uploaded...
wtl@yahoogroups.com
Nov 9, 2007 8:47 am
15082
Full description and sample usage: "Unusual but useful dialog based classes designed for specialization" Featuring cell menu, in place editor, single control...