Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for January 9th, 2007

Creating Custom ActiveX Controls

without comments

I repeatedly need to use a Common Dialog Box for Opening and saving files. And most of the time I require to show a textBox containing the filename and a browse button which opens the dialog. It would have been better if I had a single control taking care of the dialog, textBox and the Button. If it doesn’t exist why not create one?
Read the rest of this entry »

Written by Jalaj

January 9, 2007 at 1:40 pm

Posted in COM, Visual Basic

Tagged with