How can i get the Txt Box Value from a Panle

Thanks, everyone who responded.

···

Your textbox immediately goes out of scope once the ctor ends. Try:
self.textbox = wxTextCtrl( ... )

jw

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org