sukhvinder
New member
- Joined
- Aug 19, 2011
- Messages
- 4
- Programming Experience
- 1-3
Can any one show me how to type cast a structure , when passed as thread parameter
Thanks
Thanks
You use DirectCast to cast in VB.Can any one show me how to type cast a structure , when passed as thread parameter
Thanks
This has really nothing to do with threads. A cast is a cast and you cast in VB using DirectCast. As for examples, there is a whole WWW out there and I'm sure that, if you were to look, you'd find plenty of examples. Simply typing directcast into Google should produce loads. If you have tried and failed then you should show us what you did because, without that, we can't tell you what you did wrong.Can you please give or point me to an example....i am new to threads in VB
(Also i tried CType but it did not work...)....an example would help me understand the syntax
Thanks