save window form file

  • Thread starter Thread starter Chen
  • Start date Start date
C

Chen

I have a windows project.
One of its form has some tab controls and thousands other controls.
Recently frequently after I made some change to the form and selct File-->
Save frmMyTab.vb.
Then It took hours to do the save. (The bottom save image was fleshing)
and the task manager told me the project Not responding and devenv.exe took
99% of CPU.

I have to kill the application to reload the project to continue.
Besides many times after save the form I found the order of tab pages were
changed and I had reorder the tabpages.

Anyone had the same experience?
 
Chen,

Tabpage,
A very well known bug.
To repair it you have to remove and add them everytime again in Z order,
(from the last to the first.)

I hope this helps?

Cor
 
* "Chen said:
One of its form has some tab controls and thousands other controls.
Recently frequently after I made some change to the form and selct File-->
Save frmMyTab.vb.
Then It took hours to do the save. (The bottom save image was fleshing)
and the task manager told me the project Not responding and devenv.exe took
99% of CPU.

I have to kill the application to reload the project to continue.
Besides many times after save the form I found the order of tab pages were
changed and I had reorder the tabpages.

The reordering of tabpages is a well-known problem (see Cor's reply on
how to "fix" it). Nevertheless, my copy of VS.NET never locked when
saving a project.
 

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