Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
QuestionCasting problem (with reflection) [modified] Pin
iqueiroz8-Feb-07 9:38
iqueiroz8-Feb-07 9:38 
AnswerRe: Casting problem (with reflection) Pin
Marc Clifton8-Feb-07 14:14
mvaMarc Clifton8-Feb-07 14:14 
GeneralRe: Casting problem (with reflection) Pin
iqueiroz8-Feb-07 23:13
iqueiroz8-Feb-07 23:13 
QuestionHow can i add a space to the property name to show it in the proertygrid control? Pin
jijj8-Feb-07 9:35
jijj8-Feb-07 9:35 
AnswerRe: How can i add a space to the property name to show it in the proertygrid control? Pin
iqueiroz8-Feb-07 9:40
iqueiroz8-Feb-07 9:40 
AnswerRe: How can i add a space to the property name to show it in the proertygrid control? Pin
Patrick Etc.8-Feb-07 11:51
Patrick Etc.8-Feb-07 11:51 
GeneralRe: How can i add a space to the property name to show it in the proertygrid control? Pin
jijj11-Feb-07 21:06
jijj11-Feb-07 21:06 
AnswerRe: How can i add a space to the property name to show it in the proertygrid control? Pin
LongRange.Shooter9-Feb-07 3:55
LongRange.Shooter9-Feb-07 3:55 
The property grid exposes everything via reflection and parameters. So you need to carefully name your visible properties in PascalCase to make the names as readable as possible. In the Description() attribute, include the full name and help text.
Questiondll Pin
cmarmr8-Feb-07 9:06
cmarmr8-Feb-07 9:06 
AnswerRe: dll Pin
Pete O'Hanlon8-Feb-07 9:19
mvePete O'Hanlon8-Feb-07 9:19 
GeneralRe: dll Pin
cmarmr8-Feb-07 9:36
cmarmr8-Feb-07 9:36 
GeneralRe: dll Pin
Pete O'Hanlon8-Feb-07 9:42
mvePete O'Hanlon8-Feb-07 9:42 
QuestionWebBrowser - tracking button clicks Pin
mojoshaneman8-Feb-07 8:25
mojoshaneman8-Feb-07 8:25 
AnswerRe: WebBrowser - tracking button clicks Pin
mojoshaneman9-Feb-07 8:44
mojoshaneman9-Feb-07 8:44 
QuestionThe instruction at "0x7c9105f8" referenced memory at "0x01650010". The memory could not be "read". Pin
Nitin19818-Feb-07 8:16
Nitin19818-Feb-07 8:16 
QuestionSwitching between .net 1 and 2 ? Pin
nemopeti8-Feb-07 8:02
nemopeti8-Feb-07 8:02 
AnswerRe: Switching between .net 1 and 2 ? Pin
Pete O'Hanlon8-Feb-07 9:17
mvePete O'Hanlon8-Feb-07 9:17 
GeneralRe: Switching between .net 1 and 2 ? Pin
Luc Pattyn8-Feb-07 10:25
sitebuilderLuc Pattyn8-Feb-07 10:25 
GeneralRe: Switching between .net 1 and 2 ? Pin
Pete O'Hanlon8-Feb-07 10:32
mvePete O'Hanlon8-Feb-07 10:32 
GeneralRe: Switching between .net 1 and 2 ? Pin
Wayne Phipps8-Feb-07 11:06
Wayne Phipps8-Feb-07 11:06 
GeneralRe: Switching between .net 1 and 2 ? Pin
ednrgc9-Feb-07 5:06
ednrgc9-Feb-07 5:06 
Questionnew instance of draw class always creates new window... why? Pin
Ranger498-Feb-07 7:43
Ranger498-Feb-07 7:43 
AnswerRe: new instance of draw class always creates new window... why? Pin
Ravi Bhavnani8-Feb-07 7:58
professionalRavi Bhavnani8-Feb-07 7:58 
GeneralRe: new instance of draw class always creates new window... why? Pin
Ranger498-Feb-07 8:02
Ranger498-Feb-07 8:02 
GeneralRe: new instance of draw class always creates new window... why? Pin
Ravi Bhavnani8-Feb-07 8:05
professionalRavi Bhavnani8-Feb-07 8:05 

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.