User Profile
Collapse
-
same thing, I believe after this function is done, something is being called, but I have added no code for any such event handling. I am attaching the entire solution project, it also has .exe, try typing same text in the two boxes with a difference of some chars to see what it does......I mean only if you have some time...:) -
Removed the code for disposing, still the same thing. Click twice it works, click once it doesn't.....Leave a comment:
-
-
Thanks tlhintoq for a quick response......
That sleep I used it for diagnosis purpose, the data is accurately displayed only during these 2 seconds, after that the picturebox goes blank. This is the case when I click this button2 first time, in the second click the data stays even after this sleep. I got rid of this sleep and then again the data is displayed in picturebox but only after 2 clicks, or 2 iterations of the above code....Leave a comment:
-
C# Graphics Drawing Problem.
Hi,
I made a tool that compares the texts from 2 richtextboxes and then marks the characters that are different in red. An option needs me to overlap these 2 text data to show the exact difference. I used a picturebox which is contained in a panel and draw the characters in respective colors using Graphics class. Everything is working fine, but for some reason I need to click the button twice to be able to see something on picturebox....Last edited by anuking; Dec 1 '09, 10:32 PM.
No activity results to display
Show More
Leave a comment: