Forum Discussion
googleid_111826
12 years agoContributor
I had the same problem and I use next code for set main window size:
Call Aliases.MyApp.DevExFrameWindow.Restore
Call Aliases.MyApp.DevExFrameWindow.Position(0, 0, 1600, 900)
Call Aliases.MyApp.DevExFrameWindow.Restore
Call Aliases.MyApp.DevExFrameWindow.Position(0, 0, 1600, 900)