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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 13282 - 13311 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13282
Thanks, Ryan. Does WTL come with regular expression libraries? Regards, Alex ... libraries for...
cwalexlai
Offline Send Email
Feb 1, 2006
1:55 pm
13283
I have been playing around with CListViewCtrl. But when i try to edit a sub item using LVN_BEGINLABELEDIT to subclass the edit control and WM_WINDOWPOSCHANGING...
coldstar_se
Offline Send Email
Feb 1, 2006
1:56 pm
13284
... ATL 7 has CAtlRegExp etc. -- Jim Barry, MVP (Windows SDK)...
Jim Barry
jim_barry.geo
Offline Send Email
Feb 1, 2006
2:18 pm
13285
WTL no. ATL does. Best Regards, Serhiy Serbin ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of cwalexlai Sent: Wednesday, February 01,...
Serhiy Serbin
srs@...
Send Email
Feb 1, 2006
2:28 pm
13286
#include <atlrx.h> Yes, that worked nicely! It does not add too much weight to my application which is embedded in a web page. Thanks a lot! Alex...
cwalexlai
Offline Send Email
Feb 1, 2006
2:31 pm
13287
Hi I need to create various external modules that need to be written in ATL/WTL and that get loaded (LoadLibrary) into a WTL app. How do I do this? Thanks ...
Peter Hinz
peterhinz
Offline Send Email
Feb 1, 2006
3:06 pm
13288
Am I correct in thinking that the following code from CMessageLoop is at fault (from v7.5): virtual BOOL OnIdle(int /*nIdleCount*/) { for(int i = 0; i <...
Rob Marsden
rmarsdena
Offline Send Email
Feb 1, 2006
4:58 pm
13289
Head over to www.codeproject.com and/or www.codeguru.com -- both sites have lots of examples of list view controls, including subitem editing. These examples...
Jeff Henkels
jhenkels
Offline Send Email
Feb 1, 2006
8:04 pm
13290
... is at ... Well, yes - depending on how you want your idle-update to flow. Most likely you'll want to write a derived version of the class and overwrite...
Bjarke Viksøe
bviksoe
Offline Send Email
Feb 1, 2006
8:26 pm
13291
... Hmmm... I was thinking about that. I rather fancy the idea of a worker thread. That would also save a state machine. The only problem I have is getting the...
Rob Marsden
rmarsdena
Offline Send Email
Feb 1, 2006
9:38 pm
13292
Hi all, This is probably a silly question with a simple answer, but I'm stuck :-) I'd like to have something like this: class BaseDialog : public...
Marko Bozikovic
enbozho
Online Now Send Email
Feb 2, 2006
8:44 pm
13293
... Due to popular demand, as of ATL8 (VC2005) IDD can optionally be a member variable, which the derived class can simply set to a different value. In earlier...
Igor Tandetnik
itandetnik
Offline Send Email
Feb 2, 2006
9:32 pm
13294
... I'm aware of that workaround, but I'd like to be able to upclass DerivedDialog objects to BaseDialog class :-) -- Marko ICQ: 5990814 I'm not under the...
Marko Bozikovic
enbozho
Online Now Send Email
Feb 2, 2006
10:11 pm
13295
... Hm, I tried this with WTL 7.5 and it seems to work :) -- Marko ICQ: 5990814 I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just...
Marko Bozikovic
enbozho
Online Now Send Email
Feb 2, 2006
10:21 pm
13296
... Yes, for some reason I thought it is new in ATL8, but I checked and it is fixed since at least ATL7.1. It definitely didn't work in ATL3 (VC6). ...
Igor Tandetnik
itandetnik
Offline Send Email
Feb 2, 2006
10:48 pm
13297
I can use the WTL Appwizard for VC++2005 EE and it works fine when I start new projects of SDI, MultiThread SDI and MDI. However when I try to create a new...
John Sents Jr.
jsents
Offline Send Email
Feb 4, 2006
8:45 pm
13298
Hi John, The reason that this is happening is because VC++ 2005 Express does not have resource editor. WTL App Wizard is trying to open dialog template in...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Feb 6, 2006
9:29 am
13299
Thanks Nenad ! Exactly and completely correct. I went to the project directory later that night (or earlier that morning) and lo & behold all the files where...
John Sents Jr.
jsents
Offline Send Email
Feb 6, 2006
2:59 pm
13300
why people always said that WTL is not type safe,what does it mean,could you tell me?or tell me where i can find the answer,thanks a lot.:)...
feimancn
Offline Send Email
Feb 7, 2006
1:36 pm
13301
Mainly because of the macro mayhem. Although I'm just starting to code using WTL, I haven't had any troubles with this issue....
Michelangelo Partipilo
mike2001ve
Offline Send Email
Feb 7, 2006
1:59 pm
13302
I hope the article at the URL: http://www.geocities.com/krishnapg/InitCommonControls_h.html with regard to the InitCommonControlsEx() function would prove to...
P.GopalaKrishna
krishnapg
Offline Send Email
Feb 8, 2006
1:12 pm
13303
All that has to be done to see this issue is include wtlext.h, no code required. The WTL sample 'Web Win32/WTL Hybrid' has this issue under Visual C++ 2005 as...
chris
cnthomas
Offline Send Email
Feb 8, 2006
4:31 pm
13304
... IMHO, WTL is type-safe. :-) http://p-stade.sourceforge.net/ketchup/index.html Regards, MB...
MB
mb2sync
Offline Send Email
Feb 9, 2006
3:49 pm
13305
... It should read "WTL CAN BE type-safe"...
Michelangelo Partipilo
mike2001ve
Offline Send Email
Feb 9, 2006
4:13 pm
13306
Hi, does anybody know how to change the tooltip delay for the TreeViewCtrl with TVS_INFOTIP style. If not how to use SetToolTips? I tried to set-up my own...
Serhiy Serbin
srs@...
Send Email
Feb 9, 2006
4:19 pm
13307
could u tell me why should read "WTL can be type safe"???please __________________________________________________ ...
feiman lei
feimancn
Offline Send Email
Feb 10, 2006
4:09 am
13308
Hi, gurus. I wrote a draft of Boost.Range support for ATL/WTL collections and strings. Check "wtl_range 0.90.0" at: ...
MB
mb2sync
Offline Send Email
Feb 10, 2006
3:46 pm
13309
Using p-stade you can make type-safe message maps. Maybe some other things too....
Michelangelo Partipilo
mike2001ve
Offline Send Email
Feb 10, 2006
8:26 pm
13310
Hi, I'm trying to create a very narrow, vertical-ish wizard with the PSH_WIZARD_LITE style. I've noticed that there appear to be a hard minimum width for a ...
He Shiming
billholtsh
Offline Send Email
Feb 11, 2006
1:00 pm
13311
... expand ... page ... I found the solution to this problem on http://www.codeproject.com/wtl/wizview.asp . Thanks anyway. He Shiming...
He Shiming
billholtsh
Offline Send Email
Feb 11, 2006
4:52 pm
Messages 13282 - 13311 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