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!
Printable View
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!
What code do you have to find the users that are connected?
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.Quote:
Originally Posted by vchatlive
once this is done, populate a listbox or something with the usernames of those who are logged on.