Hi, I am pretty new to developing with WTL. In my code there is a FileDialog class (based on CFileDialogImpl) and I want this dialog to start wir Thumbnail...
... I ... Take a look at CFileDialogEx in atldlgs.h. There is an ExFlags parameter in the constructor that does what you want. If you still need to derive...
... That's only for Windows CE. On "normal" Windows, there's no documented method - you'd have to hack it by sending a WM_COMMAND message to the DefView window...
... documented method - you'd have to hack it by sending a WM_COMMAND message to the DefView window with the undocumented command ID of 28717. ... Doh! Thanks...
... No, the shell view still doesn't exist at that point. You have to post yourself a message - by the time the message is processed, the window will have been...
Hi all, I have a edit control impl class and associate it with a CToolTipCtrl. The tool tip shows OK. But the odd behavior is that, after I click inside the...
HI everyone, Â Â Â Â Â Sorry for bothering you again.. But it's really urgent for me to get the problem(Creating a vertical toolbar using WTL::CToolBarCtrl)...
Is it possible to do a dialog based app (i.e. main window is a dialog) which is tabbed. If yes, how do I go about do this - do I need to change Main Window ...
... There is a sample that may have what you want in the group files area. Click the Files link at the left on the group home page, and take a look at...
See also PSApp.zip : A small PPC and Desktop sample using a PropertySheet as view or modal window application. cheers, AR ... dialog) ... Window ... way. ... ...
What happened when you just created the toolbar with the vertical window that you wanted? There are a lot of articles concerning WTL at CodeProject, and it ...
What happened when you just created the toolbar with the vertical window that you wanted? There are a lot of articles concerning WTL at CodeProject, and it ...
Thanks a lot. All 3 PSApp, PSModal & Tabbed Dialog are just what I am looking for. However, I am confused as to what's the difference between PSModal & PSApp. ...
Hi, I've been scouring this group and the web for a best-practice for creating an app that utilizes multiple top-level windows, and in vain... I have a main...
Hi Mike, ... I've not tried to do what you are aiming for, but by parenting the new window to m_hWnd you are guaranteeing that it will be created as a child ...
... vain... ... I think that is basically what the "Multiple Threads SDI" application type is in the ATL/WTL Appwizard. Just select "Multiple Threads SDI" as...
... toolbar using WTL::CToolBarCtrl) done. I tried in many ways, and not successed any time. Seems you are familiar with MFC, so you are aware that the...
hello i hope this will be useful for you. here is the way i use that purpose, example with 5 views regards jjc class CMainFrame : public CFrameWindowImpl<...
mmlpwt <mml6364@...> wrote:My next attempt would be to not use CWindowImpl, but use CFramewWindowImpl for the secondary top-level windows. But, I have a ...
... CWindowImpl, but use ... popup won't appear in the taskbar. Using a CFrameWindowImpl derived class with the parent window set to NULL will work fine ... ...
Hello, I am new to this group but have many years programming experience, much of it using Borland C++ Builder and Borland Delphi. I have been using WTL 7.5...
I have a CFrameWindowImpl<>-based window. In my WM_CREATE handler, I load values for the last location and size of the window and call MoveWindow() with them....
I restore my main window's position and size in my main module's Run method, after calling wndMain.CreateEx and before ShowWindow. I save the main window's...
Thanks. That works perfectly. I find it strange that MoveWindow in the same place (between CreateEx and ShowWindow) doesn't. But I guess SetWindowPlacement...
... vertical ... to ... /////////////////////////////////////////// Hi John, It's kind of you for your help. But what you refered to is not fit for my...
... vertical ... to ... /////////////////////////////////////////// Hi John, It's kind of you for your help. But what you refered to is not fit for my...
... not ... in ... a ... and ... nonclient ... to ... on, ... button ... window ... tooltip ... could ... ////// Hi Mike, I'm so apprieciated for your help....
... not ... in ... a ... and ... nonclient ... to ... on, ... button ... window ... tooltip ... could ... ////// Hi Mike, I'm so apprieciated for your help....