In my program I'm using the MoveSize method to position my windows and resize them appropriately. Does anyone know if is possible to enter, for example 'max'. I've tried it but it says that the parameters must be numerical values.
Basically I want the program to be able resize to the max size on a computer. Since this is different on different computers (due to different resolutions) I need to be able to resize the windows and position them with respect to the computers resolution. Does anyone know how to do this?
Basically I want the program to be able resize to the max size on a computer. Since this is different on different computers (due to different resolutions) I need to be able to resize the windows and position them with respect to the computers resolution. Does anyone know how to do this?