From: Gavin Henry on
Hi All,

Can anyone recommend a good way to validate a hostname then can either be
a FQDN or IP address?

This would be good ;-)

hostname_text_ctrl->SetValidator( wxTextValidator( wxHOSTNAME ) );

Thanks.