Hi everyone,
Could I have an approach to make my application start up
with maximum window? Is there a simple method or parameter for wx.Frame?
Thanks all of you !
Kelvin!You
Hi everyone,
Could I have an approach to make my application start up
with maximum window? Is there a simple method or parameter for wx.Frame?
Thanks all of you !
Kelvin!You
Hi Kelvin,
Kelvin wrote:
Hi everyone,
Could I have an approach to make my application start up with maximum window? Is there a simple method or parameter for wx.Frame?
self.Maximize()
Werner