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

Why does loading a form cause a change.

This is VS 2008 acting like VS 2002. I open a form and it is marked as
changed.

Why would that happen?

LS

Jun 27 '08 #1
4 949
Lloyd,

Is this in your IDE or you mean as it is used.

In the IDE I have this sometimes as I don't save something and the RESX
becomes corupted and VS tries to repair that every time.

Cor

Jun 27 '08 #2


"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:57**********************************@microsof t.com...
Lloyd,

Is this in your IDE or you mean as it is used.

In the IDE I have this sometimes as I don't save something and the RESX
becomes corupted and VS tries to repair that every time.

Cor
No I took a copy before loading the form and after and did a compare. It is
changing tabpage sizes. Same project , same action in VS 2005 no problem.

LS

Jun 27 '08 #3
On Apr 17, 3:25 pm, "Lloyd Sheen" <a...@b.cwrote:
"Cor Ligthert[MVP]" <notmyfirstn...@planet.nlwrote in message

news:57**********************************@microsof t.com...
Lloyd,
Is this in your IDE or you mean as it is used.
In the IDE I have this sometimes as I don't save something and the RESX
becomes corupted and VS tries to repair that every time.
Cor

No I took a copy before loading the form and after and did a compare. It is
changing tabpage sizes. Same project , same action in VS 2005 no problem.

LS
I also have a complaint about VB 2005 express IDE. Though you resize
properties window and reduce solution explorer's height to make
properties / command / desciption window more visible, it backs to
smaller after next launch of my project.

I mean, resizing properties and description / command window does NOT
remain permanent. It gets lost after next project launch (same
project).
Posted to a VS newsgroups with no solution.
Jun 27 '08 #4
On Apr 17, 4:41 pm, kimiraikkonen <kimiraikkone...@gmail.comwrote:
On Apr 17, 3:25 pm, "Lloyd Sheen" <a...@b.cwrote:
"Cor Ligthert[MVP]" <notmyfirstn...@planet.nlwrote in message
news:57**********************************@microsof t.com...
Lloyd,
Is this in your IDE or you mean as it is used.
In the IDE I have this sometimes as I don't save something and the RESX
becomes corupted and VS tries to repair that every time.
Cor
No I took a copy before loading the form and after and did a compare. It is
changing tabpage sizes. Same project , same action in VS 2005 no problem.
LS

I also have a complaint about VB 2005 express IDE. Though you resize
properties window and reduce solution explorer's height to make
properties / command / desciption window more visible, it backs to
smaller after next launch of my project.

I mean, resizing properties and description / command window does NOT
remain permanent. It gets lost after next project launch (same
project).

Posted to a VS newsgroups with no solution.
Here are the screenshots that makes annoying:

This shot is the one, whose size and alignment i want to have in every
lanuch of my project:
http://img205.imageshack.us/img205/1626/vs1ug5.jpg

But after i re-open the project, properties window height size is
decreased automatically:
http://img205.imageshack.us/img205/2655/vs2un9.jpg

Hope a kind of solution exists.(saving properties window position
permanentely)

Thanks
Jun 27 '08 #5

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

Similar topics

3
by: Jack | last post by:
Hi, I have a form when loaded, retrieves record from an access table. Among other fields there is a check box called FinalUpdate. This is tied to a field in Access of type Yes/No. The form...
11
by: JS | last post by:
Dear Group, I have a webpage of small images. At the bottom is a Javascript function. If someone scrolls impatiently to the function link, when the action is complete the html does not continue...
4
by: Corey | last post by:
I am having some real trouble getting a listbox rowsource to load properly. The listbox is actually on a subform. My main form has several command buttons that change the MASTER_SUB_FORM object...
2
by: Rudy | last post by:
Hello all! So I get the following error when I try to update my dataset from a windows form. "Can't create a child list for field 'TableName'" This is the error I get in my application, I found...
3
by: GP | last post by:
We are connecting to sql server database in the webservices & retrieve the data as dataset from the webservices and load it to the aspx pages ,But we find loading of the aspx pages takes longer...
5
by: Charlie Brown | last post by:
I am using the following to load my mdi form into the parent. If Me.frmIncoming Is Nothing Then Me.frmIncoming = New IncomingForm Me.frmIncoming.MdiParent = Me End If Me.frmIncoming.Show()...
5
by: Ted Ngo | last post by:
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { txtSource.Focus(); frmMain.Visible = true; divWait.Visible = false; btnsubmit.Visible = true;
4
by: BerkshireGuy | last post by:
Is there an event that triggers as a form is loading? I want to display a "loading form" event as the form is loading since it tends to take 20 second or so to open. TIA Brian
11
pbmods
by: pbmods | last post by:
A somewhat obscure hack has emerged recently that is an offshoot of the now-infamous XSS. It is known as Cross-Site Request Forgery, or XSRF for short. XSRF is a form of temporary identity theft...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: 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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.