Search the web
Sign In
New User? Sign Up
wtl · WTL support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15607 - 15636 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15607
I'm probably not doing anything as complicated as you all ... I write most of my own controls (for my own torture) and I've wrapped up the thunking code into...
Luther Baker
lutherbaker
Offline Send Email
Oct 1, 2008
4:20 pm
15608
I have written an ActiveX control using ATL / WTL and I would like it to have keyboard input focus as soon as it starts up. At the moment I have to click on...
peter_frazer2000
peter_frazer...
Offline Send Email
Oct 3, 2008
7:37 am
15609
Hi all, I want to embed "ComboBox control" in listview control in WTL. Can anyone suggest any method or tutorial to do same? Also i want to add line as an...
amit_31_08
Offline Send Email
Oct 6, 2008
3:09 pm
15610
Hi, I have done something similar. You can extend CListView control and implement CCustomDraw. Custom draw sends several notifications which allows you to...
Ivars Veksins
iveksins
Offline Send Email
Oct 6, 2008
6:56 pm
15611
... with ... Check out www.viskoe.dk for at least one example of a combobox inside a listview (and a whole lot of other interesting articles and examples)....
domehead100
Offline Send Email
Oct 6, 2008
7:57 pm
15612
... Sorry, that should be www.viksoe.dk!...
domehead100
Offline Send Email
Oct 6, 2008
7:59 pm
15613
Hi Nenad, What about Ribbon support? ... [Non-text portions of this message have been removed]...
hayate
haohaolee
Offline Send Email
Oct 8, 2008
3:13 am
15614
Nobody signed up to do the Ribbon support yet. I encourage anybody who would like to contribute Ribbon to WTL to join the project. It is open source after all....
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Oct 8, 2008
9:00 am
15615
Hello, As I've already done a custom (private, non-complete) implementation of a Ribbon using WTL, let me share you some ideas about the Ribbon in WTL. I see...
pascal.binggeli@...
pbinggeli
Offline Send Email
Oct 8, 2008
10:40 am
15616
How to allow user only use dropdownlist to pick the datetime? I do not want they input number by keyboard. I have set the Allow Edit to False, but it does not...
loudpine
Offline Send Email
Oct 10, 2008
9:41 am
15617
How about an addin framework support? I'm not very sure if it's wtl related, but I love wtl and addin framework, so I want them come together, :-)...
xufeisjtu
Offline Send Email
Oct 10, 2008
2:16 pm
15618
I am start leaning to code with WTL. And read some messages in this group. I wounder that can we use window DDK together with MinGW and WTL. I found out that...
tsehonkit
Offline Send Email
Oct 10, 2008
2:16 pm
15619
... Please, use the list archives: http://tech.groups.yahoo.com/group/wtl/message/15559 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter...
Mateusz Ɓoskot
mateuszloskot
Offline Send Email
Oct 10, 2008
2:19 pm
15620
... for activex you don't set the focus, you activate the control. Check atlhost.h...
Nikos Bozinis
umeca74
Offline Send Email
Oct 11, 2008
6:19 am
15621
... subclass it and eat all keyboard messages...
Nikos Bozinis
umeca74
Offline Send Email
Oct 11, 2008
6:21 am
15622
In OnInitDialog: My combo-box type is DropList, when I try to use AddString, ... Debug Assertion Failed! ...\wtl\include\atlctrls.h Line:1092 ... but, if I...
loudpine
Offline Send Email
Oct 13, 2008
5:02 pm
15623
Hi, I wanted to handle checkmarks in the menu attached to the command bar. My question is do I need to manually handle checkmark state or is there a style...
smartmobili
Offline Send Email
Oct 14, 2008
8:10 am
15624
... I have also noticed some issues with menu on smartphone, for instance I create a command bar with the following resources : ATL_IDW_MENU_BAR SHMENUBAR...
smartmobili
Offline Send Email
Oct 14, 2008
8:59 am
15625
... I have found that in this case MF_BYCOMMAND doesn't work but MF_BYPOSITION does !!!...
smartmobili
Offline Send Email
Oct 14, 2008
9:04 am
15626
Given the following code: LRESULT FooDialog::OnInitDialog(HWND hWnd, LPARAM) { CenterWindow(); CClientDC dc(hWnd); if (mFont_.CreatePointFont(8, "Courier New",...
wakashi0001
Offline Send Email
Oct 14, 2008
9:44 am
15627
Has been solved. That drop list has not been create in memory. So I adjust the drop list's order in DDX map: BEGIN_DDX_MAP(xxxx) DDX_CONTROL_HANDLE(....) It's...
loudpine
Offline Send Email
Oct 14, 2008
9:45 am
15628
... You took the address of a CFont object and cast it to HFONT, producing an invalid font handle. Don't do that. CFont has an implicit conversion to HFONT, so...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 14, 2008
10:13 am
15629
... producing an invalid font handle. Don't do that. CFont has an ... wakashi, I suspect that your CreatePointFont call also failed? The behavior you describe...
domehead100
Offline Send Email
Oct 14, 2008
12:38 pm
15630
Many thanks for your help, Nikos. ... it...
peter_frazer2000
peter_frazer...
Offline Send Email
Oct 14, 2008
1:20 pm
15631
The nPointSize parameter of the CreatePointFont method is measured in tenths of a point: if (mFont_.CreatePointFont(80, "Courier New", (HDC) &dc))...
Ricardo
kypdurron01
Offline Send Email
Oct 14, 2008
8:57 pm
15632
hi ,all i write this letter to emit my thanks to WTL. it's cool, template-based UI framework, too cool to write my codes. eh, otherwise, it's simple. easy...
carr 
shuaixh
Offline Send Email
Oct 15, 2008
3:10 am
15633
I'm trying to debug a problem with xplorer2 where the wrong window scrolls when the mouse wheel is turned. According to the manual the FOCUS window should...
Nikos Bozinis
umeca74
Offline Send Email
Oct 16, 2008
7:20 am
15634
... Sounds like you are running an app such as FreeWheel, which hooks WM_MOUSEWHEEL and translates it into WM_VSCROLL messages for the benefit of apps that...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 16, 2008
10:00 am
15635
I am walking through this tutorial in visual studio 2008. http://www.codeproject.com/KB/wtl/wtl4mfc2.aspx I am about half way down and per the tutorial, I have...
luther baker
lutherbaker
Offline Send Email
Oct 16, 2008
1:29 pm
15636
... stdafx.h, main.cpp and MyWindow.h. When I try to build this for the ... _Module" (?_Module@@3VCAppModule@WTL@@A) ... estate-czar.exe : fatal error LNK1120:...
He Shiming
billholtsh
Offline Send Email
Oct 16, 2008
1:34 pm
Messages 15607 - 15636 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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