Shella
December 28th, 1999, 11:26 AM
Hi
How can I create a smaller program in VB without the use of ActiveX Control ? Everytime as I make a setup program for my small VB written executable file, the OCX and DLL files eat up 18MBs, in fact the executable file is just
200 - 300 KB in size, only the included giant-alike ActiveX and DLLs blow up the size, how can I write a smaller program without depending on ActiveX control and DLL Calling, just like some of the internet downloaded programs, they can be run without any pre-installed DLLs and ActiveX Controls but the program interface comes with those ActiveX functionalities, how can I create 1 of that kind ? I wish to have a smaller executable program that can be run without pre-installed OCXs and DLLs.
thanks for ur guidance in advance.
How can I create a smaller program in VB without the use of ActiveX Control ? Everytime as I make a setup program for my small VB written executable file, the OCX and DLL files eat up 18MBs, in fact the executable file is just
200 - 300 KB in size, only the included giant-alike ActiveX and DLLs blow up the size, how can I write a smaller program without depending on ActiveX control and DLL Calling, just like some of the internet downloaded programs, they can be run without any pre-installed DLLs and ActiveX Controls but the program interface comes with those ActiveX functionalities, how can I create 1 of that kind ? I wish to have a smaller executable program that can be run without pre-installed OCXs and DLLs.
thanks for ur guidance in advance.