Hi folks, I'm using a CDialogResize derived dialog as my main view. Unfortunately, even though I specify that the dialog size should be limited to it's initial...
Hi! I have a CHyperLink in a dialog, but I want it to open another dialog instead of running a shell command. I've tried it with CContainedWindow<CHyperLink>...
... another dialog ... get ... but is ... sure. To ... but I ... Since CHyperLink derives from CWindowImpl, it wont work as a CContainedWindow. If the...
... didn't ... CHyperLink, ... method ... The HLINK_NOTIFYBUTTON extended style affects only what happens when the control is clicked. So I would think there...
... Meaning it is a dialog-based app (not an SDI app with a dialog pasted into the client area), correct? ... Do you call CDialogResize::DlgResize_Init with...
... size ... but ... frame ... WM_WINDOWPOSCHANGING and ... the ... According to MSJ[1](the 2d Q&A), there is no easy to do what you want to do in MFC, so I...
... status bar ... Hi Peter, This was discussed in a thread that starts here: http://groups.yahoo.com/group/wtl/message/7107 It basically involves handling the...
But I already had it working with the code in my first post. The problem is that it seems to be off by 4 (possibly the frame width). I've found a better way of...
Never mind, I got it working! I just changed: m_view.GetWindowRect( viewRect ); to: m_view.GetClientRect( viewRect ); Random experimentation saves the day once...
I think there's something at http://www.codeproject.com/wtl on this. -- Pete ... From: ted_yu <ted_yu@...> To: wtl@yahoogroups.com Sent: Tue, 03 Feb 2004...
Not sure when this topped working, but....I have a rebar that hosts the menu and 4 toolbars. If I drag all the toolbars onto the same line so that the rebar...
I'm trying to use the CScrollWindowImpl to manage the scroll bars on an image pane. What I've got is very close to the BmpView sample that comes with WTL7.1. ...
Sorry everyone, Just as I sent this I got an idea. I wasn't chaining the message map for WM_SIZE correctly. Sorry, and thanks. Dave ... on ... slider...
Hello, I have an ATL project (am working towards learning WTL) and am unable to reference the WINDOWINFO structure defined within winuser.h (see bottom). I ...
I think it's okay now, changed the preprocessor commands in stdafx.h from WINVER 0x0400 _WIN32_WINDOWS 0x0410 to WINVER 0x0500 _WIN32_WINDOWS 0x0510 and now it...
Hi! The following is true for CFindFile: 1. MISFEATURE? It's not defined for Windows CE builds. Why? I can't see anything non-CE specific in there that can't...
The code will get complied, but do check whether you get information in the structure. I had once a similar problem.i did the same but i cudn't get any...
Hi, I have read various articles on using the IE ActiveX control to show a web page, so I thought I'd see how it was with WTL. I tried using the app wizard to...
Thanks! This group is so helpful! Cheers, -- Pete ... From: Igor Tandetnik <itandetnik@...> To: wtl@yahoogroups.com Sent: Thu, 5 Feb 2004 17:03:49 -0500 ...
I am using WTL. How can I update the msdn to include the documents of WTL classes and API? Also the operator . or -> for selections of methods was disable for...
Hi, Tricky questions. 1) To my knowledge there is no documentation for WTL... integrated into msdn or otherwise. Try http://www.codeproject.com/wtl for some...
... of ... Hey there, There's a 3rd party app. called Visual Assist 6 that can parse user defined directories, and provide its own type of 'intellisense'. I ...
There is no MSDN documentation for WTL because it is unsupported by Microsoft. Use this: http://www.clipcode.net/desktop/guides.htm You can't disable the . or...
Thanks for your information. I have installed Visual assist 6.0 and I think it is great! Microsoft should buy it! Best, Dullboy ... of ... Hey there, There's a...