Click here to Skip to main content
15,902,299 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionhow change specific row back color in DataGrid? Pin
zeroonea17-Jun-07 20:51
zeroonea17-Jun-07 20:51 
AnswerRe: how change specific row back color in DataGrid? Pin
ozzyrocsdbn17-Jun-07 21:27
ozzyrocsdbn17-Jun-07 21:27 
GeneralRe: how change specific row back color in DataGrid? Pin
zeroonea17-Jun-07 21:51
zeroonea17-Jun-07 21:51 
GeneralRe: how change specific row back color in DataGrid? Pin
RepliCrux18-Jun-07 14:20
RepliCrux18-Jun-07 14:20 
GeneralRe: how change specific row back color in DataGrid? Pin
zeroonea18-Jun-07 19:09
zeroonea18-Jun-07 19:09 
GeneralRe: how change specific row back color in DataGrid? Pin
RepliCrux18-Jun-07 19:10
RepliCrux18-Jun-07 19:10 
AnswerRe: how change specific row back color in DataGrid? Pin
Stu Richardson20-Jun-07 6:30
Stu Richardson20-Jun-07 6:30 
QuestionUITypeEditor and Factory Creation Pin
Paul Selormey17-Jun-07 15:21
Paul Selormey17-Jun-07 15:21 
Hello All,
Please help me solve this problem. I want to create an editor/designer that will handle the following situation.
I have an abstract class Marker, and many different implementations that will not be exposed to the user.

The markers are created through a factory system, MarkerFactory, and I have a collection
of the markers in a Control that I will to create the editor/designer for.
<br />
public class Marker<br />
{<br />
    protected Marker(...){}<br />
} <br />
<br />
internal class AMarker : Marker<br />
{<br />
} <br />
<br />
internal class BMarker : Marker<br />
{<br />
} <br />
<br />
public class MarkerFactory<br />
{<br />
    public Marker Create(...) {return newMarker;}<br />
}<br />
<br />
public class MarkerControl : Control<br />
{<br />
  [MarkerDesigner]<br />
  [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]<br />
   public IList<Marker> Markers<br />
   {<br />
       get{ return markerList;}<br />
   }<br />
} <br />

Any guide/hint as to how I could create such an UITypeEditor, that will work with the
factory system.

Best regards,

Paul.


-- modified at 10:40 Monday 18th June, 2007

Jesus Christ is LOVE! Please tell somebody.

AnswerRe: Selected item count in a listbox Pin
Dave Kreskowiak15-Jun-07 15:10
mveDave Kreskowiak15-Jun-07 15:10 
GeneralRe: Selected item count in a listbox Pin
Paul Conrad17-Jun-07 6:30
professionalPaul Conrad17-Jun-07 6:30 
QuestionTime editor .NET Windows Forms control (Please !) Pin
NicoJS15-Jun-07 4:13
NicoJS15-Jun-07 4:13 
AnswerRe: Time editor .NET Windows Forms control (Please !) Pin
tantoun15-Jun-07 4:34
tantoun15-Jun-07 4:34 
Questionyes/no Pin
tantoun14-Jun-07 10:45
tantoun14-Jun-07 10:45 
AnswerRe: yes/no Pin
Sathesh Sakthivel14-Jun-07 15:51
Sathesh Sakthivel14-Jun-07 15:51 
AnswerRe: yes/no Pin
Christian Graus14-Jun-07 21:20
protectorChristian Graus14-Jun-07 21:20 
GeneralRe: yes/no Pin
tantoun14-Jun-07 23:08
tantoun14-Jun-07 23:08 
GeneralRe: yes/no Pin
Pete O'Hanlon15-Jun-07 0:33
mvePete O'Hanlon15-Jun-07 0:33 
GeneralRe: yes/no Pin
tantoun15-Jun-07 4:32
tantoun15-Jun-07 4:32 
GeneralRe: yes/no Pin
Christian Graus17-Jun-07 10:20
protectorChristian Graus17-Jun-07 10:20 
GeneralRe: yes/no Pin
Brady Kelly16-Jun-07 0:23
Brady Kelly16-Jun-07 0:23 
GeneralRe: yes/no Pin
Christian Graus17-Jun-07 10:21
protectorChristian Graus17-Jun-07 10:21 
QuestionForm with an abstract base class? Pin
Jon Hulatt13-Jun-07 0:49
Jon Hulatt13-Jun-07 0:49 
AnswerRe: Form with an abstract base class? Pin
Pete O'Hanlon13-Jun-07 2:31
mvePete O'Hanlon13-Jun-07 2:31 
GeneralRe: Form with an abstract base class? Pin
originSH18-Jun-07 23:46
originSH18-Jun-07 23:46 
GeneralRe: Form with an abstract base class? Pin
Colin Angus Mackay19-Jun-07 0:07
Colin Angus Mackay19-Jun-07 0:07 

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.