Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Region Master Controls and VS 2003
 

Region Master Controls and VS 2003

Anyone have any luck with using the RegionMaster controls and VS 2003 with .NET 1.1?

I can't even select any controls after I put one on my form.  I cannot visually manipulate any of the example forms either.
MigrationUser 1  Monday, October 20, 2003 7:36 PM
I'm investigating this now.  It appears to be something broken in the CurvedPanelDesigner.  So if you comment out the Designer attribute at the top of CurvedPanel.cs and recompile the project, it should resume normal selection (although all the cool CurvedPanel desinger features are disabled).

Oddly, when I try and run the sample on v1 (VS.NET 2002) it shows the same behavior.  I'm wondering how I ever set these forms up.

I'll post an updated .zip when I have a fix.

 - mike
MigrationUser 1  Thursday, October 23, 2003 11:58 AM
Ok, I've got a fix that seems to work.  Basically I was orphaning DesignerTransactions (these represent the way you plug into undo).  I made a couple other bug fixes too.  I've uploaded the new version.  Please download it and let me know if you find any other bugs.

Thanks for reporting this.

 - mike
MigrationUser 1  Thursday, October 23, 2003 12:39 PM

You can use google to search for other answers

Custom Search

More Threads

• windows form designer error:The class Settings can be designed, but is not the first class in the file...."
• best way to implement a simple designer for user defined fields
• UITypeEditor and runtime values
• Problem while Deleting the first band from Infragistics control
• Label with image and text
• VS Closes when I select a certain control.
• Hiding Column not working
• Create custom Controls for Win Forms book, sample, etc
• Focusing a Control Child in UserControl
• Prevent execution of a block of code at design time.