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 10055 - 10084 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10055
Hi Andrew, ... Interesting, I'll check it out. I want to allocate thousands of objects that I will be disposing of all at once. I have experienced GC-related...
Adelle L. Hartley
adelle@...
Send Email
Oct 1, 2004
7:05 am
10056
In My ATL code I developed one module for Printing. In my print dialog I have facility to select Network printer. For a report I am using Crystal report for...
akshay harsulkar
akshayhh
Offline Send Email
Oct 1, 2004
11:10 am
10057
Hello all. I have atl 7.1. I don't undestand how does CWindowImplBaseT< TBase, TWinTraits >:: WindowProc() works (see atlwin.h, line 3002). template <class...
mosunovpa
Offline Send Email
Oct 1, 2004
12:24 pm
10058
... Thank you very much for sharing your expertise and taking the time to answer me. You were very helpful. Carl...
cengman7
Offline Send Email
Oct 1, 2004
1:05 pm
10059
Why do you say that pThis->m_dwState & WINSTATE_DESTROYED... is called after the pThis has been destroyed. Even from the code you pasted, the OnFinalMessage()...
Bjarke Viksøe
bviksoe
Offline Send Email
Oct 1, 2004
2:12 pm
10060
... you ... would ... on ... code ... the ... Hi Bjarke, I've wondered about this also and just chalked it up to not understanding how the WindowProc function...
Roger Headrick
lilsroro
Offline Send Email
Oct 1, 2004
2:38 pm
10061
"qwertyqaa" <maskofzero@...> wrote in message news:cji5lt+4n4a@eGroups.com ... (Disclaimer: I am not a lawyer). I strongly suspect it would be illegal ...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 1, 2004
3:08 pm
10062
Igor, Long term it may be possible to have the controls modified. Can the control interfaces be derived from the same abstract class I tried to create, and...
cengman7
Offline Send Email
Oct 1, 2004
3:37 pm
10063
"cengman7" <cengman7@...> wrote in message news:cjjtgr+7s94@eGroups.com ... A control can have multiple source interfaces. You can define a common ...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 1, 2004
3:59 pm
10064
... (CWindowImplBaseT< ... wParam, ... lParam); ... (pThis->m_hWnd, ... lParam); ... GWLP_WNDPROC, (LONG_PTR)pThis- ... in ... (lRes = ... destroyed. ... && ...
Roger Headrick
lilsroro
Offline Send Email
Oct 1, 2004
6:24 pm
10065
The acronym stands for WindowLessTL (or Windowless WTL) Idea is to create sort of framewok or set of windowless standard controls and containers. J-SMILE...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
Oct 1, 2004
8:48 pm
10066
The acronym stands for WindowLessTL (or Windowless WTL) Idea is to create sort of framewok or set of windowless standard controls and containers. J-SMILE...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
Oct 1, 2004
9:00 pm
10067
"Andrew Fedoniouk" <news@...> wrote in message news:cjkfrj$54d$1@... ... Sounds like XUL (http://www.mozilla.org/projects/xul/) to...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 1, 2004
9:01 pm
10068
Sounds absolutely excellent! Even though there are not many windowless controls around I've always been for them. One of the things I don't like about the .NET...
Miguel Hasse de Olive...
miguelhasse
Offline Send Email
Oct 1, 2004
9:59 pm
10069
... Hi, Igor, Yep, CSS and especially system of style selectors (http://www.w3.org/TR/CSS21/selector.html#q1) could be pretty useful in UI design. Application...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
Oct 1, 2004
10:09 pm
10070
Here is a screenshot of demo application having CSS styled UI http://www.terrainformatica.com/org/wltl/sample.png It is WTL with HTMLayout at the background. ...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
Oct 1, 2004
10:38 pm
10071
... Got one :) Thanks Miguel! ... DataBinding is one big philosophical question. I saw a lot of attempts to use them but ... (probably I should clean my ...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
Oct 1, 2004
11:17 pm
10072
Sounds very intresting. How we can work for it? ... From: "Andrew Fedoniouk" <news@...> To: <wtl@yahoogroups.com> Sent: Saturday, October 02,...
cr999
cr_999
Offline Send Email
Oct 2, 2004
2:07 am
10073
... If somebody would like to participate just drop me email, please. Email is news @ terrainformatica com Andrew Fedoniouk. Terra Informatica Software, Inc. ...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
Oct 2, 2004
2:47 am
10074
In my ATL code I developed module for print dialog by which I can select network printer. In my code print Crystal report . I got success to get default...
akshay harsulkar
akshayhh
Offline Send Email
Oct 4, 2004
4:03 pm
10075
I'm trying to implement custom buttons in WTL. I found a good example that implements XP-like button. I modified it to create round buttons that have gradient...
peter
telepet9
Offline Send Email
Oct 4, 2004
5:37 pm
10076
... Is the parent of the button reflecting its WM_DRAWITEM message back to the button via REFLECT_NOTIFICATIONS()? Thats typically how a control would get the...
Roger Headrick
lilsroro
Offline Send Email
Oct 4, 2004
5:56 pm
10077
Hello Akshay, ... boolVal is not a bool, it's of type VARIANT_BOOL, so you should assign it either VARIANT_TRUE (-1) or VARIANT_FALSE (0). ... There are a...
Kim Gräsman
kimgrasman
Offline Send Email
Oct 4, 2004
5:59 pm
10078
"peter" <telepet9@...> wrote in message news:20041004173658.24475.qmail@... ... The parent window of your button needs to have...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 4, 2004
6:17 pm
10079
Now it does :) Thank you Roger. By the way I fixed the problem with font change. Your suggestion that I am loosing the scope because I use = instead of...
peter
telepet9
Offline Send Email
Oct 4, 2004
6:28 pm
10080
Yes, I did not added REFLECT_NOTIFICATIONS. Thank you. ... "peter" <telepet9@...> wrote in message news:20041004173658.24475.qmail@......
peter
telepet9
Offline Send Email
Oct 4, 2004
7:09 pm
10081
I'm not really seing this. This code changes slightly with each ATL version, mostly, it seems, to deal with this exact problem. The new checks/states appears...
Bjarke Viksøe
bviksoe
Offline Send Email
Oct 4, 2004
11:39 pm
10082
... ATL ... new ... == ... pending. ... terminates. ... Hi Bjarke, Here's what I figured out the other day when I was looking at this problem. While a window...
Roger Headrick
lilsroro
Offline Send Email
Oct 5, 2004
3:20 am
10083
Unfortunately I'm not able to reproduce this. Either you must be on WinXP (which I'm not) or doing something naughty in your message handlers. The 0xFEEEFEEE...
Bjarke Viksøe
bviksoe
Offline Send Email
Oct 5, 2004
8:12 am
10084
... on ... Yes, I'm using XP and ATL7.1/WTL7.5. All I'm doing is creating an out-of-the-box MDI Project with the WTL wizard and inserting the following in...
Roger Headrick
lilsroro
Offline Send Email
Oct 5, 2004
9:43 am
Messages 10055 - 10084 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