Reply to thread

In VB, == is simply = for comparisons (in C#, = is used to set the value...not always the case in VB)


Anyways, I couldn't get past this problem using it the way it was, so I simply resorted to comparing the ControlID of the button that was pressed to what is coded into the plugin.  Works like a charm.


Top Bottom