How to Avoid using ActiveX Control In VB ?
Hi
I wanna avoid using any ActiveX control in VB so that I needn't distribute the disgusting OCX along with the generated executable file.
What codes can be used to replace the TextBox ActiveX Control ?
What Codes can be used to replace the Option button ?
What Codes can be used to replace the Command Button ?
What Codes can be used to replace the Combo Box ?
I've tried Turbo Pascal for Windows, the compiled file is nice and pretty small (16kb), I can run it everywhere without any required OCX and DLL files.
Re: How to Avoid using ActiveX Control In VB ?
Controls like the textbox, option button, etc. are build in in VB.
You don't need any ocx for those, only the runtime dll's. But you need them anyway...
Crazy D @ Work :-)