I do the custom window step by step.
I wanted a resizeable window and dragable without the standard windows borders.
It can be done with 9 routines. 1 for dragging and 8 for the resize...
The namespace issue did the trick, everything is working as it should.
But there is one little thing 'missing'.
The Dropshadow is not avail anymore, I'm unable to draw outside the...
see attachment.
in The Main window I can place a button, but I cannot add an event handler....
I Use custom chrome to remove the window borders but keep the resize option.
Also when I...
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...
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...
I made a RichTextBox in MSVS2012/Blend -4-.
How do I disable the standard windows styles.
When the mouse is over the text-box the borders turn blue.
How do I turn this off.
Can this be...
I made a RichTextBox using Blend and MSVS 2012.
Now I want to disable/turn off the standard microsoft visual styles.
Is there a one button does it all thing, or do I have to run through...
I want to change the standard scrollbars. Like in the RichTextBox Object for example.
By change I mean the button pictures and I would like to change the Slider background etc.
Solved this one, you can not dispose the 'first' Form.
It will close your app.
You will have to hide the first/main one there after you can do whatever you...
the Button class is using, among other, the DialogResult Property, Which I use and it works great!
But...
know I whant to use DialogResult in combination with a PictureBox, which I use...
As the title sugest, it is -standard- not possible to move a boderless dialog
(Keep mouse button depressed and move the cursor)
You have to make it.
So I came up with: