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
1 Posted Topic
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 …
The End.
prampe