Click here to Skip to main content
15,918,193 members
Home / Discussions / C#
   

C#

 
GeneralRe: Custom drawing a textbox Pin
Marlun3-Feb-06 5:48
Marlun3-Feb-06 5:48 
GeneralRe: Custom drawing a textbox Pin
Dave Kreskowiak3-Feb-06 12:11
mveDave Kreskowiak3-Feb-06 12:11 
GeneralRe: Custom drawing a textbox Pin
Marlun3-Feb-06 5:47
Marlun3-Feb-06 5:47 
GeneralRe: Custom drawing a textbox Pin
Dave Kreskowiak3-Feb-06 12:12
mveDave Kreskowiak3-Feb-06 12:12 
QuestionExcel files Pin
tray_gator2-Feb-06 22:31
tray_gator2-Feb-06 22:31 
AnswerRe: Excel files Pin
Ingo2-Feb-06 23:15
Ingo2-Feb-06 23:15 
QuestionSeveral Question about PropertyGrid Pin
mr_tawan2-Feb-06 22:23
mr_tawan2-Feb-06 22:23 
AnswerRe: Several Question about PropertyGrid Pin
IdUnknown3-Feb-06 5:28
IdUnknown3-Feb-06 5:28 
1.
mr_tawan wrote:
it will call TypeConverter.ConvertTo() to convert it back into object. Am I right ?


No. Override ConvertTo method to convert object to string for the property grid and Override ConvertFrom method to convert string from property to object.

2.
If you don't want a property to be visible. you can use [Browsable(false)] attribute to decorate the property. But, you might not need it.

3.
You should download Reflector for .Net[^] and look at how Microsoft wrote their typeconverter.
QuestionTabControl Alignment Pin
happycpp2-Feb-06 22:22
happycpp2-Feb-06 22:22 
Questionhow use Interface for sorting Pin
Sasuko2-Feb-06 22:12
Sasuko2-Feb-06 22:12 
AnswerRe: how use Interface for sorting Pin
Le centriste3-Feb-06 2:16
Le centriste3-Feb-06 2:16 
GeneralRe: how use Interface for sorting Pin
Sasuko3-Feb-06 7:16
Sasuko3-Feb-06 7:16 
GeneralRe: how use Interface for sorting Pin
Le centriste4-Feb-06 9:21
Le centriste4-Feb-06 9:21 
QuestionFill GridView Pin
albCode2-Feb-06 22:11
albCode2-Feb-06 22:11 
QuestionUse user scroolbar with listview Pin
fregolo522-Feb-06 21:26
fregolo522-Feb-06 21:26 
Questionrotate a label Pin
chaturanga2-Feb-06 21:12
chaturanga2-Feb-06 21:12 
AnswerRe: rotate a label Pin
AB77712-Feb-06 21:42
AB77712-Feb-06 21:42 
GeneralRe: rotate a label Pin
Sasuko2-Feb-06 22:09
Sasuko2-Feb-06 22:09 
GeneralRe: rotate a label Pin
Dave Kreskowiak3-Feb-06 1:39
mveDave Kreskowiak3-Feb-06 1:39 
GeneralRe: rotate a label Pin
Dario Solera3-Feb-06 1:43
Dario Solera3-Feb-06 1:43 
GeneralRe: rotate a label Pin
Sasuko3-Feb-06 2:09
Sasuko3-Feb-06 2:09 
GeneralRe: rotate a label Pin
Dario Solera3-Feb-06 2:42
Dario Solera3-Feb-06 2:42 
GeneralRe: rotate a label Pin
Sasuko3-Feb-06 7:20
Sasuko3-Feb-06 7:20 
GeneralRe: rotate a label Pin
Dario Solera3-Feb-06 7:29
Dario Solera3-Feb-06 7:29 
GeneralRe: rotate a label Pin
Sasuko3-Feb-06 8:15
Sasuko3-Feb-06 8:15 

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.