D'Jok
D'Jok

Reputation: 51

WPF UI in WinForms

Is there some way that I can customize WinForm just like I can do it in WPF. Some code that will allow me that trought some sort of grid I customize it? Buttons, tree view functions and similar things that will make customization easier unlike in WinForms where everything is so dull. WPF doesn't support speech lib so that's why I'm asking this, otherwise I'll go for WPF.

Upvotes: 0

Views: 157

Answers (1)

Sheridan
Sheridan

Reputation: 69985

On this website, it is generally a good idea to actually ask for what you want, instead of what you have asked for. It seems to me as if what you really want is to use some sort of text to speech functionality with WPF... so why didn't you just ask 'can I use text to speech with WPF?' or something similar?

To answer that question, yes, you can do that with WPF. Please take a look at the following links:

WPF Text To Speech UI
How to use the Speech Synthesizer in WPF
Using Speech Synthesis in a WPF Application
Speech Basics-WPF C# Sample

Plenty more are available online.

Upvotes: 5

Related Questions