How to set application window size to fit entire screen automatically when the application start? Currently using c++ wxwidget GetClientSize but it only allows setting of absolute dimensions.
Cant find any functions or info for this.
@DappyKape,
Use ShowFullScreen().
Check display
sample for the usage.
Or call Maximize().