I need to take a control with my program and I don't want to compile it as an installation program. Can I compile the control as a resource file and then extract it and register inside a code? Will this compilation has the same effect as zipping it?
Printable View
I need to take a control with my program and I don't want to compile it as an installation program. Can I compile the control as a resource file and then extract it and register inside a code? Will this compilation has the same effect as zipping it?
You can try placing the OCX into a Byte Array, (from the RES file) then loading it when the app starts. When then app finishes, just delete the file.