in

.NET Opensource

Community for opensource projects by Christoph Rüegg

Browse by Tags

  • Capture Keyboard Input in WPF

    In case you every need to capture some keyboard input similar to a TextBox but without a TextBox (hence you also want to capture input that - on some keyboard layouts - need a secondary key to type (like % on my layout = Shift+5), but don't care whether the user presses special keys like Shift or...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 05-08-2007
  • C++/CLI: Explicitly Implement Interface Properties

    In case you ever wondered how to explicitly implement interface properties in C++/CLI that collide with an already existing better typed property: It's quite easy, but I didn't find a sample in neither the language specification nor the web. Imagine you have some already existing generic ItemBuilder...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 01-09-2007
  • Bitwise: Binäre Spielchen

    Ich bin hin und wieder erstaunt, wie unbekannt die bitwise Operatoren bei vielen Programmierern doch sind. Gehört hat man davon, vielleicht schon mal einige Beispiele gesehen, doch so richtig verstanden hat man sie doch nicht, selber angewendet sowieso nicht. Desshalb habe ich mich entschieden, diesen...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 10-04-2003
Page 1 of 1 (3 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems