Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

window height in C# forms

//use this.Size in Form1 class

int windowWidth = this.Size.Width;
int windowHeight = this.Size.Height;
 
PREVIOUS NEXT
Tagged: #window #height #forms
ADD COMMENT
Topic
Name
6+7 =