Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~6K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for ShailaMohite

if you use vb.net you will get an error: Public Event KeyPress...' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event This is because if you traslate "literally" the code from: editingBox.KeyPress -= new KeyPressEventHandler(tb_KeyPress); editingBox.TextChanged -= new EventHandler(tb_TextChanged); to editingBox.KeyPress -= new …

Member Avatar for prampe
0
6K

The End.