How do I enable German (Live) Spell Checking in textBoxes for my Windows Forms Application? I already tried this:
System.Windows.Controls.SpellCheck.SetIsEnabled(tb_HZ1, true);
Where tb_HZ1 is my TextBox. But all I get then is the following error messages:
Error 1 The best overloaded method match for 'System.Windows.Controls.SpellCheck.SetIsEnabled(System.Windows.Controls.Primitives.TextBoxBase, bool)' has some invalid arguments C:\Users\Andrej\documents\visual studio 2012\Projects\Fanreport Game Report Creator\Fanreport Game Report Creator\Form1.cs 15 13 Fanreport Game Report Creator
Error 2 Argument 1: cannot convert from 'System.Windows.Forms.TextBox' to 'System.Windows.Controls.Primitives.TextBoxBase' C:\Users\Andrej\documents\visual studio 2012\Projects\Fanreport Game Report Creator\Fanreport Game Report Creator\Form1.cs 15 61 Fanreport Game Report Creator