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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 7762 - 7791 of 16626   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7762 Tim Tabor
tltabor Send Email
Jan 1, 2004
11:13 am
Do you mean a button in a rebar? Probably all of the samples mentioned are in some way better than starting from scratch, but none of them deal with dropping...
7763 Roger Headrick
lilsroro Send Email
Jan 2, 2004
1:00 pm
Hi Tim, I replied to all my e-mail early Jan 1 after coming back from a party. I tried deleting the one you replied to but too late :-) Of course, what your...
7764 Jim Barry
jim_barry.geo Send Email
Jan 3, 2004
12:53 am
... Generally speaking, the trick is to install a WH_CALLWNDPROCRET hook for the current thread, using SetWindowsHookEx. When your hook procedure sees the...
7765 Piotr Wojcicki
dracon202001 Send Email
Jan 3, 2004
12:36 pm
I Made several child window controls and put them on dialog. Now i want to set specific tab order and make focus to change then TAB Key is hit. I believe WTL...
7766 Roger Headrick
lilsroro Send Email
Jan 3, 2004
7:48 pm
... TAB Key ... child ... on my own, ... apropiare ... Hi Piotr, Some guidelines for dialog tabbing: 1. If the dialog is modeless (i.e. not created and...
7767 Ghatak, Amitabh
gamitabh@... Send Email
Jan 5, 2004
12:36 pm
I'm trying to use the GetSelectedItem() method of WTL's ListView Control. My app keeps crashing in release when I use this. When I run it thru Rational's...
7768 robert_caldecott
robert_calde... Send Email
Jan 5, 2004
1:13 pm
Make sure the list control has the single-selection style set (LVS_SINGLESEL). ... Control....
7769 Angus Comber
anguscomber Send Email
Jan 5, 2004
1:14 pm
You are creating multiple columns so must be in Report mode. Check this first. Angus Comber ... From: "Ghatak, Amitabh" <gamitabh@...> To:...
7770 Ghatak, Amitabh
gamitabh@... Send Email
Jan 5, 2004
1:19 pm
angus: its in report mode. robert: list control has the single-selection style set (LVS_SINGLESEL). cheers amitabh ... From: Angus Comber...
7771 Angus Comber
anguscomber Send Email
Jan 5, 2004
1:30 pm
See below - right at the end. I guess that is your problem. ... From: "Ghatak, Amitabh" <gamitabh@...> To: <wtl@yahoogroups.com> Sent: Monday,...
7772 Ghatak, Amitabh
gamitabh@... Send Email
Jan 5, 2004
1:35 pm
hey figured it out, finally. I assumed that u need not initialize (LVITEM) myItem to anything. Not true. You must set the mask: myItem.mask = LVIF_PARAM; //or...
7773 Ghatak, Amitabh
gamitabh@... Send Email
Jan 5, 2004
1:36 pm
hey absolutely! just figured it out myself as well. thanks a lot, really. ... From: Angus Comber [mailto:angus@...] Sent: Monday, January 05, 2004...
7774 Roger Headrick
lilsroro Send Email
Jan 5, 2004
1:46 pm
... Control. ... Failure at ... LPARAM /*lParam*/, ... (m_wndList.GetExtendedListViewStyle()|LVS_ ... BOOL& ... You need to initialize myItem's mask member...
7775 yakirtus Send Email Jan 5, 2004
2:11 pm
Thanks for the reply. Only problems are : 1)attach controls to member variable & set initial value--How??? 2)retrieve data in the edit box and store in...
7776 dbowen@...
newob_leinad Send Email
Jan 5, 2004
4:51 pm
Sorry for not responding earlier, I was out for a couple of weeks on vacation. That problem happens because there are a bunch of variables in Sergey's code...
7777 dbowen@...
newob_leinad Send Email
Jan 5, 2004
4:57 pm
... ... I can't think of a good reason to not be using WTL 7.1 :-) -Daniel...
7778 Mike Frith
mwfrith Send Email
Jan 5, 2004
5:12 pm
... in your .h have WTL::CEdit m_edit; in OnInitDialog() m_edit.Attach(GetDlgItem(IDC_EDT_NAME)); // use the correct resource m_strName = _T("some string");...
7779 yakirtus Send Email Jan 5, 2004
9:35 pm
Once again ,thanks for the quick reply. Once again,another question: I get it that m_edit is the variable attached to the control. Is it not neccery ,therefor...
7780 Mike Frith
mwfrith Send Email
Jan 5, 2004
9:37 pm
... You do that with BEGIN_DDX_MAP(CNewDlg) DDX_TEXT(IDC_EDT_NAME, m_strName) END_DDX_MAP() this associates the two....
7781 abirami2k4 Send Email Jan 6, 2004
6:06 am
I am new to WTL. I want to implement a treeview in a WinCE application using WTL. Can anybody provide me the steps to be followed(in detail)for implementing a...
7782 Mike Diack
mikediack Send Email
Jan 6, 2004
10:03 am
Hi This isn't directly connected to WTL, but I have two projects currently building under Visual Studio 6. I'm trying to port them to VS .Net 2003 as is (i.e. ...
7783 johndiiix Send Email Jan 6, 2004
2:12 pm
You may have found this on MSDN, but the group links area [1] has a bookmark for compile-time breaking changes in VS.NET 2003. John...
7784 ringo_wow Send Email Jan 6, 2004
2:13 pm
Hi, If anyone had such problem with Sergey Klimov's docking windows, please, help! The problem is the wrong docked windows state restoring in some cases. For...
7785 kevinfrei Send Email Jan 6, 2004
5:54 pm
Runtime checks are your best friend. There's a runtime check [-RTCu] that will popup or debug break whenever you use an uninitialized variable when compiling...
7786 John Burkhardt
John.Burkhardt@... Send Email
Jan 6, 2004
7:56 pm
Hello, I'm just starting to dive into wtl. Looks interesting so far. I have VS.NET 2003 and the wtl 7.1 code installed. When I create a new application with...
7787 Mike Frith
mwfrith Send Email
Jan 6, 2004
8:00 pm
Hi, on the download page, it says supported OS are 2000, 2003 and XP. I have to support NT sp6 so I'm checking to see if anyone has been there done that. Has...
7788 Pascal Binggeli
pbinggeli Send Email
Jan 6, 2004
8:03 pm
I've done this, simple sample project using three empty docking view and the mainframe as a docking frame. I got NO warning at runtime (/RTCu). I've compared...
7789 Jeff Henkels
jhenkels Send Email
Jan 6, 2004
8:17 pm
Not just yet -- first thing tomorrow AM, I'll test a DLL I've built with 7.0 under NT4. "Mike Frith" <mfrith@...> wrote in message ...
7790 Roger Headrick
lilsroro Send Email
Jan 6, 2004
9:08 pm
Hi John, ... a new ... if I ... handle ... Does your WM_CREATE handler look like this? LRESULT OnCreate(...) { LRESULT lRet = DefWindowProc(uMsg, wParam,...
7791 Mike Frith
mwfrith Send Email
Jan 6, 2004
9:56 pm
Thanks Jeff....
Messages 7762 - 7791 of 16626   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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