Click to See Complete Forum and Search --> : How to Avoid using ActiveX Control In VB ?


December 30th, 1999, 03:40 AM
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.

Crazy D @ Work
December 30th, 1999, 04:09 AM
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 :-)