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@...
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...
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...
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()...
... 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...
"qwertyqaa" <maskofzero@...> wrote in message news:cji5lt+4n4a@eGroups.com ... (Disclaimer: I am not a lawyer). I strongly suspect it would be illegal ...
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...
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...
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...
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...
... 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...
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. ...
... 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 ...
... If somebody would like to participate just drop me email, please. Email is news @ terrainformatica com Andrew Fedoniouk. Terra Informatica Software, Inc. ...
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...
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...
... 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...
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...
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...
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...
... 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...
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...
... 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...