VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Common DLG

Dennis Fisch  (5 Submissions)   Custom Controls/Forms/Menus   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This Common Dialog replaces Microsoft's Common Dialog as using that would just add one more dependancy to your project, where VB already has more than enough of that! Though it is by no means already completed as it doesn't already got colour or font picking abilities, nor does it have a print dialog. It's also not as easy as with the MS Commondialog to use this in your apps. I'll continue on this though as it'd be really great to slowly replace all of that dumb control packages (where you only need one control but got to include the whole file) with single controls, that can be used as usercontrols, not as ocx's which is by my opinion much better as you don't have to take care about the registering and stuff... I dont really trust the setup anymore.

Assumes
Just put it on a form and use it as a normal commondialog

Side Effects
Has to be placed on a Form, instead of being called by ShowOpen or ShowSave. Not already quite as reliable as the original Commondialog

Rate Common DLG (10(10 Vote))

Download Common DLG

Common DLG Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters