Hello:
How can I detect the command button once it is click by the user in boolean format? For Example:
In VB6, once a command button is click,
commandbutton.value = True
and when release the click it is False.
How to do that in VB.NET? the commandbutton.value is not support by .NET anymore. Pls advice? Thanks...
How can I detect the command button once it is click by the user in boolean format? For Example:
In VB6, once a command button is click,
commandbutton.value = True
and when release the click it is False.
How to do that in VB.NET? the commandbutton.value is not support by .NET anymore. Pls advice? Thanks...