2 Topics

Member Avatar for
Member Avatar for kdcorp87

[CODE] textBox1.Text = File.ReadAllText(ofd.FileName,Encoding.UTF8);//working richTextBox1.Text=File.ReadAllText(ofd.FileName, Encoding.UTF8)//not working;[/CODE] i write the above code, in file there are some of my native language, which came nicely in textbox but not in richtextbox, richtextbox showing some boxes. i m now use multiline textbox to get rid of that, but it would be nice …

0
64
Member Avatar for kdcorp87

i have some gif image which i converted to .cursor file and trying o use in my winfrom like that [CODE] Cursor c ; public Form1() { InitializeComponent(); } private void button2_Click(object sender, EventArgs e) { c = new Cursor("cursors\\newcursor.cur"); panel1.Cursor = c; }[/CODE] but i getting error that cursor …

Member Avatar for kvprajapati
0
149

The End.