Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

c# setting window size

button1_Click(object sender, EventArgs e)
{
    // This will change the Form's Width and Height, respectively.
    this.Size = new Size(420, 200);
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: take photo function in unity 
Csharp :: render section asp.net mvc layout 
Csharp :: c# ? 
Csharp :: how to mock http client c# 
Csharp :: How to use the protected keyword in C# 
Csharp :: asp.net core authorization default policy 
Csharp :: properties in c# 
Csharp :: read all lines split C# 
Csharp :: how to write web service for API in c# 
Csharp :: context.Response.Body read stream .net 
Csharp :: string trin c# 
Csharp :: go right unity 
Csharp :: decimal operator in Convert.toDouble() C# 
Csharp :: c# custom event handler with parameters 
Csharp :: unity draw waypoints path 
Csharp :: persian datapicker 
Csharp :: binding on button c# 
Csharp :: extension method in c# 
Csharp :: wpf binding object get value 
Csharp :: cant see my classes in inspector 
Csharp :: remove empty strings from list c# 
Csharp :: c# press ctrl and alt 
Csharp :: c# builder pattern fluent example 
Csharp :: indexing an array 
Csharp :: c# decimal to fixed 2 
Csharp :: usermanager find based on role 
Csharp :: convert rgb to float 
Csharp :: c# convert xml to list string 
Csharp :: c# catch two exceptions in one block 
Csharp :: dbset syntax 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =