My First C# article.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AliR \(VC++ MVP\)

    My First C# article.

    This is my first C# article. I'm still a beginner in C# and .Net, as it
    took me 2 days to figure out how to close a window when the user clicks
    outside of it. (windows hooks was out of the question since I wanted a
    totally .Net solution)



    Let me know what you think.

    AliR.


  • Duggi

    #2
    Re: My First C# article.

    On Aug 14, 7:06 am, "AliR \(VC++ MVP\)" <A...@online.no spamwrote:
    This is my first C# article.  I'm still a beginner in C# and .Net, as it
    took me 2 days to figure out how to close a window when the user clicks
    outside of it.  (windows hooks was out of the question since I wanted a
    totally .Net solution)
    >

    >
    Let me know what you think.
    >
    AliR.
    That was an interesting requirement to implement !!!

    -Cnu

    Comment

    Working...