Forum: VB.NET Nov 17th, 2008 |
| Replies: 2 Views: 980 you need to either register the event after databinding or set a boolean to check when finished loading
this might help
http://www.vbforums.com/showthread.php?t=207065 |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 5 Views: 451 Depending upon the document, you can check for paragraph separator character
0x2029
Otherwise, you might need to check for multiple carriage returns, line feeds, depending upon how your... |
Forum: VB.NET Sep 10th, 2008 |
| Replies: 5 Views: 451 Well what way do you have it now?
Also be sure to optimize your code as well ie use stringbuffer instead string +, you know the usuals. When you are comparing characters, you might be running... |