Home

SpeakComputers.com | Text-to-Speech Software

Natural sounding TTS voice support | Cepstral TTS voices | Text to MP3 | Natural Readers

Text to Speech Software Text to Speech Voices SpeakComputer Text to Speech Software

TextBoxX Control, DevComponents.

This control replaces the windows form TextBox control.

Namespace: DevComponents.DotNetBar.Controls
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar.Controls;
Declaring: DevComponents.DotNetBar.Controls.TextBoxX();

Creating the TextBoxX control.

DevComponents.DotNetBar.Controls.TextBoxX textBox = new DevComponents.DotNetBar.Controls.TextBoxX();
textBox.WatermarkText = "First Name";
textBox.Border.Class = "TextBoxBorder";
textBox.Location = new Point(100, 100);
textBox.Size = new Size(100, 23);
this.Controls.Add(textBox);

IntegerInput Control, DevComponents.

Creating the IntegerInput control.

DevComponents.Editors.IntegerInput Iinput = new DevComponents.Editors.IntegerInput();
Iinput.Size = new Size(60, 23);
Iinput.Location = new Point(20, 20);
Iinput.ShowUpDown = true;>
this.Controls.Add(Iinput);

Creating a ValueChanged event.

Iinput.ValueChanged += new EventHandler(Iinput_ValueChanged);

Responding to the ValueChanged event.

void Iinput_ValueChanged(object sender, EventArgs e)
{
DevComponents.Editors.IntegerInput ii = (DevComponents.Editors.IntegerInput)sender;
this.labelX1.Text = ii.Text;
}

Screenshots - Text Editors, DevComponents.

Integer value and Double value input controls with null value support, custom value support, up/down buttons and more...

.

Top of page
Text to Speech Speech synthesis Software TTS Software
Copy Right 2006 SpeakComputers.com - All Rights Reserved.
About Privacy Policy TTS Resouces
Free Text to Speech software
Free Text to Speech Software