Activity Stream
48,167 MEMBERS
61105 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default C# public void ... help

    i just cant find a way to call a void fun on events like connection lost or creation...
    public void checkiftherisconnection()
    {
    Monitor the sock IO
    }
    private void Form1_Load(object sender, EventArgs e)
    {

    }

    I hope you get me ...

    Thanks
    cgworld Reviewed by cgworld on . C# public void ... help i just cant find a way to call a void fun on events like connection lost or creation... public void checkiftherisconnection() { Monitor the sock IO } private void Form1_Load(object sender, EventArgs e) { } Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    if its part of the same object / class then just use:

    Code: 
    this.checkiftherisconnection();
    but with your naming of the method it seems you want to return a bool rather than void.

    Code: 
    public bool checkiftherisconnection()
    {
        return this.is_connected;
    }
    then in your event method use the above this.checkiftherisconnection() within an if statement,
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Megaupload Seizure Order ?Null and Void? Says High Court
    By QuickSand in forum News & Current Events
    Replies: 13
    Last Post: 30th Mar 2012, 12:42 AM
  2. public RL..
    By chemicalx in forum Useful Sites
    Replies: 2
    Last Post: 17th Jun 2011, 04:37 AM
  3. vps for public rl !!
    By Rapid S in forum Hosting Discussion
    Replies: 3
    Last Post: 28th Mar 2011, 06:22 PM
  4. public RL
    By saud_1 in forum General Discussion
    Replies: 1
    Last Post: 8th Dec 2010, 08:14 PM
  5. Need a VPS that Supports Public RL
    By Faizann20 in forum Hosting Discussion
    Replies: 10
    Last Post: 20th Aug 2010, 07:17 AM

Tags for this Thread

BE SOCIAL