... Alain, Yes, I understand that. ... Yes, I have IE7 installed I've not tried this article. Finally, I installed the SP1 for VS2005 and now everything runs. ...
i wanna let my top-level window inital to be WS_MAXIMIZE.so i code this: typedef CWinTraitsOR< WS_MAXIMIZE, 0, CFrameWinTraits> CTestingGUIMainFrameWinTraits; ...
... [...] ... Windows has an "interesting" feature whereby it ignores the show state parameter the first time a process calls ShowWindow. This is basically a...
I want to avoid including resource.h file in dialog headers. If I replace: enum { IDD = IDD_MYDIALOG } with: (dialog header file) static const long IDD; ...
Hello! If I do a CBitmap::LoadBitmap(), why is there an assert() for the handle being non-null, rather than just performing a DeleteObject() if it is non-null?...
I'm only slightly familiar with the MFC tooltip control and WTL is a pretty new beast to me. I've spent the better part of a day looking for a working...
Hi Thomas, Check http://www.codeproject.com/wtl/CToolTipDialog.asp. An updated atlTT.h file is here: http://tech.groups.yahoo.com/group/wtl/files/atlTT.h with...
What is the easiest way to explictely position a tooltip and anchor it there even if the mouse moves? The few things I've tried have flickered back and forth...
hello everyone: i'm new to python(havn't learned it)but familiar with WTL. i heard that ,python could mix with C/C++, and can save lots of time in coding. so...
... Hi, To have absolute control of the tooltip position you may want to look into the tooltip constant TTF_ABSOLUTE. It will probably require that you...
Regarding the posting of links: the Links area for the group is intended as a resource for WTL development. However, recognizing that there are certain other...
hello, I'm looking for a sample using CHtmlView with WTL. I've searched on the web and the lists with no results. Have somebody a WTL sample of using CHtmlView...
I want to extend WTL's toolbar control to add some functionality to it that is missing (combobox, editbox, etc). I'm thinking the code below is the right...
... Peter, The CToolBarCtrl is not a base class, as the error message says. The base type of your wtlToolbarEx is type *instantiated* from the CWindowImpl...
hello thanks for your answer. I'm afraid I did'nt explain things so much ! I'm looking for sample using CHtmlView with WTL for Windows XP. HtmlView exists for...
I'm writing a list view control in report mode that has custom colors for each row. I would like the background of each row to extend behind the icon....
By the way, just a note: when copying that code excerpt, I forgot to copy the line that restores the dc after doing the painting. [Non-text portions of this...
Hi John, What I have done in the past is: in OnItemPostPaint fill the rect where the icon goes with the correct backcolor, then redraw the icon on top of it. ...
The toolbar in the alpha sample is 32bits. I am trying to figure out how to expand that toolbar. When I open it in photoshop, and expend the canvas,...
... Yes, this is correct. The Windows CE platform offers only a subset of GDI functions, and *none* features of extended graphics library - GDI+. ... One of...