mpemberton
Programmer
I've been doing research on creating my own custom forms designer and have been trying to compile all of my information. I figured I would share what I have with everyone.
Many examples I have found were written in C#, and I've converted the good ones to VB.NET. One that has been a great example to follow is from an article in the March 2006 issue of MSDN Magazine. It's called The Perfect Host: Create And Host Custom Designers With The .NET Framework 2.0
My code can be found at Here. It is in VB 2005.
All additional information that I've been trying to compile can be found on my blog.
I hope this helps those who have been struggling with this or have no idea this actually exists in the Framework. By the way, it is in both 1.1 and 2.0 Framework, but the 2.0 has some additional functionality.
Feel free to ask any questions. I may not know all the answers (especially since I'm still learning), but I'll be glad to try.
Thanks
Many examples I have found were written in C#, and I've converted the good ones to VB.NET. One that has been a great example to follow is from an article in the March 2006 issue of MSDN Magazine. It's called The Perfect Host: Create And Host Custom Designers With The .NET Framework 2.0
My code can be found at Here. It is in VB 2005.
All additional information that I've been trying to compile can be found on my blog.
I hope this helps those who have been struggling with this or have no idea this actually exists in the Framework. By the way, it is in both 1.1 and 2.0 Framework, but the 2.0 has some additional functionality.
Feel free to ask any questions. I may not know all the answers (especially since I'm still learning), but I'll be glad to try.
Thanks