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 : /EWF.zip Uploaded...
wtl@yahoogroups.com
Aug 1, 2006 7:20 am
13810
Hi all Although old to WTL I am not highly experienced I am doing research in speech recognition in windows mobile If any body have any discussions on any APIs...
I have a subclassed control on a dialog box that I would like to behave as a static control. It is essentially a Rich Edit control, but used for informational...
John Burkhardt <john.burkhardt@...> ... Handle WM_GETDLGCODE, return DLGC_STATIC. -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly...
I want the user to skip some of the displayed rows in CListViewCtrl - how do I go about doing this? I thought of handling LVN_ITEMCHANGING, but that may have ...
I don't know if this is more of an ATL or WTL question, but I'm hoping someone here might have some insights. I have implemented an MSHTML-based window using a...
... I did something similar to this for a list that looked like a tree (don't ask!), and solved this by handling WM_KEYDOWN as well, and looking for things...
Hi, I'm using a well-known approach to create my own tabbed dialogs. That is, I create several modeless dialogs as view window, and control show/hide upon tab...
"He Shiming" <heshiming@...> wrote in message news:eauj84+9ir7@eGroups.com ... CTabCtrl::AdjustRect -- With best wishes, Igor Tandetnik With sufficient...
... Thanks, I forgot to mention that I had already tried AdjustRect. But I can't get it aligned. I've got couple questions regarding this message. 1. What's...
... The rectangle of the tab control itself, within its parent (assuming you are placing content windows as children of the same parent, that is, as siblings...
... (assuming you ... is, as ... Well, I managed to solve the problem. It looks like we are supposed to create those modeless dialogs as child window of the...
Hi man, i use WTL to create a Composite Control include CSplitterWindow, CListViewCtrl, CEdit. It has some problem 1. When i move the bar of the vertical...
Ngo Dang Quy Duong
duong113@...
Aug 5, 2006 8:55 am
13826
gentlefolks, I use a set (array/list) of view objects derived either from CDialogImpl<..> or CWindowImpl<..,..> (resizeable modeless dialogs, tree views, list...
... Destroying a top window should destroy its children as well, so there will probably be few times when you need to do this. When you do, I believe that the...
We have a number of WTL projects developed with VC6 and WTL that I would like to upgrade to the current Visual Studio compiler since I believe that VC6 is no...
The base class ActiveX hosting code for forwarding focus doesn't work well with Internet Explorer, so its best to do it yourself. Try handling WM_SETFOCUS with...
Daniel, Thanks for the code. You are close to the mark, as I've been woefully discovering in trying to debug issues of tabbing into/out of my container. What...
Thank you very much - just the link I was looking for John Robbins. ... From: ic.iaxu To: wtl@yahoogroups.com Sent: Tuesday, August 08, 2006 11:42 AM Subject:...
This is for any PPC guru's out there: I am having difficulty making the vertical scroll bars appear in my property pages when the screen has been changed to...
Hi WTL list, I'd like to set the background color of my WTL main frame menu. But it is getting a wacky gradient background from the command bar background ...
Hi, WTLers: I still got a crash error when I tried to delete an modeless dialog box from "OnFinalMessage" in ATL7.1+WTL8.0 by pressing a CBitmapButton. I've...
Hi all, Does anyone know for a good TCP networking code to be used under windows? Most of the code I found was for MFC. I'm looking for an event driven...
Hi all, Does anyone know for a good TCP networking code to be used under windows? Most of the code I found was for MFC. I'm looking for an event driven...