Hi Geeks,
i am trying to run a subroutine through a thread.
the sub is like that:
Please i want the simplest way.
i am trying to run a subroutine through a thread.
the sub is like that:
private sub dochat(byval cnx as socket,byval sname as string)
the simplest way is to pass one parameter when starting the thread >> thread1.start(parameter)
but what if i want to pass more than one parameter ??Please i want the simplest way.