Hi ,
I dont know ur application format,but if it an .exe file then u can open application using "shell" function in the vb6,
For example if u want to open a notepad from ur
vb application,
shell("c:\windows\notepad.exe")
this will opens the notepad ...
I hope this will helps you.
Regards,
Satish Kumar J