Re:

Kaoru Kodaka <[email protected]> Sun, 19 Jan 2003 18:52:15 +0900
Newsgroups gmane.comp.windows.devel.vbcom
Message-ID <[email protected]>
Gopi,

On Mon, 25 Nov 2002 16:01:00 -0800
Gopi krishna kandukuri <[email protected]> wrote:

inline...

> 1)how can I make the popup menu invisible when I click the right button of
> the mouse on the text box

You can use *Message Hook*. In WndProc procedure, If you
click the right button of the mouse, System will send
WM_CONTEXTMENU to text box. So, you should ignore it in
WndProc procedure.

> 2)how can I make the cursur not to flicker on the text control

Is flicker meaning blink? If yes, I think you should use
SetCaretBlinkTime() function.

But, I don't know this function can make un-blink cursor...

---
| aMailAddress |
aMailAddress := '[email protected]'.

You can read messages from the VBCOM archive, unsubscribe from VBCOM, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.