Search the web
Sign In
New User? Sign Up
wtl · WTL support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8000 - 8029 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8000
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...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 2, 2004
11:33 pm
8001
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>...
Rodrigo Strauss
rodrigostrauss
Offline Send Email
Feb 3, 2004
1:59 pm
8002
... another dialog ... get ... but is ... sure. To ... but I ... Since CHyperLink derives from CWindowImpl, it wont work as a CContainedWindow. If the...
Roger Headrick
lilsroro
Offline Send Email
Feb 3, 2004
3:32 pm
8003
... didn't ... CHyperLink, ... method ... The HLINK_NOTIFYBUTTON extended style affects only what happens when the control is clicked. So I would think there...
Roger Headrick
lilsroro
Offline Send Email
Feb 3, 2004
3:57 pm
8004
... 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...
johndiiix
Offline Send Email
Feb 3, 2004
4:09 pm
8005
It works! Thank you!...
Rodrigo Strauss
rodrigostrauss
Offline Send Email
Feb 3, 2004
4:14 pm
8006
Hi, It's a normal SDI app using a dialog as its main view. Just the appwizard generated code when you set view to Form (or whatever). I am calling...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 3, 2004
4:25 pm
8007
... 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...
Roger Headrick
lilsroro
Offline Send Email
Feb 3, 2004
4:40 pm
8008
Is there a way to get the tool bar text labels to display in the status bar much like the menu items text strings do when you hover on them? Peter...
Peter Carlson
strcarl813
Offline Send Email
Feb 3, 2004
4:53 pm
8009
... 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...
Roger Headrick
lilsroro
Offline Send Email
Feb 3, 2004
5:08 pm
8010
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...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 3, 2004
5:27 pm
8011
Never mind, I got it working! I just changed: m_view.GetWindowRect( viewRect ); to: m_view.GetClientRect( viewRect ); Random experimentation saves the day once...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 3, 2004
5:31 pm
8012
Hi, I am trying to write a toolbar for Internet Explorer. Can anyone point me to some template(s) ? Thanks...
ted_yu
Offline Send Email
Feb 3, 2004
10:55 pm
8013
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...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 3, 2004
10:59 pm
8014
In fact, lazy people can find it here: :) http://www.codeproject.com/wtl/toolband.asp -- Pete ... Mailblocks - A Better Way to Do Email ...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 3, 2004
11:54 pm
8015
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...
Peter Carlson
strcarl813
Offline Send Email
Feb 4, 2004
2:10 am
8016
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. ...
daveydave1234
Offline Send Email
Feb 4, 2004
4:10 am
8017
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...
daveydave1234
Offline Send Email
Feb 4, 2004
5:11 am
8018
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 ...
Greg Woolley
gregwoolley
Offline Send Email
Feb 4, 2004
8:12 pm
8019
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...
Greg Woolley
gregwoolley
Offline Send Email
Feb 4, 2004
8:18 pm
8020
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...
Johann Gerell
unsygn
Offline Send Email
Feb 5, 2004
1:08 pm
8021
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...
amrithraj
amrith19
Offline Send Email
Feb 5, 2004
2:55 pm
8022
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...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 5, 2004
9:45 pm
8023
<pvidler-WTLGroup4331@...> wrote in message news:pvidler-0/FH+AMuMrCEDwtgDRaAPfadIgIaa5P@.... ... CAxWindow> ... WS_CLIPSIBLINGS ... ...
Igor Tandetnik
itandetnik
Offline Send Email
Feb 5, 2004
10:04 pm
8024
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 ...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 5, 2004
10:21 pm
8025
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...
freecoffee2004
Offline Send Email
Feb 7, 2004
9:28 pm
8026
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...
pvidler-WTLGroup4331@...
p_vidler
Offline Send Email
Feb 7, 2004
10:46 pm
8027
... 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 ...
ajhuddy2000
Offline Send Email
Feb 8, 2004
3:05 am
8028
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...
Rupen Patel
rupen.rm
Offline Send Email
Feb 8, 2004
10:59 pm
8029
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...
Tom Chen
freecoffee2004
Offline Send Email
Feb 8, 2004
10:59 pm
Messages 8000 - 8029 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help