Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wtl · WTL support list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

WTL library shows the codes below: // Constructor CSplitterImpl() : m_xySplitterPos(-1), m_nDefActivePane(SPLIT_PANE_NONE), m_cxySplitBar(0), m_cxyMin(0),...
13 Apr 6, 2007
4:41 pm

yuzhiyao
Send Email

Hi all, I have a dialog and want to monitor the Alt keypresses for it. When users presses Alt, I'd like to have one of my buttons change its label. The problem...
3 Apr 5, 2007
12:53 pm

Jim Barry
jim_barry.geo
Send Email

Hello, I'd really appreciate if focus rectangle for hyperlinks will be optional in WTL. Currently I have to patch WTL after each version update to comment...
1 Apr 5, 2007
9:10 am

Constantin Bryzgalin
costyan
Send Email

Hi all, I have a simple dialog with a combobox in it. In the dialog editor, I entered some candidate values for the combo in the "Data" entry of the dialog...
3 Apr 5, 2007
2:38 am

avewtl
Send Email

The default WTL program icon (IDR_MAINFRAME) is 32x32 16 colors. How do I go about adding a ico set that includes multiple sizes and color depths and set that...
3 Apr 4, 2007
11:38 pm

Peter Carlson
strcarl813
Send Email

MFC has it. But it seems absent under WTL. Is there any sample to realize a OLE document server using WTL?...
3 Apr 4, 2007
4:38 am

enjoy_yjh
Send Email

I have a WTL SDI app, whose Edit menu has an item labelled "Rotate 90¡ã CCW". While it can be displayed properly in my IDE(VS.net 2003), that degree ...
1 Mar 31, 2007
4:18 pm

avewtl
Send Email

in order to move a window without caption ,i write the following code . (1) in a CWindowImpl - based class ,it work well. MSG_WM_NCHITTEST(OnNcHitTest) ...
3 Mar 30, 2007
11:30 am

Jim Barry
jim_barry.geo
Send Email

i read a few TreeList controls ,that's a control mix Tree and List Like things together. but the source code are far too complex . i can't get clear how the...
22 Mar 29, 2007
5:42 pm

Konstantin Mironovich
const_at_ixbt
Send Email

i implement a ownerdraw listbox control . but there's some problem . //handle the reflection notification message void DrawItem(LPDRAWITEMSTRUCT...
3 Mar 29, 2007
10:57 am

shuaixh
Send Email

just curious, found that correct reference for now is http://opensource.org/osi3.0/licenses/cpl1.0.php -km...
3 Mar 28, 2007
8:16 pm

Nenad Stefanovic
nenad_stefan...
Send Email

I am attempting to skin a modal CPropertySheet and its pages. I (finally) have it working so that I can set the background bitmap of the property sheet dialog...
1 Mar 28, 2007
5:45 pm

Bill Arnette
cessna048
Send Email

Is there a print / print preview sample that shows a simple CWindow implementation instead of using built-in controls (ie bmp, text edit). I need to generate a...
2 Mar 28, 2007
2:32 pm

ntufarellich
Send Email

I am looking for a sample that does some owner drawing of a listview's header. particularly I want to add an "auto-filter&quot; like capability so I want a header...
4 Mar 27, 2007
7:21 pm

Peter Carlson
strcarl813
Send Email

Using the below code, after a hover and MouseLeave, the button still draws with the hover effect until the window is Invalidated and redrawn. Is there...
1 Mar 27, 2007
5:19 pm

Peter Carlson
strcarl813
Send Email

I am trying to do an ownerdrawn header control. Compiling the code below generates the following errors: Is It not possible to do ownerdrawn HeaderControls? ...
1 Mar 27, 2007
3:53 pm

Peter Carlson
strcarl813
Send Email

in WTL ,to create a "OpenFile"; dialog. i write the following code . CFileDialog dlg(TRUE,NULL,NULL,OFN_HIDEREADONLY,NULL,m_hWnd); if(dlg.DoModal() == IDOK) { ...
2 Mar 27, 2007
10:42 am

Jim Barry
jim_barry.geo
Send Email

in LISTVIEW control : i handle WM_ERASEBKGND message by putting a BMP on the background. in order to erase the text's back color ,i do the following thing : ...
5 Mar 23, 2007
9:46 am

Roel Vanhout
rvanhout@...
Send Email

//under VC6.0 ,WTL 7.1 I want to handle WM_CTLCOLOR message ,but, it seems that WTL couldn't recognize it . //my code : MESSAGE_HANDLER(WM_CTLCOLOR,...
5 Mar 22, 2007
9:43 am

Roel Vanhout
rvanhout@...
Send Email

// Tool: VC6.0 , WTL7.1 class CEasyWtl { public: void fun() { HANDLE m_hThread = (HANDLE)_beginthreadex (NULL,0,WorkThread,0,0,NULL); } static UINT __stdcall...
5 Mar 21, 2007
10:58 am

Igor Tandetnik
itandetnik
Send Email

I was just curious if anyone was thinking of developing an Office 2007 style interface with the ribbon and quick bar. It's a fair amount of work, but I...
14 Mar 21, 2007
8:50 am

Miguel Hasse de Olive...
miguelhasse
Send Email

When I study the WTL source, I find that in atlctrlx.h there are 2 functions named GetIdealSize() as the following: (At about line 967) bool GetIdealSize(SIZE&...
3 Mar 18, 2007
10:33 am

hayate
haohaolee
Send Email

If I use TabView with Windows XP classic theme, there are two blots (4 black and white pixels each) on the two sides of TabView. I have upload a screenshot on...
2 Mar 14, 2007
11:37 pm

Nenad Stefanovic
nenad_stefan...
Send Email

Hello I am using the IE automation to navigate to a web page. The web page the user enters is a bit like this: http://MyHost:7001/Mid-Tier/home If you...
14 Mar 14, 2007
10:29 pm

Ingar Steinsland
ingarrune
Send Email

Alright, this has been driving me nuts! I have a CCommandBarCtrl member in my dialog. I also have a CReBarCtrl member as well. In the OnInitDialog I have...
5 Mar 14, 2007
7:48 pm

Levi Wilson
skankwilsonite
Send Email

hello, If you use original CTabView class in your code, dragging the tab function works well. But when you derive a new class from it, and in new class move...
2 Mar 14, 2007
7:30 am

Nenad Stefanovic
nenad_stefan...
Send Email

I thought the WTL group would be interested to know that the ATL Server Library is now a shared source project and has been posted on CodePlex by the ATL...
3 Mar 13, 2007
12:26 pm

Igor Tandetnik
itandetnik
Send Email

Hello I am writing a program to automate Internet Explorer. It logs onto a web site, performs some operations on fields and closes. I have code to do most of...
4 Mar 12, 2007
12:04 pm

Igor Tandetnik
itandetnik
Send Email

I've seen this with other apps in Vista, and now with my own app: I have a CListViewCtrl which causes an annoying-as-hell system beep every time I select an...
6 Mar 10, 2007
10:00 pm

dbrown0710
Send Email

Has anyone else had a problem where dialog boxes with simple controls like buttons appear to be scaled or proportioned incorrectly on Vista? I have a simple...
1 Mar 10, 2007
2:25 am

dbrown0710
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help