: : Hi,
: :
: : Well, it would really be great if someone cud tell me the method of providing only the exe version of a program (Visual Basic) without revealing the source codeesp. in Visual Basic Projects with lot of forms. Can you please help me out here!!!!!!
: :
: : Thanks and Regards,
: : Geetha
: :
:
: Compile it to an exe and send it to someone...
: Note: That someone will need to have the Visual Basic Runtime Library DLL installed...
:
: Greets...
: Richard
:
:
Use the package and deployment wizard to create an install for the exe, dependent components will be registered as well [activeX, common dialog, etc].