Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
Questionxml to gridview Pin
Tomlor198022-May-10 2:49
Tomlor198022-May-10 2:49 
AnswerRe: xml to gridview [Repost] Pin
Richard MacCutchan22-May-10 4:30
mveRichard MacCutchan22-May-10 4:30 
QuestionPass dynamic datagridview value to textbox Pin
asdf2321122-May-10 1:24
asdf2321122-May-10 1:24 
QuestionCode Quality Check Pin
Chiman122-May-10 1:06
Chiman122-May-10 1:06 
AnswerRe: Code Quality Check Pin
Abhinav S22-May-10 1:13
Abhinav S22-May-10 1:13 
AnswerRe: Code Quality Check Pin
Łukasz Nowakowski22-May-10 1:35
Łukasz Nowakowski22-May-10 1:35 
GeneralRe: Code Quality Check Pin
Khaniya22-May-10 2:29
professionalKhaniya22-May-10 2:29 
QuestionWindows Forms inheritance problem Pin
Łukasz Nowakowski22-May-10 0:02
Łukasz Nowakowski22-May-10 0:02 
As it's my first post here I should probably say "Hello" Smile | :)

In WinForms application I'm developing I'd like to have a Panel (let's name it "controlContent"), that should be editable in inherited classes (I want to add controls to it) and second Panel, that will have some buttons common to all controls in this hierarchy. The problem is that when I do it the simplest way - by setting controlContent to be protected - StyleCop says, that field should not be protected, create property instead. Well obviously he's right. But when I create what he want's I don't have access through Visual Studio designer to the Panel. And of course I don't wan't to write controls' layout manually.

Did anyone have similar issue? How can I solve it? (I was searching web, but either I'm asking google wrong questions or answer isn't there).
AnswerRe: Windows Forms inheritance problem Pin
Rob Smiley22-May-10 1:23
Rob Smiley22-May-10 1:23 
GeneralRe: Windows Forms inheritance problem Pin
Łukasz Nowakowski22-May-10 1:26
Łukasz Nowakowski22-May-10 1:26 
Questionclear history in browser Pin
Rajeshwar Code- Developer21-May-10 23:21
Rajeshwar Code- Developer21-May-10 23:21 
AnswerRe: clear history in browser Pin
Abhinav S22-May-10 0:26
Abhinav S22-May-10 0:26 
QuestionAbout Keyword in .NET Pin
Isaac Gordon21-May-10 22:12
Isaac Gordon21-May-10 22:12 
AnswerRe: About Keyword in .NET Pin
DaveyM6921-May-10 22:54
professionalDaveyM6921-May-10 22:54 
AnswerRe: About Keyword in .NET Pin
OriginalGriff21-May-10 23:07
mveOriginalGriff21-May-10 23:07 
GeneralRe: About Keyword in .NET Pin
Isaac Gordon21-May-10 23:21
Isaac Gordon21-May-10 23:21 
GeneralRe: About Keyword in .NET Pin
Pete O'Hanlon21-May-10 23:58
mvePete O'Hanlon21-May-10 23:58 
GeneralRe: About Keyword in .NET Pin
OriginalGriff22-May-10 0:09
mveOriginalGriff22-May-10 0:09 
GeneralRe: About Keyword in .NET Pin
harold aptroot22-May-10 0:24
harold aptroot22-May-10 0:24 
GeneralRe: About Keyword in .NET Pin
OriginalGriff22-May-10 0:35
mveOriginalGriff22-May-10 0:35 
GeneralRe: About Keyword in .NET Pin
Isaac Gordon22-May-10 0:55
Isaac Gordon22-May-10 0:55 
GeneralRe: About Keyword in .NET Pin
Pete O'Hanlon22-May-10 2:10
mvePete O'Hanlon22-May-10 2:10 
GeneralRe: About Keyword in .NET Pin
OriginalGriff22-May-10 2:24
mveOriginalGriff22-May-10 2:24 
AnswerRe: About Keyword in .NET Pin
Abhinav S22-May-10 0:28
Abhinav S22-May-10 0:28 
QuestionInserting multiple IDs in Items table but the same ID should go into MasterRequest table just once. Pin
Omar Akhtar 200921-May-10 20:51
Omar Akhtar 200921-May-10 20:51 

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.