I am using the method outlined in alpha for loading 24 bit images into the toolbar, works fine. I want to do the same thing for some small icons I use in a...
I have a class that derives from CFrameWindowImpl and I want to remove the title bar from the window. I've tried using the WS_DLGFRAME style to remove the...
I have a WTL COM Server, the _Module is a CServerAppModule. When it is invoked as a COM object, I need to disable the delayed shutdown. Back in ATL 7.1 I was...
Hi, I have come into a strange situation with a pocket PC app. The device is an HP iPAQ running Pocket PC 2003. Perhaps the question is slightly off topic, ...
see the comment of the code below. why doesn't it work right? and can anybody shows me an example about CToolTipCtl? void Init(HWND hWnd, LPCTSTR lpstrName) { ...
By the way, here is all I did at the top of a CMainFrame's OnCreate handler: ModifyStyle(WS_DLGFRAME, 0, SWP_FRAMECHANGED); and that removed the caption bar...
I have created a WTL tab-dialog-based application with a CTabView and each tab page is a dialog so that could use the dialog editor. I'd like to create the...
I declare the window in my header file: DECLARE_FRAME_WND_CLASS_EX( _T("MyNewWindow"), 0, WS_CHILD, COLOR_WINDOW ) BEGIN_MSG_MAP( MyWindow ) MESSAGE_HANDLER(...
... As a note, it might be easiest to create each page dialog but keep it hidden and then calculate the required rect that way. I think that's how the ...
... I'm puzzled as to why you're attempting to create a frame window with the WS_CHILD style. Perhaps you can explain exactly what you're trying to do here? ...
Thanks, Michael; I had read this article: http://blogs.msdn.com/oldnewthing/archive/2004/02/17/74811.aspx which suggested that I really want to use MapDlgRect....
Hi Dick, I'm a little unclear on the window heirarchy, but it sounds like you have a MainFrame -> Tab View -> Various dialogs for the tabs. Of course, if...
Hi WTL developers, Have you seen this problem before? When running code inside OnWizardFinish() or OnOK(), user can't switch to Windows Explorer. Usually this...
Hi all, My article Unusual but Useful Dialog-based Classes Designed for Specialization is selected for CodeProject's December competition, but has not been...
Thanks Pablo, It had only 4 votes when I posted yesterday, so thanks to the WTL community. Don't stop, vote ends next Sunday. Thanks again, AR ... From:...
Hiya, ... I've not used QT, but by the sound of it CString::GetBuffer() could be the one you are looking for. Cheers, Anna x http://www.riverblade.co.uk MSN...
Or perhaps CString::GetBufferSetLength() _____ From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of Anna-Jayne Metcalfe Sent: Friday, December...