Creating Custom ActiveX Controls
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?
(more…)
