Link to home
Start Free TrialLog in
Avatar of sirbounty
sirbountyFlag for United States of America

asked on

Starting threads for my functions

Somewhat continued from
http:/Q_22477954.html

So, in my keyup event, I'm also acquiring the user's email address.  This calls a function (in my module class) that performs an ldap query to obtain that info.

This is how I accomplish it...
 txtTo.Text = FindEmail(txtShare.Text)

So, in order to get this into it's own thread as well, would I simply follow the past instructions, but place the delegate sub in the module?  (I know I could try before I ask, but I'm a bit lazy today)...

May need some guidance on this - it may be as simple as plugging in what I've previously used - so it could be super-easy points for somebody... :^)
SOLUTION
Avatar of jake072
jake072
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sirbounty

ASKER

I guess I'm wondering how I would use the above...
Presumably I'd have to change it from
txtTo.Text=FindEmail(txtShare.text)
to something else...?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Idle_Mind has illustrated how to use it... Sorry, I was lazy :)

Jake
Sorry for the delay IM - hope to try this out shortly...