Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionLocalization and Internationalization Help needed Pin
ind_coder24-Jan-07 18:35
ind_coder24-Jan-07 18:35 
QuestionContext Menu for VS Template Pin
Sohail_Alig24-Jan-07 18:31
Sohail_Alig24-Jan-07 18:31 
QuestionAxMSChart20Lib.AxMSChart Pin
GunaChinna24-Jan-07 17:10
GunaChinna24-Jan-07 17:10 
QuestionReflection question Pin
Jamie Nordmeyer24-Jan-07 16:54
Jamie Nordmeyer24-Jan-07 16:54 
AnswerRe: Reflection question Pin
Luc Pattyn24-Jan-07 18:48
sitebuilderLuc Pattyn24-Jan-07 18:48 
AnswerRe: Reflection question Pin
Shajeel24-Jan-07 19:00
Shajeel24-Jan-07 19:00 
GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 4:15
Jamie Nordmeyer25-Jan-07 4:15 
GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 4:36
Jamie Nordmeyer25-Jan-07 4:36 
OK, you're right. My problem, as it turns out, is that one of the properties I'm trying to set (which just happens to be on my base class, thus the origin of this question) has a PRIVATE set accessor (the get is public), and this is throwing the reflection framework off. Using the BindingFlags enumeration to tell GetProperties that I want NonPublic members doesn't help, since the property itself is public. Crud...

Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan
Portland, Oregon, USA
www.defaultn.com

GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 5:00
Jamie Nordmeyer25-Jan-07 5:00 
AnswerRe: Reflection question Pin
Seishin#24-Jan-07 21:46
Seishin#24-Jan-07 21:46 
GeneralRe: Reflection question Pin
Jamie Nordmeyer25-Jan-07 4:14
Jamie Nordmeyer25-Jan-07 4:14 
Questionnewbie: DataGridView doesnt Respond for MouseClicks Pin
Monika Dotnet Newbie24-Jan-07 16:38
Monika Dotnet Newbie24-Jan-07 16:38 
AnswerRe: newbie: DataGridView doesnt Respond for MouseClicks Pin
tigreder24-Jan-07 21:56
tigreder24-Jan-07 21:56 
QuestionCommand Prompt Showing [modified] Pin
dsl/fahk24-Jan-07 16:20
dsl/fahk24-Jan-07 16:20 
AnswerRe: Command Prompt Showing Pin
ShermansLagoon24-Jan-07 20:32
ShermansLagoon24-Jan-07 20:32 
GeneralRe: Command Prompt Showing Pin
dsl/fahk25-Jan-07 0:54
dsl/fahk25-Jan-07 0:54 
QuestionInvokeRequired question Pin
JoeRip24-Jan-07 15:11
JoeRip24-Jan-07 15:11 
AnswerRe: InvokeRequired question Pin
Luc Pattyn24-Jan-07 15:17
sitebuilderLuc Pattyn24-Jan-07 15:17 
GeneralRe: InvokeRequired question Pin
JoeRip24-Jan-07 15:30
JoeRip24-Jan-07 15:30 
GeneralRe: InvokeRequired question Pin
Luc Pattyn24-Jan-07 15:54
sitebuilderLuc Pattyn24-Jan-07 15:54 
QuestionC#: Syntax error in INSERT INTO statement Pin
Butterfly_h24-Jan-07 11:53
Butterfly_h24-Jan-07 11:53 
AnswerRe: "Insert into" with c# Pin
Ed.Poore24-Jan-07 12:35
Ed.Poore24-Jan-07 12:35 
GeneralRe: "Insert into" with c# Pin
Butterfly_h27-Jan-07 3:18
Butterfly_h27-Jan-07 3:18 
AnswerRe: "Insert into" with c# Pin
Christian Graus24-Jan-07 13:21
protectorChristian Graus24-Jan-07 13:21 
QuestionRe: "Insert into" with c# Pin
Butterfly_h24-Jan-07 14:00
Butterfly_h24-Jan-07 14:00 

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.