Click here to Skip to main content
16,004,977 members
Home / Discussions / C#
   

C#

 
QuestionHow to select a treenode with right click Pin
sharpiesharpie7-Feb-07 5:35
sharpiesharpie7-Feb-07 5:35 
AnswerRe: How to select a treenode with right click Pin
Abisodun7-Feb-07 5:54
Abisodun7-Feb-07 5:54 
GeneralRe: How to select a treenode with right click Pin
sharpiesharpie7-Feb-07 6:48
sharpiesharpie7-Feb-07 6:48 
GeneralRe: How to select a treenode with right click Pin
Abisodun7-Feb-07 9:07
Abisodun7-Feb-07 9:07 
QuestionDataGrid Pin
The Brazilian One7-Feb-07 5:28
The Brazilian One7-Feb-07 5:28 
AnswerRe: DataGrid Pin
Marc Clifton7-Feb-07 5:38
mvaMarc Clifton7-Feb-07 5:38 
QuestionTransparent Button Problem Pin
deanpugh7-Feb-07 5:25
deanpugh7-Feb-07 5:25 
QuestionStyle Builder Editor Pin
Christopher Stratmann7-Feb-07 5:10
Christopher Stratmann7-Feb-07 5:10 
In visual studio 2005 within an asp.net project you can bring up the style builder by placing an html input control on a web page and going to style in the property grid. I would like to use this editor in a windows C# project on my property grid.

How do I make the following show that editor in my class that is the "SelectedObject" in the property grid?

class mySelectedObject
{
private string mStyle;
/// [I know I need to put something here in the brackets]
public string Style
{
get { return mStyle; }
set { mStyle = value; }
}
}

Thanks
Chris
AnswerRe: Style Builder Editor Pin
Marc Clifton7-Feb-07 5:25
mvaMarc Clifton7-Feb-07 5:25 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:26
Christopher Stratmann7-Feb-07 5:26 
GeneralRe: Style Builder Editor Pin
Marc Clifton7-Feb-07 5:35
mvaMarc Clifton7-Feb-07 5:35 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:32
Christopher Stratmann7-Feb-07 5:32 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:37
Christopher Stratmann7-Feb-07 5:37 
AnswerRe: Style Builder Editor Pin
Stefan Troschuetz7-Feb-07 5:37
Stefan Troschuetz7-Feb-07 5:37 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:39
Christopher Stratmann7-Feb-07 5:39 
GeneralRe: Style Builder Editor Pin
Stefan Troschuetz7-Feb-07 6:14
Stefan Troschuetz7-Feb-07 6:14 
QuestionVS2005 Addin Pin
topcatalpha7-Feb-07 5:07
topcatalpha7-Feb-07 5:07 
AnswerRe: VS2005 Addin Pin
topcatalpha13-Feb-07 4:51
topcatalpha13-Feb-07 4:51 
AnswerRe: VS2005 Addin Pin
topcatalpha13-Feb-07 23:00
topcatalpha13-Feb-07 23:00 
QuestionQuestion about Filling Semi curved shapes Pin
ThetaClear7-Feb-07 4:45
ThetaClear7-Feb-07 4:45 
AnswerRe: Question about Filling Semi curved shapes Pin
Luc Pattyn7-Feb-07 6:25
sitebuilderLuc Pattyn7-Feb-07 6:25 
GeneralRe: Question about Filling Semi curved shapes Pin
ThetaClear7-Feb-07 22:39
ThetaClear7-Feb-07 22:39 
QuestionRemoting problem using multiple clients Pin
Praveen Raghuvanshi7-Feb-07 4:10
professionalPraveen Raghuvanshi7-Feb-07 4:10 
AnswerRe: Remoting problem using multiple clients Pin
led mike7-Feb-07 6:19
led mike7-Feb-07 6:19 
QuestionProblem with ReadLine method! Help wanted! Pin
vitaco7-Feb-07 4:06
vitaco7-Feb-07 4:06 

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.