Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

C# move form without border

protected override void WndProc(ref Message m)
{
	switch(m.Msg)
	{
		case 0x84:
			base.WndProc(ref m);
			if((int)m.Result == 0x1)
				m.Result = (IntPtr)0x2;
			return;
	}

	base.WndProc(ref m);
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# comment 
Csharp :: c# winscp upload file 
Csharp :: set the page that FormsAuthentication.RedirectFromLoginPage redirects to 
Csharp :: string to array c# 
Csharp :: c# linq list select 
Csharp :: unity agent look at 
Csharp :: unity camera fade to black 
Csharp :: listbox items to string c# 
Csharp :: get min date in list c# 
Csharp :: c# structure 
Csharp :: c# get string in parentheses 
Csharp :: working with registry in c# 
Csharp :: unity rb.addexplosionforce 2d 
Csharp :: c# object list to joined string 
Csharp :: c# map function 
Csharp :: rotation 
Csharp :: how-to-add-new-column-with-value-to-the-existing-datatable 
Csharp :: .net json result status code not working 
Csharp :: listview thread error 
Csharp :: how to write text in specific position in c# 
Csharp :: Screen.lockcursor unity 
Csharp :: translate int to string with x 0 before c# 
Csharp :: get script directory c# 
Csharp :: unity color alpha not working 
Csharp :: unity magnetize a 3d object to cursor 
Csharp :: convert list to datatable c# 
Csharp :: c# press ctrl and alt 
Csharp :: raq query ef core 
Csharp :: asp.net listbox disable selection 
Csharp :: tachyons 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =