CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2005
    Posts
    180

    How do you get an Idle Message in a UserControl class in C# / Silverlight?

    How do you get an Idle Message in a UserControl class in C# / Silverlight?

    Back when I was programming in C++ and MFC there was an idle message for user intervace classes that one could overwrite and make use of. Is there something like that in C# and/or Silverlight?

  2. #2
    Join Date
    Jun 2009
    Posts
    10

    Re: How do you get an Idle Message in a UserControl class in C# / Silverlight?

    I don't think there is one built into Silverlight. You could set up a timer in your MainPage that resets when the user does something and logs them out or whatever after however long you want.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured