|
-
Mar 9th, 2003, 03:13 PM
#1
Thread Starter
Member
Set size of Non-Client Area, how ?
Can anyone help me Setting the size of the Non-Client Area ?
Borders, and caption. I want to change size on one of my forms.
I saw how it was made by Subclassing WM_NCCALCSIZE, and CopyMemory, In Visual Basic 6.0.
But I want to do it using VB .NET.
Please Help me if you can.
=)
-
Mar 9th, 2003, 03:23 PM
#2
Sleep mode
Not sure what do you mean but is it this what you're talking about
VB Code:
Me.Width = 222
Me.Height = 222
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|