Click here to Skip to main content
15,898,036 members
Home / Discussions / C#
   

C#

 
QuestionVisually comparing filestreams/strings Pin
testdi31-Mar-08 13:00
testdi31-Mar-08 13:00 
GeneralIEdge cant be an IEdge Pin
Gareth H31-Mar-08 10:30
Gareth H31-Mar-08 10:30 
GeneralRe: IEdge cant be an IEdge Pin
led mike31-Mar-08 10:44
led mike31-Mar-08 10:44 
QuestionButton Click event with "RenderControl" Pin
wagswvu31-Mar-08 10:13
wagswvu31-Mar-08 10:13 
GeneralRe: Button Click event with "RenderControl" Pin
Jesse Squire31-Mar-08 11:22
Jesse Squire31-Mar-08 11:22 
GeneralRe: Button Click event with "RenderControl" Pin
wagswvu31-Mar-08 11:46
wagswvu31-Mar-08 11:46 
GeneralRe: Button Click event with "RenderControl" Pin
Jesse Squire31-Mar-08 12:44
Jesse Squire31-Mar-08 12:44 
GeneralPopulation dropdown menu on keyboard navigation Pin
AndrusM31-Mar-08 7:10
AndrusM31-Mar-08 7:10 
Populating one my WinForms submenu requires database access over internet.
So it is better to populate it at runtime when in may become visible.

For this I use designer generated code in form constructor:

this.openToolStripMenuItem.DropDownOpening += new <br />
System.EventHandler(this.openToolStripMenuItem_DropDownOpening);

Initially menu does not contain any items.
When I move mouse to aparent menu item all is OK: DropDownOpening event
handler fills this menu with items.

However when I use keyboard keys to move to parent item, this event does not
fire: selection triange does not appear and it is not possible to open
submenu. I tried to use
this.openToolStripMenuItem.CanSelect = true;but got compile error CanSelect being is read only.

How to populate submenu when parent menu item is activated using keyboard ?

Andrus.

Andrus

GeneralRe: Population dropdown menu on keyboard navigation Pin
Alan N31-Mar-08 8:36
Alan N31-Mar-08 8:36 
GeneralRe: Population dropdown menu on keyboard navigation Pin
AndrusM31-Mar-08 9:08
AndrusM31-Mar-08 9:08 
GeneralRe: Population dropdown menu on keyboard navigation Pin
Alan N1-Apr-08 2:42
Alan N1-Apr-08 2:42 
Generalmanaging e-mail attachments question Pin
kknepple31-Mar-08 6:16
kknepple31-Mar-08 6:16 
GeneralRe: managing e-mail attachments question Pin
led mike31-Mar-08 7:24
led mike31-Mar-08 7:24 
GeneralCan anyone expound on this response. Pin
kknepple31-Mar-08 7:40
kknepple31-Mar-08 7:40 
GeneralRe: Can anyone expound on this response. Pin
led mike31-Mar-08 7:48
led mike31-Mar-08 7:48 
GeneralRe: Can anyone expound on this response. Pin
kknepple31-Mar-08 9:07
kknepple31-Mar-08 9:07 
GeneralRe: Can anyone expound on this response. Pin
led mike31-Mar-08 9:14
led mike31-Mar-08 9:14 
GeneralRe: Can anyone expound on this response. Pin
Pete O'Hanlon31-Mar-08 9:37
mvePete O'Hanlon31-Mar-08 9:37 
GeneralRe: managing e-mail attachments question Pin
J4amieC31-Mar-08 22:18
J4amieC31-Mar-08 22:18 
GeneralAuto Start Application When Window Startup Pin
HatakeKaKaShi31-Mar-08 5:45
HatakeKaKaShi31-Mar-08 5:45 
GeneralRe: Auto Start Application When Window Startup Pin
Luis Alonso Ramos31-Mar-08 6:17
Luis Alonso Ramos31-Mar-08 6:17 
GeneralRe: Auto Start Application When Window Startup Pin
HatakeKaKaShi31-Mar-08 6:24
HatakeKaKaShi31-Mar-08 6:24 
GeneralRe: Auto Start Application When Window Startup Pin
Luis Alonso Ramos31-Mar-08 6:48
Luis Alonso Ramos31-Mar-08 6:48 
GeneralRe: Auto Start Application When Window Startup Pin
Giorgi Dalakishvili31-Mar-08 7:29
mentorGiorgi Dalakishvili31-Mar-08 7:29 
GeneralReportViewer Error Pin
Maddie from Dartford31-Mar-08 5:03
Maddie from Dartford31-Mar-08 5:03 

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.