Tagged Questions
1
vote
1answer
403 views
Windows Forms Click event repeating itself
I have a strange problem with a Windows Forms event. To be exact, it's a KryptonHeaderGroup's ButtonSpec Click event, but it also happens with a plain vanilla System.Windows.Forms.Button.
In the ...
0
votes
1answer
60 views
VB6 DoEvents not Working as Desired
I am working with a proprietary VB6 COM library. The library has some functions which fire and I get the results once complete through Events.
Container Class:
Private WithEvents myObj As ...