M
Mike
I am wondering if VB.NET GUI logic has this already built-in.
I have two check boxes in a Login Windows Form:
UserName: _________________________
Password: _________________________
[_] Remember Credentials
[_] Auto Login
Normally, under MFC if I wanted to disable/enable Auto Login depending
on the state of Remember Credentials, you have to do it yourself in
the click events.
I don't see it in the properties, but can I associate the check state
of sub-checkbox based on its parent some how?
Its a common thing so I just wondering if there is already something
in .NET for this? Of course, no problem to create the events, just
wondering.
Thanks
--
I have two check boxes in a Login Windows Form:
UserName: _________________________
Password: _________________________
[_] Remember Credentials
[_] Auto Login
Normally, under MFC if I wanted to disable/enable Auto Login depending
on the state of Remember Credentials, you have to do it yourself in
the click events.
I don't see it in the properties, but can I associate the check state
of sub-checkbox based on its parent some how?
Its a common thing so I just wondering if there is already something
in .NET for this? Of course, no problem to create the events, just
wondering.
Thanks
--