Click here to Skip to main content
15,914,413 members
Home / Discussions / C#
   

C#

 
GeneralCharting Pin
PaleyX19-May-05 1:28
PaleyX19-May-05 1:28 
GeneralMDI Pin
Jag_K19-May-05 0:39
Jag_K19-May-05 0:39 
GeneralRe: MDI Pin
Maqsood Ahmed19-May-05 0:46
Maqsood Ahmed19-May-05 0:46 
GeneralRe: MDI Pin
gaby2r19-May-05 1:28
gaby2r19-May-05 1:28 
GeneralRe: MDI Pin
Anonymous19-May-05 3:14
Anonymous19-May-05 3:14 
QuestionMenuItem MouseOver Event? Pin
Pikebu18-May-05 23:55
Pikebu18-May-05 23:55 
AnswerRe: MenuItem MouseOver Event? Pin
Ashok Dhamija19-May-05 0:43
Ashok Dhamija19-May-05 0:43 
AnswerRe: MenuItem MouseOver Event? Pin
Gary Perkin19-May-05 1:18
Gary Perkin19-May-05 1:18 
Hi Pikebu,

The MenuItem.Select event IS raised when the user hovers their mouse over a menu item. However, I don't think this will help you.

You need to set the MenuItem.OwnerDraw property to true, and then handle the DrawItem event (which is only raised when if OwnerDraw == true ). In the DrawItem handler, you can draw your own rectangle, change the colour and font of the text, etc.

see MSDN here... MenuItem.DrawItem event[^]

Hope this helps,
Gary Perkin.
GeneralRe: MenuItem MouseOver Event? Pin
Pikebu19-May-05 1:46
Pikebu19-May-05 1:46 
GeneralRe: MenuItem MouseOver Event? Pin
Gary Perkin19-May-05 2:29
Gary Perkin19-May-05 2:29 
GeneralRe: MenuItem MouseOver Event? Pin
Pikebu19-May-05 2:45
Pikebu19-May-05 2:45 
GeneralRe: MenuItem MouseOver Event? Pin
Gary Perkin19-May-05 2:50
Gary Perkin19-May-05 2:50 
GeneralRe: MenuItem MouseOver Event? Pin
Gary Perkin19-May-05 2:47
Gary Perkin19-May-05 2:47 
AnswerRe: MenuItem MouseOver Event? Pin
Anonymous19-May-05 3:17
Anonymous19-May-05 3:17 
Generalfunction InternetDial Pin
mikica1718-May-05 23:40
mikica1718-May-05 23:40 
GeneralType of project Pin
rathishps18-May-05 23:03
rathishps18-May-05 23:03 
GeneralRe: Type of project Pin
MoustafaS18-May-05 23:06
MoustafaS18-May-05 23:06 
GeneralRe: Type of project Pin
rathishps19-May-05 0:06
rathishps19-May-05 0:06 
GeneralRe: Type of project Pin
Ali Iqbal Khan18-May-05 23:21
Ali Iqbal Khan18-May-05 23:21 
GeneralRe: Type of project Pin
rathishps19-May-05 0:10
rathishps19-May-05 0:10 
GeneralRe: Type of project Pin
MoustafaS19-May-05 3:57
MoustafaS19-May-05 3:57 
GeneralRe: Type of project Pin
rathishps19-May-05 18:07
rathishps19-May-05 18:07 
GeneralRe: Type of project Pin
MoustafaS20-May-05 1:34
MoustafaS20-May-05 1:34 
QuestionHow to select data from dataset in to single value control Pin
shashank veerkar18-May-05 22:51
shashank veerkar18-May-05 22:51 
AnswerRe: How to select data from dataset in to single value control Pin
Ali Iqbal Khan18-May-05 23:27
Ali Iqbal Khan18-May-05 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.