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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 8137 - 8166 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8137
"geraldolmr" <geraldol@...> wrote in message news:c1rf7f+humn@.... ... I see the same behavior in Explorer, in Folder tree. Come to think of ...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 1, 2004
4:43 pm
8138
Hi everyone, A couple of issues with menu underlining: 1. It used to work that if you press the Alt key the menu underlining would appear while Alt was...
Menningen, Kevin
kmenningen
Offline Send Email
Mar 1, 2004
5:05 pm
8139
... A good guideline is to always follow the operating system. Office changes its interface far too often and with too little need to bother keeping up with. I...
Pete Vidler
p_vidler
Offline Send Email
Mar 1, 2004
5:13 pm
8140
Yes it is a user setting, but I'm trying to get the proper messages to CCommandBarCtrl so that it respects the setting. Standard apps will show the underlines...
Menningen, Kevin
kmenningen
Offline Send Email
Mar 1, 2004
6:18 pm
8141
Well, I'm still seeing a black drop down list in the area not covered by the strings. I was able to get rid of it, but lose all reflected notifications. ...
Mark Schmidt
markhsch
Offline Send Email
Mar 1, 2004
8:06 pm
8142
... underlining would ... supposed to do ... is ... and ... You shouldn't have to do anything. The CCommandBarCtrl is supposed to act just like a standard...
Roger Headrick
lilsroro
Offline Send Email
Mar 1, 2004
8:14 pm
8143
... covered by the ... notifications. ... insight in ... message map ... fine. ... different ... why removing ... something I can ... control ... Hi Mark, It...
Roger Headrick
lilsroro
Offline Send Email
Mar 1, 2004
8:54 pm
8144
Roger! You da man! That did the trick. I've been pulling my hair out over this for way too long. Your explanation makes sense too. Now I can close this...
Mark Schmidt
markhsch
Offline Send Email
Mar 1, 2004
9:05 pm
8145
Hello. ... You can try my CFullScreenFrameWindow class: #ifndef __conr_FullScreenFrameWindow_h__ #define __conr_FullScreenFrameWindow_h__ #pragma once ...
Vitaliy Shittz
ru_vit
Offline Send Email
Mar 1, 2004
9:24 pm
8146
Roger and/or others, Suppose you don't happen to also know why the text for checkboxes are displayed with a gray background rather than the theme background? ...
Mark Schmidt
markhsch
Offline Send Email
Mar 1, 2004
10:11 pm
8147
... are ... Assuming that the parent of the checkbox has REFLECT_NOTIFICATIONS() in its message map, it could be the same problem that you had with ...
Roger Headrick
lilsroro
Offline Send Email
Mar 1, 2004
10:56 pm
8148
I really like the resizable dialog's ability to occupy and use all the available space when growing. But when the dialog is shrunk beyond its minimum size, I...
Cata R.
nick_r75
Offline Send Email
Mar 2, 2004
2:35 pm
8149
Hi, I'm trying to learn WTL and would like to convert some C code to WTL. I would like to know wether operator overloading is allowed in WTL. Kind regards, ...
Ljubisa Knezevic
ljubeknez
Offline Send Email
Mar 2, 2004
8:06 pm
8150
"Ljubisa Knezevic" <ljube@...> wrote in message news:c22mee+siqt@.... ... I don't think WTL defines any operators, so it won't care about...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 2, 2004
8:10 pm
8151
Hi all, I have an edit control and I can catch the various VK messages, but I'm trying to stop the beeping that occurs. In MFC I would just return without ...
Mike Frith
mwfrith
Online Now Send Email
Mar 2, 2004
9:33 pm
8152
... Post your code! I can't comment much without it. I remember doing something similar with the tab key. Are you setting the "bHandled" parameter to true? ...
Rick Parrish
ultra_wide_band
Offline Send Email
Mar 2, 2004
9:38 pm
8153
// TempEdit.cpp: implementation of the TempEdit class. // ////////////////////////////////////////////////////////////////////// Rick, LRESULT...
Mike Frith
mwfrith
Online Now Send Email
Mar 2, 2004
10:06 pm
8154
... lParam, BOOL& ... Hi Mike, I believe its WM_CHAR that beeps. I don't remember why, but I don't think handling WM_KEYDOWN prevents a WM_CHAR message from...
Roger Headrick
lilsroro
Offline Send Email
Mar 2, 2004
10:28 pm
8155
Thanks Roger, I forgot about that, WM_CHAR doesn't handle VK_RETURN and I focused on OnKeyDown. Beeping is gone now. :) Thanks Mike...
Mike Frith
mwfrith
Online Now Send Email
Mar 2, 2004
10:39 pm
8156
... It should do, if the the edit control is in a dialog box and you return DLGC_WANTALLKEYS in response to WM_GETDLGCODE. But then, the same is true of...
Jim Barry
jim_barry.geo
Offline Send Email
Mar 3, 2004
12:00 am
8157
Jim, you are correct. Mike...
Mike Frith
mwfrith
Online Now Send Email
Mar 3, 2004
12:12 am
8158
Ok, I've totally lost what I was doing. I want my edit control to do some work on VK_RETURN but pass on other keys. I thought it would something like: LRESULT...
Mike Frith
mwfrith
Online Now Send Email
Mar 3, 2004
12:35 am
8159
Hi Mike; Since you're in a dialog, you're probably using the dialog style message loop which includes a call to IsDialogMessage(). The TAB key (and perhaps the...
Rick Parrish
ultra_wide_band
Offline Send Email
Mar 3, 2004
12:45 am
8160
Hello WTLers, Are there any tricks to getting CDialogResize to work properly? I've been followng the tutorial on CodeProject by Michael Dunn, but I'm having a...
Matthew Attaway
jasper_spoon...
Offline Send Email
Mar 3, 2004
12:49 am
8161
See if this helps: KB Article KB102589 "HOWTO: Use the ENTER Key from Edit Controls in a Dialog Box" -- With best wishes, Igor Tandetnik "For every complex...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 3, 2004
12:57 am
8162
... You need to set the "Border" style to "Resizing" in the dialog editor. -- Jim Barry, MVP for Windows SDK...
Jim Barry
jim_barry.geo
Offline Send Email
Mar 3, 2004
1:31 am
8163
... I think you need to make it a multiline edit control. -- Jim Barry, MVP for Windows SDK...
Jim Barry
jim_barry.geo
Offline Send Email
Mar 3, 2004
1:35 am
8164
It doesn't beep, but functionality is a bit off - tab moves you in the edit control, not to the next control. Mike...
Mike Frith
mwfrith
Online Now Send Email
Mar 3, 2004
2:13 am
8165
Actually I'm in a Composite Control, which lives in an HTML dialog that lives in an MFC modeless dialog....
Mike Frith
mwfrith
Online Now Send Email
Mar 3, 2004
3:15 am
8166
... OK, now get rid of your WM_GETDLGCODE handler completely - a multiline edit automatically returns DLGC_WANTALLKEYS, and performs a bit of extra processing...
Jim Barry
jim_barry.geo
Offline Send Email
Mar 3, 2004
3:44 am
Messages 8137 - 8166 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