Hello . I have a toolbar in my application . IT display image and text in english. Now i want to change the font family of the font. For example the font is ARIAL and i want to convert it to a new font(ex HINDU) that i have installed in my PC. How can I do this ?

Recommended Answers

All 2 Replies

I think that should be available under property pallet of the toolbar control.

Actually, that property is not exposed at design time. It's not even exposed at run-time unless you use direct WinAPI calls (good luck with that). That's the disadvantage of using some of the packaged controls...you get what you get.

As an alternative, you might consider just using an unbordered picturebox control as a container and add your own command buttons. You have more flexibility to control the characteristics of the buttons but you also have to code the event procedures for each button individually.

Hope this helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.