How to use Common dialog control in Visual basic- Font and Color Dialog in Visual Basic 6.0 Tutorial

preview_player
Показать описание
How to use Common dialog control in Visual basic- Font and Color Dialog in Visual Basic 6 | Working with Common Dialog Control in vb6 and its different Dialogs i.e Open dialog, Save dialog,Color dialog ,Font dialog ,Print dialog and Help dialog | Visual Basic 6.0 Tutorial |
Video tutorial is focused on following points:
1.How to add Common Dialog Control 6.0 into VB form.
2.How to use different dialogs (Open,Save,Color,Font,Print and Help) with this control.
3.How to use different methods /Actions to invoke a particular dialog.
4.How to work with Font Dialog and its different flags in detail.
(How to add specific fonts and Style,effects .colors ,Help to font dialog and how to make them functional with code.)
5.How to work with Color Dialog and its different flags in detail.
(How to add different color options (Custom colors,Full Colors,Disable custom color)onto the color dialog and use them with text and background etc)

for more Visual Basic tutorials,please visit
#visualbasic #visualbasictutorial #vb6
_____________________________________________________________
Here is my updated List of Tutorials.
_____________________________________________________________
How to Connect Datagrid control with Access database without VB6 ADODC
How to Make installer for Visual Basic Database

If you like my work,then pls hit like button .Also Subscribe to my channel.
Leave comments for any query or suggestion.
Thanks
Рекомендации по теме
Комментарии
Автор

thank you verry much for that video, really i start to like indian people because of youu ^^

parkjiji
Автор

Thank you so much sir... it's very useful and i gain more ideas thanks again

Gunavathi-mkyz
Автор

Here is an easier way to program this:-

With txtsample
.FontName = dialogtest.FontName
.FontBold = dialogtest.FontBold
...
...
End With

Also pasting the Common Dialog box into a picture box you can cotrol where it opens on the screen i.e. dead centre !!
Have fun :)

mikeb
visit shbcf.ru