Bug in 2008

  • Thread starter Thread starter Joey Joe Joe
  • Start date Start date
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)
 
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
 
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.
 
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.
 
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?
 
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)
 
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

Back
Top