Results 1 to 3 of 3

Thread: serverside list box to show connected users

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2006
    Posts
    61

    serverside list box to show connected users

    hi all, can someone help me with designing a serverside listbox ( or treeview or something) that will show me whos connected to my program? Thanks in advance, ill give any details needed to get this going!

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: serverside list box to show connected users

    What code do you have to find the users that are connected?

  3. #3
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: serverside list box to show connected users

    Quote Originally Posted by vchatlive
    hi all, can someone help me with designing a serverside listbox ( or treeview or something) that will show me whos connected to my program? Thanks in advance, ill give any details needed to get this going!
    first off, your application needs to be able to connect to a backend database. then, when the user logs into the app, the database is updated to show the user is logged on or logged off.

    once this is done, populate a listbox or something with the usernames of those who are logged on.

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