Getting String from A TextCtrl Box
TextCtrlInstance.GetValue()
Use GetValue()
, not GetString()
Look at the API: http://docs.wxwidgets.org/stable/wx_wxtextctrl.html
TextCtrlInstance.GetValue()
Use GetValue()
, not GetString()
Look at the API: http://docs.wxwidgets.org/stable/wx_wxtextctrl.html