Windows Develop Bookmark and Share   
 index > Windows Forms General > Migrating from Windows Forms 1.x to Windows Forms 2.0
 

Migrating from Windows Forms 1.x to Windows Forms 2.0

Hi,
I would like to migrate from Windows Forms 1.x to Windows Forms 2.0.
I also want to migrate from ToolBar to ToolStrip, MainMenu to MenuStrip, StatusBar to StatusStrip and DataGrid to DataGridView. Is there any utility or tool to do this conversion?

 

Thanks,

Amit.

Amit Jitendra  Friday, July 01, 2005 6:10 AM
Unfortunately there is no utility to automatically upgrade controls on a v1.1 app to the newer v2.0 classes.

 - mike
Mike Harsh  Wednesday, July 06, 2005 11:01 PM
Unfortunately there is no utility to automatically upgrade controls on a v1.1 app to the newer v2.0 classes.

 - mike
Mike Harsh  Wednesday, July 06, 2005 11:01 PM

You can use google to search for other answers

Custom Search

More Threads

• Using WebBrowser Control to highlight links
• Applying Visual Styles to form When Theme Service is not enabled.
• renaming a picture to a file
• Hanging Indent with DrawString
• How to check if a form has been open? Windows
• Installation package - test for files and values
• C# Windows : Graphical User Interface
• Transparent Control w/ DoubleBuffer
• drag and drop text and show moving text
• How to run a function from a MDIi Child in a MDI Parent