by gary » Sun, 18 Jul 2004 02:20:37
using the CIPAddressCtrl class in a dialog wizard with a Next button.
i only want to enable the Next button if the user has typed in all 4 parts
of the address.
i'm catching the IPN_FIELDCHANGED notification message. doing
a GetAddress allows me to check via the return code that none of the
4 fields are blank.
however, this notification message is only caught when any of the 4 edit
fields in the IP Address control loses focus. so if i type in fields 1-3
i'm ok as i have to move to the next part to enter the next address part.
when i get to the 4th field, as soon as i type in a numeric i then want to
enable the Next button. currently, i have to lose focus from the 4th
field in order to get the button enabled.
is there a way to accomplish this.
thanks!