D
Daylor
few questions about Delegate in vb.net :
do i need to create NEW delegate each time i use invoke ?
or i can use the same delegate object when using specific invoke ?
and if can use the same one, in case its multithread application, i need to
put it in synclock ?
do i need to create NEW delegate each time i use invoke ?
or i can use the same delegate object when using specific invoke ?
and if can use the same one, in case its multithread application, i need to
put it in synclock ?