Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PM System issues
#1
Basically i am simply firing the 'whos online list' into a listbox, the user selects someone in said listbox and then pm's are sent to them.

The issue is, if anyone signs in/out the listbox refreshes and the person you were talking to is lost...

Tried 32984982734274 ways to make it select the person you were talking to again, or simply be "", all to no avail.

Halp :
Reply
#2
In the
Code:
sub Listbox_click
add something like:

Code:
Savelast = list1.listindex
then always send the PM to
Code:
Savelast
instead of
Code:
list1.listindex
?
Reply
#3
Williams idea is perfect and flawless, with an online check on the pm send aswell; its smooth and works like a dream.

Thankyou William, this has troubled me for ages... just needed some new thinking -hug- Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)