Hi everyone...
Iam new to VB, i want to know whether we have thread option in VB if so how can v implement that(Sample codes are appreciated). Right now iam using sleep but that ll not make it effecient so i need to implement thread concept...
Scenerio:
Iam working in setup creation using VB6, in that i need to invoke certain exe files by clicking Install CommandButton. After installing, the commandbutton should be disabled and UnInstall CommandButton should enabled. Moreover 2 or more exe files may invoke by a single click, thats y i think to call thread for each exe....
Will it work? How can i solve this??
Thanks in advance... Sample codes are appreciated...