Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading XML from a web service Pin
PIEBALDconsult12-Jun-12 7:45
mvePIEBALDconsult12-Jun-12 7:45 
GeneralRe: Reading XML from a web service Pin
JD8612-Jun-12 8:30
JD8612-Jun-12 8:30 
GeneralRe: Reading XML from a web service Pin
JD8612-Jun-12 8:35
JD8612-Jun-12 8:35 
AnswerRe: Reading XML from a web service Pin
jschell12-Jun-12 9:03
jschell12-Jun-12 9:03 
GeneralRe: Reading XML from a web service Pin
JD8612-Jun-12 9:33
JD8612-Jun-12 9:33 
AnswerRe: Reading XML from a web service Pin
JD8612-Jun-12 10:32
JD8612-Jun-12 10:32 
QuestionURL Rewriting does not work after Publishing Code in ASP.NET,C# VS 2005 Pin
masterprogrammertech12-Jun-12 5:00
masterprogrammertech12-Jun-12 5:00 
QuestionPossible Bug in VS 2010 IDE Pin
Steve Harp12-Jun-12 4:27
Steve Harp12-Jun-12 4:27 
I'm dealing with what I think might be a bug in Visual Studio 2010 Professional. I have several forms in my application (WinForms, .NET 4x) which use a SplitContainer to provide a button panel (OK, Cancel, etc.) at the bottom of the form. I set the SplitContainer.FixedPanel to Panel2 and SplitContainer.IsSplitterFixed to true.

The form in question has SplitContainer objects nested 3 deep with DataGridView components in 3 of the panels and buttons in the 4th.

Now every time I press F6 to compile, the main parent SplitContainer.SplitterDistance is incremented by a value of 3. This happens with each F6 press until the components on Panel2 are being truncated on the lower edge of the panel.

I tried to duplicate the behavior by adding the same components to a new form. It wasn't until I added DataGridView components to some of the panels that the SplitterDistance of the main splitter component changed on compile. I'm guessing that the problem has to do with the complexity of the form and not with the DataGridView components specifically.

In general, I've had several problems with components not maintaining their positions during development. I can finish working on a form and return later to find everything moved around. Very frustrating Confused | :confused:

Has anyone else seen this behavior? Is there a workaround?

Thanks....
AnswerRe: Possible Bug in VS 2010 IDE Pin
PIEBALDconsult12-Jun-12 4:45
mvePIEBALDconsult12-Jun-12 4:45 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp12-Jun-12 5:26
Steve Harp12-Jun-12 5:26 
AnswerRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen12-Jun-12 8:48
professionalEddy Vluggen12-Jun-12 8:48 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 3:47
Steve Harp13-Jun-12 3:47 
AnswerRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 3:57
professionalEddy Vluggen13-Jun-12 3:57 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 4:07
Steve Harp13-Jun-12 4:07 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 4:51
professionalEddy Vluggen13-Jun-12 4:51 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 7:41
Steve Harp13-Jun-12 7:41 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 8:01
professionalEddy Vluggen13-Jun-12 8:01 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 8:20
Steve Harp13-Jun-12 8:20 
QuestionIssue with Click-once Deployment Pin
McCombi12-Jun-12 0:23
McCombi12-Jun-12 0:23 
Questionc# Pin
fadi1321112-Jun-12 0:09
fadi1321112-Jun-12 0:09 
AnswerRe: c# Pin
Pete O'Hanlon12-Jun-12 1:03
mvePete O'Hanlon12-Jun-12 1:03 
AnswerRe: c# Pin
Dave Kreskowiak12-Jun-12 2:18
mveDave Kreskowiak12-Jun-12 2:18 
JokeRe: c# PinPopular
markovl12-Jun-12 2:55
markovl12-Jun-12 2:55 
GeneralRe: c# Pin
Keith Barrow12-Jun-12 4:38
professionalKeith Barrow12-Jun-12 4:38 
GeneralRe: c# PinPopular
markovl12-Jun-12 4:47
markovl12-Jun-12 4:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.