![]() |
| ||
| multiform windows appliction in VB . NET I'm trying to build a windows app with multiple forms. in project explorer i'm right clicking the current project, add->add existing item. then I select a form, but now the project won't build. I get these errors: 'Form1' is ambiguous in the namespace 'WindowsApplication1'. 'Sub Main' was not found in 'WindowsApplication1.Form1'. Resources 'Form1.resx' and 'MathCalculator.resx' have the same manifest resource name 'WindowsApplication1.Form1.resources'. am I not adding forms to my project correctly? |
| ||
| Re: multiform windows appliction in VB . NET Try clicking Project > Add Form > New > Form > Open |
| ||
| Re: multiform windows appliction in VB . NET Your problem is that the form you are adding is named "Form1" and you already have a form named "Form1". Change the class definition for one of the forums to "Form2" or anything else you would like. To open a form from a button on another form, this is the code: 'Assuming that the form you want to call is named Form2 I'm pretty sure the above is right.. I'm spending to much time on ASP.NET Development, and C# Windows Form development ::blushes:: |
| ||
| Re: multiform windows appliction in VB . NET what is strange is I have renamed the forms in solution explorer, but when i go back to the code window it still says 'form1'. so basically if I want to call form 'a' from form 'b', I just add form 'a' to form 'b' and use the show method? |
| ||
| Re: multiform windows appliction in VB . NET When you rename the form, you also need to change the class name in the .vb file. |
| All times are GMT -4. The time now is 3:28 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC