2011-01-02, 02:18 PM
Tried C#.net, it's a lot familiar to VB.net than I could imagine, it's like just changing keywords.
Right now I'm stuck at adding handler to object created by the code. What command should I use? In VB.net it was like:
Right now I'm stuck at adding handler to object created by the code. What command should I use? In VB.net it was like:
Code:
...
Addhandler <object name here>.click, addressof object_click
