Hi, I think you do not need it since CWindow is a very ligthweigth class, you only need to use the contex constructor: HWND hwnd = /* initialize the window...
I am just trying the new TabView in WTL 8. If I use the TabView in a SplitterWindow, when the program starts, the TabView won't display properly, the problem ...
re-send... I am just trying the new TabView in WTL 8. If I use the TabView in a SplitterWindow, when the program starts, the TabView won't display properly,...
Interesting problem. This is what is going on: UpdateLayout for the frame window is called in OnCreate. At that point tab control is not visible (nothing is),...
Hi Maciej, This sounded like a Vista specific problem. We haven't been doing testing on Vista yet, especially because SP1 update is not yet finished. I tried...
What you maybe could do is add an additional handler to your main frame to be called after initialization is complete. So, maybe you create an OnPostCreate...
... needed, ... frame ... from ... will ... the problem is that IsWindowVisible returns false not only if the window does not have the WS_VISIBLE style, but...
I've noticed that there is a new CTabView in WTL. But before that, I even don't know its existence for long. And recently a new version of WTL 8 has been...
That is a good idea, that would work as well. But, I don't think that we should check for visibility at all - the check doesn't really save much. Cheers, Nenad...
CTabView was added on Monday, so you couldn't see it before anyway. WTL 8 is a work in progress - the releases are incremental to cover things that were added....
WTL's accelerator's support is as good as MFC's. But if a MFC command ID is disabled by UI update, its accelerator will also be disabled. But it seems...
Since WTL's UI update function is different from MFC, is it possible to use UI update in a view class, not a FrameWnd? Someitmes it's better to update UI in...
On mobile platform, I need to forge my application to work in landscape mode. How to set it up inside the code? Is there a function to call during OnInitDialog...
Hi, I installed WTL wizards for Visual C++ 2005 and when I try to create new project for Pocket PC 2003 or Windows Mobile 5.0 for Pocket PC, I get following...
Hi Mateusz, Please, give more info: supporting development platform and steps from VS2005 File->New->Projects Thanks, AR _____ De : wtl@yahoogroups.com...
... Hi Gilad, You can derive your dialog class from the dual template CStdOrientedDialogImpl(PPC only)or from the resizing CStdDialogResizeImpl (PPC and...
Or for a Dialog-based app in the WTL 8 AppWizMobile: Application Type->Dialog based->Orientation aware: select the option. _____ De : wtl@yahoogroups.com...
Hi, I am looking to create a custom control, i.e. my own drawing and everything inside it and not subclassing any existing control. I tried searching for any...
Depends on what kind of control, but typically if you want to change the behavior of a class, you would derive from that class' CxxxxImpl class. So if you...
It sounds like you are talking about creating a control based on CWindowImpl. This basically amounts to coding a Create method that does the initialization,...
Thanks very much for this little gem, btw...it's always nice to see repositories like this one. ... [Non-text portions of this message have been removed]...
hello everyone ! I'm a novice programmer. Rescently ,i decide to program in WinCE. I used to program in PC Windows (VC6.0 & WTL) . i heard that WinCE doesn't...
... STL support (and C++ in general) is not a matter of Windows CE but of a compiler you use. If you use eVC++ 3.0 or 4.0, then yes you can find some issues. ...