How to hide "Script" combobox in FontDialog Box
-
-
Hi all, i make an application in which i use .Net Fontdialog box, but i want to customize it and want to hide the "Script" combobox from FontDialog Box. So i have a confusion from where i have to start ? :( Any suggesion is welcome..
Rana Krishnraj
-
Hi all, i make an application in which i use .Net Fontdialog box, but i want to customize it and want to hide the "Script" combobox from FontDialog Box. So i have a confusion from where i have to start ? :( Any suggesion is welcome..
Rana Krishnraj
FontDialog.AllowScriptChange = false; Kjetil
-
FontDialog.AllowScriptChange = false; Kjetil
Hi Kjetil Svendsen, Thanks for replying ... FontDialog.AllowScriptChange = false; - Its not work. Have u read my question ? i want to hide(or say not visible to client) script combobox. i also want to hide "StrikeOut" and "Underline" checkbox
Rana Krishnraj
-
Hi all, i make an application in which i use .Net Fontdialog box, but i want to customize it and want to hide the "Script" combobox from FontDialog Box. So i have a confusion from where i have to start ? :( Any suggesion is welcome..
Rana Krishnraj
I dont think it is possible to hide. its default windows Font dialog. For that you have create your own custom Control Thanks
Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"
-
I don't know if it can be hidden - but the AllowScriptChange property will not allow it to be changed if set to false.
Dave
-
Hi Kjetil Svendsen, Thanks for replying ... But do u have any idea abt how to add label control in fontdialog box to displaying selected font name.
Rana Krishnraj
Krishnraj wrote:
add label control in fontdialog box to displaying selected font name.
Its not possible. you have create own control for that.
Best Regards ----------------- Abhijit Jana Check Out My Latest Article Java.NET : Integration of Java and .NET[^] "Success is Journey it's not a destination"