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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 14121 - 14150 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14121
ja, just enjoy every year with WTL. Thanks for those who created, improved and loved WTL....
enjoy_yjh
Offline Send Email
Jan 4, 2007
1:39 pm
14122
Hi All, We are currently investigating the use of Sockets with WTL. MFC has provided many nice classes for sockets and data serialization, etc, however, I am...
Dave Nay
dnay
Offline Send Email
Jan 4, 2007
10:05 pm
14123
our app based on WTL going to be completed...... thanks for everyone , for whom that created WTL..... now it is 2007, happy new year! regards lyshsd [Non-text...
lyshsd
Offline Send Email
Jan 5, 2007
6:58 am
14124
Hi, I created a ATL/WTL project using AppWizard, chose "SDI Application" and "Generate .CPP files" options. On running BoundsChecker on it, I found few...
Manjeet Dahiya
metal_the_soul
Offline Send Email
Jan 8, 2007
10:41 am
14125
Hi, I created a ATL/WTL project using AppWizard, chose "SDI Application" and "Generate .CPP files" options. On running BoundsChecker on it, I found few...
Manjeet Dahiya
metal_the_soul
Offline Send Email
Jan 8, 2007
2:11 pm
14126
Hi Everyone, I'm getting confused about how I should approach the following situation: I'm trying to write an app in WTL, I have a derivation of CListCtrl in...
Michael Stephenson
domehead100
Offline Send Email
Jan 8, 2007
2:45 pm
14127
Hi! Greetings! i would like to create a control inside SDI Application which looks rectangle has N number of squares can be created inside the rectangle.which...
veeran_senthilkumar
veeran_senth...
Offline Send Email
Jan 8, 2007
3:27 pm
14128
... I'm not sure why it matters to BC whether the code is in .cpp files or not. Anyway, the icons don't really need cleaning up because there is no intention...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 8, 2007
4:26 pm
14129
... Yes, sometimes I find this stuff pretty confusing too. Multiple inheritance is definitely not the way to go. I think you just want something like this: ...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 8, 2007
5:01 pm
14130
... Yes, sometimes I find this stuff pretty confusing too. Multiple inheritance is definitely not the way to go. I think you just want something like this: ...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 8, 2007
10:19 pm
14131
... I'm not sure why it matters to BC whether the code is in .cpp files or not. Anyway, the icons don't really need cleaning up because there is no intention...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 8, 2007
10:43 pm
14132
Hi! Greetings! i would like to create a control inside SDI Application which looks rectangle has N number of squares can be created inside the rectangle.which...
veeran_senthilkumar
veeran_senth...
Offline Send Email
Jan 8, 2007
10:45 pm
14133
Hi all, Are there a similar mechanism as MFC ON_CONTROL_REFLECT message handling in WTL, or do I have to handle WM_COMMAND messages for notification messages ...
Ingar Steinsland
ingarrune
Offline Send Email
Jan 9, 2007
12:57 am
14134
Hi Everyone, If I'm subclassing a control such as CEdit in MFC and I want to let the base class get a crack at the message and then perform further processing,...
domehead100@...
domehead100
Offline Send Email
Jan 9, 2007
2:15 am
14135
<domehead100@...> wrote in message news:010920070145.10480.45A2F39F0002A126000028F02205886014CFCFCE0B0E0A080A03010B@... ... LRESULT lResult =...
Igor Tandetnik
itandetnik
Offline Send Email
Jan 9, 2007
2:57 am
14136
Thank you Sir! Good point about EN_CHANGE, I'll definitely have to do that. I do already have a rather complex OnPaste handler that does validation and then...
domehead100@...
domehead100
Offline Send Email
Jan 9, 2007
3:51 am
14137
Okay, I think I figured out one way to do it... class CMyEdit : public CWindowImpl<CMyEdit, CEdit> { public: DECLARE_WND_SUPERCLASS(NULL,...
domehead100@...
domehead100
Offline Send Email
Jan 9, 2007
3:51 am
14138
<domehead100@...> wrote in message news:010920070304.8815.45A3065600061E730000226F2200734748CFCFCE0B0E0A080A03010B@... ... Make sure to include...
Igor Tandetnik
itandetnik
Offline Send Email
Jan 9, 2007
4:17 am
14139
Hi all, Of course WTL is more basic than MFC in many aspects, but then, on the other hand, it can do magic things. One experiment I did yesterday was the...
Ingar Steinsland
ingarrune
Offline Send Email
Jan 9, 2007
10:44 am
14140
... See REFLECT_NOTIFICATIONS, REFLECTED_COMMAND_HANDLER, REFLECTED_NOTIFY_HANDLER et al. -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly...
Igor Tandetnik
itandetnik
Offline Send Email
Jan 9, 2007
4:10 pm
14141
Thanks yet again. CString was one of the things that has been confusing me. After I included atlstr.h in my stdafx.h, I got a zillion compiler errors about...
Michael Stephenson
domehead100
Offline Send Email
Jan 9, 2007
4:25 pm
14142
Thanks Jim. That makes sense (I think, still a little fuzzy, but experimenting should help clear things up). I will try your suggested approach, see how it...
Michael Stephenson
domehead100
Offline Send Email
Jan 9, 2007
5:11 pm
14143
Hi Igor, Thanks a lot. :-) Ingar ... -- _________________________________________________________________________ Ingar Rune Steinsland, LabelCraft AS, P.O....
Ingar Steinsland
ingarrune
Offline Send Email
Jan 9, 2007
8:16 pm
14144
Hi all, One general question about making WTL wrapper classes for some common dialog controls: Say I want to make a wrapper class, CMyEdit, for the CEdit...
Ingar Steinsland
ingarrune
Offline Send Email
Jan 9, 2007
11:05 pm
14145
... You have just participated in the thread where precisely this question has been asked, and answered. The one with the subject of "How to call base class...
Igor Tandetnik
itandetnik
Offline Send Email
Jan 10, 2007
12:25 am
14146
I'm writing a pure simple windows program using WTL. I have nothing to do with COM or OLE, but by using WTL, my EXE relies on OLE32.dll and Oleaut32.dll. One...
enjoy_yjh
Offline Send Email
Jan 10, 2007
3:15 am
14147
... Hi, It's not related to WTL. Open YourProjectName Property Pages from the project inspector of your MSVS and go to Configuration...
v_s_ha
Offline Send Email
Jan 10, 2007
6:34 am
14148
... ATL has dependencies on ole32.dll and oleaut32.dll that are hard to eliminate. It really doesn't matter though, because these DLLs are present in all...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 10, 2007
11:40 am
14149
Hi Igor, Sorry, I didn't read my mail properly the last two days. My fault. 10-0 to you. So I will do LRESULT lResult = DefWindowProc(uMsg, wParam, lParam); //...
Ingar Steinsland
ingarrune
Offline Send Email
Jan 10, 2007
2:21 pm
14150
I am curious, in the original post Ingar request how to call the base class *before* doing our work : CMyEdit::OnChar (...) { CEdit::OnChar(...) // do my...
Peter Carlson
carlson_home
Offline Send Email
Jan 10, 2007
4:07 pm
Messages 14121 - 14150 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