C# 2005 : How do I make my message window always visible

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CyberSoftHari
    Recognized Expert Contributor
    • Sep 2007
    • 488

    C# 2005 : How do I make my message window always visible

    I want to show a reminder message in my application and which should always visible, even user click some other application. (i.e.) other application window should not hide my message window. Any idea will be appreciate able.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Set the TopMost property true on the form you are using to show the message.

    Comment

    • CyberSoftHari
      Recognized Expert Contributor
      • Sep 2007
      • 488

      #3
      Than ks

      Comment

      Working...