Can't send WM_NCHITTEST and HTBOTTOMRIGHT message manually
up vote
0
down vote
favorite
Why I could not manually send a message for grab and resize a Control?
Message msg = Message.Create(base.handle, 0x84, (IntPtr)0x2, IntPtr. Zero);
msg.Result = new IntPtr(17); // HTBOTTOMRIGHT
base.WndProc(ref msg);
My target is to make borderless form to sizable from outside.
c# forms winforms resizable wndproc
New contributor
add a comment |
up vote
0
down vote
favorite
Why I could not manually send a message for grab and resize a Control?
Message msg = Message.Create(base.handle, 0x84, (IntPtr)0x2, IntPtr. Zero);
msg.Result = new IntPtr(17); // HTBOTTOMRIGHT
base.WndProc(ref msg);
My target is to make borderless form to sizable from outside.
c# forms winforms resizable wndproc
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Why I could not manually send a message for grab and resize a Control?
Message msg = Message.Create(base.handle, 0x84, (IntPtr)0x2, IntPtr. Zero);
msg.Result = new IntPtr(17); // HTBOTTOMRIGHT
base.WndProc(ref msg);
My target is to make borderless form to sizable from outside.
c# forms winforms resizable wndproc
New contributor
Why I could not manually send a message for grab and resize a Control?
Message msg = Message.Create(base.handle, 0x84, (IntPtr)0x2, IntPtr. Zero);
msg.Result = new IntPtr(17); // HTBOTTOMRIGHT
base.WndProc(ref msg);
My target is to make borderless form to sizable from outside.
c# forms winforms resizable wndproc
c# forms winforms resizable wndproc
New contributor
New contributor
New contributor
asked 14 hours ago
user5175857
1
1
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
user5175857 is a new contributor. Be nice, and check out our Code of Conduct.
user5175857 is a new contributor. Be nice, and check out our Code of Conduct.
user5175857 is a new contributor. Be nice, and check out our Code of Conduct.
user5175857 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53416261%2fcant-send-wm-nchittest-and-htbottomright-message-manually%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown