2002->2003 form format differences?

  • Thread starter Thread starter Larry Woods
  • Start date Start date
L

Larry Woods

Does anyone know of a source for an explanation of the form class format
changes between VS 2002 and VS 2003?

TIA,

Larry Woods
 
Larry,
I did not see any changes in the source. I think only the references, maybe
the resource, it goes automaticly.
Cor
 
Thanks, Jay

I'll check out the references.

What I meant by "form format" is in reference to when you load a
2002-created vb form you get the message "Do you want to convert it to 2003?
(roughly)" What I am looking for is just exactly what "convert it" means.
I want to know what the changes are in the format that needs to be
converted.

Larry
 
Larry,
As far as I know the article at code project identifies the physical changes
to the files when you 'convert it'.

None of your VB.NET code changes, its version numbers in the Project,
Solution, and Resource files.

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top