About MyForm.Designer.vb

  • Thread starter Thread starter Mika M
  • Start date Start date
M

Mika M

I've created my Windows Forms application using VB 2003. I've just
started to use VB 2005, and opened that same project with VB 2005. VB
2005 seems to generate "Myform.Designer.vb"-file for all new forms,
which is good feature in my mind.

Is it possible to generate .Designer.vb-file simple way for those all
older forms somehow which were created earlier using VB 2003?

I succeeded to make one using "copy/paste"-technique, but it may not be
the best way :)
 
Mika M said:
I've created my Windows Forms application using VB 2003. I've just
started to use VB 2005, and opened that same project with VB 2005. VB
2005 seems to generate "Myform.Designer.vb"-file for all new forms,
which is good feature in my mind.

Is it possible to generate .Designer.vb-file simple way for those all
older forms somehow which were created earlier using VB 2003?

That's not supported out of the box.
 
Herfried,

That's not supported out of the box.

In fact it is a piece of cake to make that of course using the streamreader
and the streamwriter.

:-)

Cor
 

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