Results 1 to 3 of 3
  1. #1

    Question C#.net Help! Addhandler...Anyone...


    Hi! Gud day...

    Can anyone help me how to use addhandler in C#.net...?
    Is it different with vb.net addhandler? Can any one gave me a sample code for addhandler in c#.net?

    Thanks! Yahaah..............

  2. #2
    it is different... event handling in vb.net is simplified... and for the sample, go ask mr. google..

  3. #3
    AddHandler is vb.net thing right?

    in c# if you are trying to create a handler for a custom control then you have to make a delegate class.

    public delegate void SomeHandlerName(object sender, SomeParameterClass param);


    and inside your class...

    class1 {
    public event SomeHandlerName OnSomeHanderName;
    }

    something like that

  4.    Advertisement

Similar Threads

 
  1. Replies: 8
    Last Post: 11-07-2009, 01:01 PM
  2. C#.net!!!Help..........
    By jainey in forum Programming
    Replies: 8
    Last Post: 06-02-2009, 03:53 PM
  3. We should promote POKER here in the Philippines!!!Help us!!! Anyone!!!
    By SilverLining in forum Sports & Recreation
    Replies: 10
    Last Post: 01-04-2009, 01:52 PM
  4. Replies: 2
    Last Post: 12-11-2007, 08:54 PM
  5. HELP! Can anyone suggest praise songs?
    By franzrebs in forum Music & Radio
    Replies: 1
    Last Post: 05-17-2006, 08:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top