I'm running VB6
I want to send a thread from my VB *.dll to my application safely

I can make a public sub to receive a pointer but how do you handle pointers in VB?
Is their another way?