Re: Popup-Menu
- From: r_z_aret@xxxxxxxxxxxx
- Date: Thu, 23 Jul 2009 17:11:01 -0400
On Thu, 23 Jul 2009 11:33:26 +0200, Ernst Sauer
<Sauer-Ernst@xxxxxxxxxxx> wrote:
r_z_aret@xxxxxxxxxxxx schrieb:
On Tue, 21 Jul 2009 14:59:23 +0200, Ernst Sauer
<Sauer-Ernst@xxxxxxxxxxx> wrote:
r_z_aret@xxxxxxxxxxxx schrieb:
On Sat, 18 Jul 2009 21:41:11 +0200, Ernst SauerBut first I need a message who shows me that I did
<Sauer-Ernst@xxxxxxxxxxx> wrote:
Hello,I would start with the CreatePopupMenu function (straight Win32).
how can I create a PopupMenu on my screen (like WordMobile)
a long type in my edit field.
What do you mean by "did a long type"? I assumed it meant "entered a
long string into my edit box".
Which WM is this?
WM_CHAR to catch each letter.
EN_UPDATE to catch each edit box refresh
EN_CHANGE to catch changes in edit box text
This is not what I'm looking for.
I need something like ON_WM_NCHITTEST, but here I get
"error C3861: 'ON_WM_NCHITTEST': identifier not found"
Why are you trying to handle WM_NCHITTEST, which is for mouse
movements? That seems too low a level for the purpose you described.
Thanks
Ernst
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 400
Boston, MA 02116
www.penfact.com
.
- Follow-Ups:
- Re: Popup-Menu
- From: Ernst Sauer
- Re: Popup-Menu
- References:
- Popup-Menu
- From: Ernst Sauer
- Re: Popup-Menu
- From: r_z_aret
- Re: Popup-Menu
- From: Ernst Sauer
- Re: Popup-Menu
- From: r_z_aret
- Re: Popup-Menu
- From: Ernst Sauer
- Popup-Menu
- Prev by Date: how to modify clog.db ?
- Next by Date: Re: Popup-Menu
- Previous by thread: Re: Popup-Menu
- Next by thread: Re: Popup-Menu
- Index(es):
Relevant Pages
|