Hi,
I have an application in VB 6 that I'm converting to VB.NET.
In a listbox's double click event I have the following code:
btnOk = True
This no longer works in VB.NET.
How do I change this. I can call the btnOK_Click but then what do I put in for the sender and eventargs parameters?
Thanks in advance.




Reply With Quote