473,387 Members | 1,463 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

New VS.2005 File format for windows-forms ( spliited into form1.designer.vb and form1.vb )

I have old Windows from VS.2003 wit a lot of controls in the forms
( Standard und user-Controls )

I have now converted my Application to VS.2005
When I create now a new form the information is stored in two file:
form1.designer.vb
form1.vb

Is it possible to convert the old forms to the new VS.2005 format ?
The automatic conersion has not splitted the old formold1.vb into two files.
May be because of the lot of controls und user-controls on the form.
Thanks
Aug 2 '06 #1
2 1269
"Peter Stojkovic" <no*****@gmx.netschrieb:
>I have old Windows from VS.2003 wit a lot of controls in the forms
( Standard und user-Controls )

I have now converted my Application to VS.2005
When I create now a new form the information is stored in two file:
form1.designer.vb
form1.vb

Is it possible to convert the old forms to the new VS.2005 format ?
The automatic conersion has not splitted the old formold1.vb into two
files.
May be because of the lot of controls und user-controls on the form.
The IDE unfortunately doesn't have built-in support for converting existing
forms to the new form model using partial classes.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Aug 2 '06 #2
I have now converted my Application to VS.2005
When I create now a new form the information is stored in two file:
form1.designer.vb
form1.vb
Is it possible to convert the old forms to the new VS.2005 format ?
The automatic conersion has not splitted the old formold1.vb into two
files.
May be because of the lot of controls und user-controls on the form.
Thanks

You can manually go through the trouble of adding the files. Making both
sides partial classes and moving the "don't touch this" section of 2003 style
code to the 2005 .desiginer file. I'm not sure it is worth the trouble. As
far as I know, there isn't any automated method to do this. Perhaps someone
could write an add-in if they don't have anything better to do.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
Aug 2 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Steven | last post by:
I just downloaded the June 2005 release and I want to set up basic logging to log problems such as exceptions. I have created a category named Exceptions with the following: <category...
8
by: Mike Owen | last post by:
Hi, I am trying to pre-compile a project prior using ASP.Net 2.0, VS 2005, to putting it onto a live server. The reason for doing this is that other people have access to the server, and I...
1
by: Robert | last post by:
I have a large web site converted from 1.1 to 2.0 and in VS 2005, the IDE complains that in the ASPX file (html source): Error 1 Element 'stylesheet' is not a known element. This can...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
0
Coldfire
by: Coldfire | last post by:
Since i cannot show the differences in a two-column like table. I am first putting MS SQL Server 2005 and then MySQL 5.x. MS SQL Server 2005 Brief Overview - SQL Server is a full-fledged...
5
by: Jordi Maycas | last post by:
Could I do something like this with .net 2005? PROGRAM WriteBootSector; VAR DiskSectorsPerTrack, DiskTracksPerHead, DiskHeads : WORD; FUNCTION WriteSector(Sector : WORD; Buffer : POINTER) :...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.