Hello Everyone..
I'm Newbie in C# language..
I have problem with my program,
I create a program that can print a content of richtextbos
--snip--
private void rtb_TextChanged(object sender, EventArgs e)
{
printbtn.PerformClick();
}
---end snip--
I mean the program will do action, if content in richtexbox has been change to different content (word).
but it not work, the printbutton do action if i change with the same content.
what must i do ?
Thanks
Loading
ClonecMr coolPosted May 23, 2011, 6:05 AM
I try your code, but it not work..
Before it,
My RTB is set to readonly mode and shown my query result by npgsqlreader,
i use timer to make dynamic RTB and show the content auto update.
so, the program printing continuously if text assign is exactly the same as what it was before!
but I've found another way for my program..
once again thank you very much for replies ^_^
VulpesPosted May 22, 2011, 7:55 AM