I would like to be able to see the currently logged in users of my site, kind of like this site used to have at the top of the page.
Anyone know how to accomplish this??
Thanks!!
~ Piz
Printable View
I would like to be able to see the currently logged in users of my site, kind of like this site used to have at the top of the page.
Anyone know how to accomplish this??
Thanks!!
~ Piz
http://forums.vb-world.net/showthrea...threadid=72724
This is a thread that explains what you need.
I never got that working after thou :(Quote:
Originally posted by Sastraxi
http://forums.vb-world.net/showthrea...threadid=72724
This is a thread that explains what you need.
Really? What're you still having troubles with?
Well I get a type mismatch on this line...
If usersArray(x) <> "" Then
Is it possible to have and array in a application varible?
Yes I believe it's
Application("Name")(0) = ""
Application("Name")(1) = ""
..
etc