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...
Show off your group to the world. Share a photo of your group with us.

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 4739 - 4768 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4739
Hello Wtl, I'm doing a custom drawn tree view control. I use both CDDS_ITEMPREPAINT and CDDS_ITEMPOSTPAINT. During CDDS_ITEMPREPAINT, I just change the...
Manish Gupta
mr_double_word
Offline Send Email
Jan 1, 2003
1:21 pm
4740
Hello, Happy New Year!!! Does anyone know where I can find a sample for a subclassed progressbar control? I have found lots of them in MFC, but not in API or...
wtl
wtlsubscriber
Offline Send Email
Jan 2, 2003
6:06 pm
4741
... I ran into this exact problem sometime last year. I reported it directly to Nenad Stefanovic, who agreed that it is an oversight. The problem may be...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 3, 2003
1:16 pm
4742
I have a tab control (CTabCtrl) implemented within an activex control. Its default position seems to be fixed in relation to the view on which it is hosted....
jldean1 <jldean1@...>
jldean1
Offline Send Email
Jan 3, 2003
9:29 pm
4743
Assuming the activex control is a composite control, you can use WTL's CDialogResize class to move/resize objects correctly. Good luck! --Kevin ... From:...
Menningen, Kevin
kmenningen
Offline Send Email
Jan 3, 2003
10:07 pm
4744
Exactly right. I will probably removed those lines, and add a note about HWND being valid only in handler functions. Cheers, Nenad ... From: Jim Barry...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jan 4, 2003
11:59 am
4745
Hello All, I am currently porting an application from MFC to MC++ but decided to reimplement the rendering (using GDI/GDI+ with WTL). I am using VS.NET 2003...
Paul Selormey
pegroups
Offline Send Email
Jan 4, 2003
2:18 pm
4746
if we assume that the problem hasn't got anything to do with the compiler you are using, it must be something in the code by default (in WTL) PostQuitMessage...
Nikos Bozinis <umeca7...
umeca74
Offline Send Email
Jan 4, 2003
3:29 pm
4747
Hello, ... Just cleaning up. Thanks for the tip. I will examine it from here. May be simply set the bHandled to false. Best regards, Paul....
Paul Selormey
pegroups
Offline Send Email
Jan 4, 2003
3:38 pm
4748
Hello there. I try to make a ListView with subitem edit feature. I have a two classes: class CLocalEdit : public CWindowImpl<CLocalEdit,CEdit> { public: ...
Nick Lawroff
kocmohabt61
Offline Send Email
Jan 5, 2003
1:10 pm
4749
... IsDialogMessage handles VK_RETURN keystrokes in order to implement the default push button. A dialog control can override this by including...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 5, 2003
3:28 pm
4750
Hi, Does any one know how to use 256 color toolbar in wtl? Thanks in advance. Regards, Lirong [Non-text portions of this message have been removed]...
Li Lirong
li_lirong
Offline Send Email
Jan 6, 2003
3:14 am
4751
I'm guessing here, but I think it's this... ATL has two supporting DLLs. One, ATL.DLL, that contains certain supporting functions. Examples: Advise, Unadvise,...
Paul Schauble
koevoet5
Online Now Send Email
Jan 6, 2003
11:46 am
4752
Hello Paul, Thanks for the explanation. I never knew of the comcat.dll. In light of your explanation, what is the means of "Not Using ATL" which is the default...
Paul Selormey
pegroups
Offline Send Email
Jan 6, 2003
12:25 pm
4753
Yep, it's a composite control. I'll try CDialogResize and see if I can get the control moved. Thanks! ... WTL's ... http://docs.yahoo.com/info/terms/...
jldean1 <jldean1@...>
jldean1
Offline Send Email
Jan 6, 2003
1:28 pm
4754
Has the TabExample been removed from the Files area? Unless I'm looking in the wrong place, I don't see it there any longer. Also, does anyone have the...
jldean1 <jldean1@...>
jldean1
Offline Send Email
Jan 6, 2003
2:33 pm
4755
Hi James, I stumbled upon the DevelopMentor samples yesterday... They're hiding at [1] & [2]. [1] http://www.develop.com/downloads/wtlpart1.zip [2]...
Kim Gräsman
kimgrasman
Offline Send Email
Jan 6, 2003
2:40 pm
4756
James - I don't see the file there either. There is an "ATLFlatTabCtrl_demo.zip" file, which might help you. You might also check out these: ...
John Wilkinson
johndiiix
Offline Send Email
Jan 6, 2003
2:59 pm
4757
This reminds me of an oddity not with WTL but with the common controls. In order to use higher color bitmaps in toolbars, tree controls, listview, etc., you...
Menningen, Kevin
kmenningen
Offline Send Email
Jan 6, 2003
3:05 pm
4758
... I meant at "higher colors", not "lower colors". You can load 16-color bitmaps just about any way you please. --Kevin...
Menningen, Kevin
kmenningen
Offline Send Email
Jan 6, 2003
3:06 pm
4759
Yes, I deleted it a while back because I figured it was just clutter. I'm trying to find it again in my archives. I'll let you know. Brandon...
Brandon Corfman <bcor...
bcorfman
Offline Send Email
Jan 6, 2003
3:08 pm
4760
Kevin, I once had this problem with an imagelist. I had to specify ILC_COLOR24 in the creation of the imagelist... hope this helps you, Peter ... From:...
D'Hoye, Peter
peter_dhoye
Offline Send Email
Jan 6, 2003
3:13 pm
4761
Hi Peter, You can use that flag if you call WTL::CImageList::Create(cx,cy,nFlags...), but I always have a bitmap to load it from, so I use ...
Menningen, Kevin
kmenningen
Offline Send Email
Jan 6, 2003
3:22 pm
4762
I see the file reappeared. :-) Thanks, Brandon. John Wilkinson WTL group moderator http://groups.yahoo.com/group/wtl ... From: Brandon Corfman...
John Wilkinson
johndiiix
Offline Send Email
Jan 6, 2003
3:28 pm
4763
His mention of it is in message 949. John Wilkinson <jwilkinson@...> wrote:James - I don't see the file there either. There is an ...
James Dean
jldean1
Offline Send Email
Jan 6, 2003
3:43 pm
4764
I don't known if my solution work in all case but anyway here it is: CBitmap bmp; bmp.LoadBitmap(IDB_BITMAP1); CImageList il; il.Create(16, 15, ILC_COLOR24 |...
Pascal Binggeli
pbinggeli
Offline Send Email
Jan 6, 2003
3:45 pm
4765
Thanks Brandon! That's a great basic example for the tab control challenged (like me <grin>). James Dean <jldean1@...> wrote: His mention of it is in...
James Dean
jldean1
Offline Send Email
Jan 6, 2003
3:49 pm
4766
hmmm... that's about what I was typing but Pascal was a bit faster :) Peter ... From: Pascal Binggeli [mailto:pascal.binggeli@...] Sent: maandag 6...
D'Hoye, Peter
peter_dhoye
Offline Send Email
Jan 6, 2003
4:04 pm
4767
You can use a hook procedure to monitor a WM_KEYDOWN message and handle it there. Igor. ... __________________________________________________ Do you Yahoo!? ...
Igor Vigdorchik
igorv007
Offline Send Email
Jan 6, 2003
10:59 pm
4768
Hello All, I am trying to replace a title of some main menu bar items. What's wrong with my code? // Get main menu HMENU hMenu = m_CmdBar.GetMenu(); // Modify...
aefimov64 <ae@...>
aefimov64
Offline Send Email
Jan 7, 2003
2:06 pm
Messages 4739 - 4768 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