Bug in 2008

J

Joey Joe Joe

Can anyone verify this bug in 2008? (Express edition)

1. Create new Windows Form Application
2. Set the Form's FormBorderStyle to None then back to Sizable
3. Grab the lower right corner and resize the form smaller then bigger.
4. What happened, if anything? (the form should repaint improperly)
 
S

Steve Thackery

4. What happened, if anything? (the form should repaint improperly)

Confirmed. You get what looks like a bar code around the form.

(Running C# 2008 Express on Vista Home Premium)

SteveT
 
?

=?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?=

Joey said:
Can anyone verify this bug in 2008? (Express edition)

1. Create new Windows Form Application
2. Set the Form's FormBorderStyle to None then back to Sizable
3. Grab the lower right corner and resize the form smaller then bigger.
4. What happened, if anything? (the form should repaint improperly)

No problem here I think, if I understood the description correctly.
Running professional (ie. not express) on Windows XP with all patches.
 
W

Willy Denoyette [MVP]

Joey Joe Joe said:
Can anyone verify this bug in 2008? (Express edition)

1. Create new Windows Form Application
2. Set the Form's FormBorderStyle to None then back to Sizable
3. Grab the lower right corner and resize the form smaller then bigger.
4. What happened, if anything? (the form should repaint improperly)


Confirmed using Team System on Vista Premium, no problem on W2K3 and XP. It
looks like this is a Vista only issue, I've noticed the same issue with
other (non .NET) applications.

Willy.
 
J

Joey Joe Joe

My test was done on Vista Home Premium Edition. So it looks like a Vista
problem.
 
N

Nicholas Paldino [.NET/C# MVP]

Since it has been confirmed (I will try to confirm it tonight on Vista),
why not place an item in Microsoft Connect and post the link up for us?
 
J

Joey Joe Joe

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=311255

Nicholas Paldino said:
Since it has been confirmed (I will try to confirm it tonight on
Vista), why not place an item in Microsoft Connect and post the link up
for us?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Joey Joe Joe said:
Can anyone verify this bug in 2008? (Express edition)

1. Create new Windows Form Application
2. Set the Form's FormBorderStyle to None then back to Sizable
3. Grab the lower right corner and resize the form smaller then bigger.
4. What happened, if anything? (the form should repaint improperly)
 
C

Chris Nahr

Confirmed using Team System on Vista Premium, no problem on W2K3 and XP. It
looks like this is a Vista only issue, I've noticed the same issue with
other (non .NET) applications.

Sounds like a graphics driver issue to me. Try disabling Aero and see
what happens. Possibly the new WPF subsystem is using a different way
to draw windows than the old WinForms library?
 

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

Top