473,388 Members | 1,600 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,388 software developers and data experts.

Major problem with VS 2008

I know there are other files that we don't get to see in VS 2008 but why. I
know there is info about what regions are collapsed etc.

Now I have a problem with the form designer. When I open a form it right
off the bat marks it as changed. Just a double click on the form will cause
this. So I close it and say no to save it because in my mind there is no
change. Well I have a couple of ToolStripStatusLabel's that exist now in
the designer file but are no longer associated with a StatusStrip.

I really wish MS had used VS 2005 as the base for this version of VS rather
than VS 2002 which had the same types of problems. I never ran into these
types of problems with VS 2005 but VS 2008 is a real pile of _____ fill in
the blanks.

I now have to go into the designer file since ToolStripStatusLabel's do not
really exist in the form by themselves. Re add them and wait for the next
time I open the form.

I would really like to know why just opening a form will mark it as changed.
I CHANGED NOTHING.

Does anyone else have these problems.

Lloyd Sheen

Jun 27 '08 #1
8 911

"Lloyd Sheen" <a@b.cwrote in message
news:Oz**************@TK2MSFTNGP06.phx.gbl...
>I know there are other files that we don't get to see in VS 2008 but why.
I know there is info about what regions are collapsed etc.

Now I have a problem with the form designer. When I open a form it right
off the bat marks it as changed. Just a double click on the form will
cause this. So I close it and say no to save it because in my mind there
is no change. Well I have a couple of ToolStripStatusLabel's that exist
now in the designer file but are no longer associated with a StatusStrip.

I really wish MS had used VS 2005 as the base for this version of VS
rather than VS 2002 which had the same types of problems. I never ran
into these types of problems with VS 2005 but VS 2008 is a real pile of
_____ fill in the blanks.

I now have to go into the designer file since ToolStripStatusLabel's do
not really exist in the form by themselves. Re add them and wait for the
next time I open the form.

I would really like to know why just opening a form will mark it as
changed. I CHANGED NOTHING.

Does anyone else have these problems.

Lloyd Sheen
I did more testing with a diff program and find out that neither the
designer or resx files are changed if I open then save even if the form is
marked as changed. Clean will not fixed so where and why does VS 2008 think
that things have changed??

LS

Jun 27 '08 #2
Lloyd Sheen wrote:
"Lloyd Sheen" <a@b.cwrote in message
>>
I would really like to know why just opening a form will mark it as
changed. I CHANGED NOTHING.

Does anyone else have these problems.

Lloyd Sheen

I did more testing with a diff program and find out that neither the
designer or resx files are changed if I open then save even if the
form is marked as changed. Clean will not fixed so where and why
does VS 2008 think that things have changed??
I don't know either but I have seen it happen with VS 2005 as well, if that is
any consolation.
Jun 27 '08 #3
On Sat, 10 May 2008 17:22:01 -0700, "Steve Gerrard"
<my********@comcast.netwrote:
>Lloyd Sheen wrote:
>"Lloyd Sheen" <a@b.cwrote in message
>>>
I would really like to know why just opening a form will mark it as
changed. I CHANGED NOTHING.

Does anyone else have these problems.

Lloyd Sheen

I did more testing with a diff program and find out that neither the
designer or resx files are changed if I open then save even if the
form is marked as changed. Clean will not fixed so where and why
does VS 2008 think that things have changed??

I don't know either but I have seen it happen with VS 2005 as well, if that is
any consolation.
I have a couple of UserControl based classes that do this in both
VS2005 and 2008. It's very annoying.
Jun 27 '08 #4
I just say Yes to save and get on with it.

"Lloyd Sheen" <a@b.cwrote in message
news:OW**************@TK2MSFTNGP03.phx.gbl...
>
"Lloyd Sheen" <a@b.cwrote in message
news:Oz**************@TK2MSFTNGP06.phx.gbl...
>>I know there are other files that we don't get to see in VS 2008 but why.
I know there is info about what regions are collapsed etc.

Now I have a problem with the form designer. When I open a form it right
off the bat marks it as changed. Just a double click on the form will
cause this. So I close it and say no to save it because in my mind there
is no change. Well I have a couple of ToolStripStatusLabel's that exist
now in the designer file but are no longer associated with a StatusStrip.

I really wish MS had used VS 2005 as the base for this version of VS
rather than VS 2002 which had the same types of problems. I never ran
into these types of problems with VS 2005 but VS 2008 is a real pile of
_____ fill in the blanks.

I now have to go into the designer file since ToolStripStatusLabel's do
not really exist in the form by themselves. Re add them and wait for the
next time I open the form.

I would really like to know why just opening a form will mark it as
changed. I CHANGED NOTHING.

Does anyone else have these problems.

Lloyd Sheen

I did more testing with a diff program and find out that neither the
designer or resx files are changed if I open then save even if the form is
marked as changed. Clean will not fixed so where and why does VS 2008
think that things have changed??

LS

Jun 27 '08 #5
At step 9, for me, it is marked as changed. You should log this into
Microsoft Connect.

"Lloyd Sheen" wrote:
>
Steps to recreate the problem

1. Create new form
2. Save and close
3. Open form (not marked as changed)
4. Add tabcontrol and dock fill to form
5. Save and close
6. Open form (not marked as changed)
7. Add listbox and dock fill to tabpage
8. Save and close
9. Open form (not marked as changed)
10. Click on tabpage2 so that it is selected
11. Save and close
12. Open form (now it is marked as changed but does not open to tabpage2

After all that on each open of the form it is marked as changed. I hope you
are listening MS.
After all that playing with the designer file and then opening the form I
find that if I comment out the line when I dock fill the listbox the form
will not open as changed.

LS


Jun 27 '08 #6
Family Tree Mike wrote:
At step 9, for me, it is marked as changed. You should log this into
Microsoft Connect.
Ditto for me, in VS 2005. Also ditto the listbox Fill status. If the Listbox is
not docked, no change. If it is docked to a tab page, opening it marks the form
as changed. It is just so not right.
Jun 27 '08 #7

"Family Tree Mike" <Fa************@discussions.microsoft.comwrote in
message news:29**********************************@microsof t.com...
At step 9, for me, it is marked as changed. You should log this into
Microsoft Connect.

"Lloyd Sheen" wrote:
>>
Steps to recreate the problem

1. Create new form
2. Save and close
3. Open form (not marked as changed)
4. Add tabcontrol and dock fill to form
5. Save and close
6. Open form (not marked as changed)
7. Add listbox and dock fill to tabpage
8. Save and close
9. Open form (not marked as changed)
10. Click on tabpage2 so that it is selected
11. Save and close
12. Open form (now it is marked as changed but does not open to
tabpage2

After all that on each open of the form it is marked as changed. I hope
you
are listening MS.
After all that playing with the designer file and then opening the form I
find that if I comment out the line when I dock fill the listbox the form
will not open as changed.

LS


Submitted to MS Connect
LS

Jun 27 '08 #8
I wish WORD developers would think this same way.

1. Open a file,
2. print it,
3. close it,

4. and HERE is that same question about saving changes. I changed
NOTHING! Yet it asks me about saving my "changes" and has forever.

So I get used to clicking No and then one time I did change something, I
lose it when I automatically click no to this DUMB, ALWAYS THERE
QUESTION!

Yeah, there should be some fixing of what we have instead of this
headlong rush to put out more broken code on top of broken code!

Just my opinion,
Mike

On Sat, 10 May 2008 18:23:44 -0400, in
microsoft.public.dotnet.languages.vb "Lloyd Sheen" <a@b.cwrote:
>I know there are other files that we don't get to see in VS 2008 but why. I
know there is info about what regions are collapsed etc.

Now I have a problem with the form designer. When I open a form it right
off the bat marks it as changed. Just a double click on the form will cause
this. So I close it and say no to save it because in my mind there is no
change. Well I have a couple of ToolStripStatusLabel's that exist now in
the designer file but are no longer associated with a StatusStrip.

I really wish MS had used VS 2005 as the base for this version of VS rather
than VS 2002 which had the same types of problems. I never ran into these
types of problems with VS 2005 but VS 2008 is a real pile of _____ fill in
the blanks.

I now have to go into the designer file since ToolStripStatusLabel's do not
really exist in the form by themselves. Re add them and wait for the next
time I open the form.

I would really like to know why just opening a form will mark it as changed.
I CHANGED NOTHING.

Does anyone else have these problems.

Lloyd Sheen
Jun 27 '08 #9

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

Similar topics

1
by: John Doe | last post by:
Does anyone understand what a 'raw device number' is with respect os.major() and os.minor() Found in os-file-dir.html, section 6.1.4, os.major() description is: major(device) Extracts a...
5
by: Bootstrap Bill | last post by:
Does anyone have a list of applications that have been ported to the .net framework? Does anyone know if future versions of Office will be ported? What about other Microsoft products? Games?
0
by: Oliver Elphick | last post by:
The attached proposal is written primarily for Debian. Its motivation is that the current package upgrade process is pretty flaky and also that the current packaging does not really provide for...
2
by: Jef Driesen | last post by:
I'm working on a project where i need to exchange multidimensional data between C/C++ (row-major) and matlab (column-major). I understand the difference between those two mappings to linear memory....
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
1
by: sundarvenkata | last post by:
Hi All, Is there a major mode equivalent in Visual Studio 2008?. Since I am from Emacs background, I am finding it hard to draw equivalent terminologies. Thanks in advance. Sundar
1
by: wrightda2005 | last post by:
I when you click to go to the pages on the drop down menu it goes back to the same page it starts on <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />...
3
by: Lax | last post by:
Isn't it "technically" meaningless to call C a "row major language," since there are no such things as multidimensional arrays in C. In C you can define arrays of arrays, and the way that the...
9
by: BobbyDazzler | last post by:
Currently running an Access97 app split fe/be on one pc running Windows XP. Upgrading to Access 2003 and adding a new pc running Windows Vista via a router (wired). Obviously both pc's will have...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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.