CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Resize Borderless window

    Hi All,

    Yes I know has been asked before...
    But
    Now I use Blend in Combi with WPF (Framework/Net 4.5) (Blend version 5.xx and VS 2012)
    I made a borderless window NOT a form, in blend.
    set properties to Noresize, If you set it to resize you will get automatically a border, which I do not want.
    At this point I want to make the window sizeable, how can this be done??

    Regards,

    Ger

  2. #2
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Resize Borderless window

    Hi All,

    Did some digging and some coding.
    Came up with the following, see attachment.
    It does not do all the things as I want to, play with it and you see what I mean.
    The RightBottomThumb event is for sure not what I want....
    Active are Top, Bottom, Left, Right and RightBottom.

    Regards,

    Ger
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured