CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cshort64

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    6,031

    Using HotKeys with XAML and Silverlight

    I wish to define several hotkeys for my application, I have read that F1 - F12 cannot be redefined in Silverlight and set to custom functions or actions. But what about ctrl-C, or ctrl-K, or any...
  2. Replies
    0
    Views
    2,507

    Using hotkeys with silverlight

    I wish to define several hotkeys for my application, I have read that F1 - F12 cannot be redefined in Silverlight and set to custom functions or actions. But what about ctrl-C, or ctrl-K, or any...
  3. Replies
    2
    Views
    1,541

    Re: unhooking event handlers

    Thank You Ger, this is really helpful. I understand my initial explaintion was not good, next time I will be more clear. But you were able to figure out my need and answer accordingly, I will look...
  4. Replies
    2
    Views
    1,541

    unhooking event handlers

    I need to manually unhook the event in my code. I have searched my code and found many references to:

    this.Loaded += method

    What I'm not 100% clear on is where in my code should I put the
    ...
  5. Replies
    0
    Views
    3,557

    Silverlight Memory Leak via Event Handler

    I am paraphrasing a quote from the Silverlight Forum as I am experience the same problem but am not 100% clear on how to fix this.

    I have a large application that is experienceing memory leaks...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured