Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

c# form formborderstyle none move

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 :: insert variables into string c# 
Csharp :: csharp get integer part of number 
Csharp :: get value from web.config c# 
Csharp :: get dropdown selected value unity 
Csharp :: Unity rotate player to mouse point slowly 
Csharp :: c# press key 
Csharp :: string to date vb 
Csharp :: unity stop all audio 
Csharp :: unity flexiable space 
Csharp :: how to maximize but show taskbar c# 
Csharp :: c# count specific element in list 
Csharp :: how to set image Source in the code C# 
Csharp :: c# int to byte array 
Csharp :: c# copy list without reference 
Csharp :: c# system.drawing.color to system.windows.media.color 
Csharp :: how to store more precise data then double c# 
Csharp :: Directory Entry c# get computer list 
Csharp :: how to run a function as administrator in c# 
Csharp :: unity object walkable not working 
Csharp :: c# datagridview color header 
Csharp :: unity how to get fps c# 
Csharp :: c# add 1 
Csharp :: unity detect object with raycast 
Csharp :: convert object to xml c# example code 
Csharp :: instantiate scale object 
Csharp :: how to split list by date c# 
Csharp :: c# datetimepicker set weeks before today 
Csharp :: random seed in c# 
Csharp :: how to make an object jump in unity 
Csharp :: Unity banner ad C# 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =