Hello..
I tried MessageBox or InstanceForm.showDialog that couldn work at Edited Event.
this is Sample Code.
at MessageBox.Show Line make Error Message.
attatch file is that window
So I tried make new thread and give to delay.. but that way
also if delay is so short or
when that action time
if I minimize or doesn focus.
that showed me similar Error.
Plz Give me a Solution.....
Thanks.
I tried MessageBox or InstanceForm.showDialog that couldn work at Edited Event.
this is Sample Code.
radTreeView1_Edited(object sender, TreeNodeEditedEventArgs e){ DialogResult result = MessageBox.Show("will you change?","Change",MessageBoxButtons.OkCancel); if(result != DialogResult.Ok) { e.cancel=true; }}at MessageBox.Show Line make Error Message.
attatch file is that window
So I tried make new thread and give to delay.. but that way
also if delay is so short or
when that action time
if I minimize or doesn focus.
that showed me similar Error.
Plz Give me a Solution.....
Thanks.