|
Prev: Problem with wxMenu in release vs debug
Next: /usr/local/include/wx-2.8/wx/string.h:226: multiple definition of `tray_misalign'
From: Gavin Henry on 16 Apr 2008 15:01 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. |