Hi all,

 

I just discovered mono and I'm very impressed by it.

I managed to get my C# application running which I developed before
using the Microsoft stuff.

 

Compilation with gmcs went fine.  Running foo.exe also goes fine, but
running mono foo.exe yields some problems.

 

In particular, the shortcut to a toolstripmenuitem is not working, i.e.
the ctrl-B key stroke is not handled.

 

[this.evaluateBufferToolStripMenuItem.ShortcutKeys =
((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control |
System.Windows.Forms.Keys.B)));]

 

Any suggestions on why this is not working under mono?

 

Kind regards.

 

Bart

 

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to