Hi,
does anybody have or know a code example in VB WPF for resizing a control with adorner? I found ResizingAdorner.cs in MS online help, but I´m not familiar with C#.
Greetings,
TheTree
Printable View
Hi,
does anybody have or know a code example in VB WPF for resizing a control with adorner? I found ResizingAdorner.cs in MS online help, but I´m not familiar with C#.
Greetings,
TheTree
C#.NET is extremely similar to VB.NET so I would have thought if you actually look at the C# code in detail you will be able to see which classes/objects it is using. If you cant figure it out then post a link to the C# code and I'll take a look.
Hi Chris,
thanks for your reply.
I have done the translation from C# to VB. Posted it in a new thread on http://social.msdn.microsoft.com/For...c-f8342d93b095.
I wanted to be sure, that MS´s copyrights are not infringed.
There are some issues left.
Greetings,
TheTree
I could solve the issues.
See http://social.msdn.microsoft.com/For...c-f8342d93b095
Greetings,
TheTree
Glad to hear you got it working :)
Thanks :)
It took me one day, but I´ve learned a lot and am fascinated by all the new possibilities with WPF.
Greetings,
TheTree