Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
AnswerRe: In C# the fastest way to display a pixel or a full quadrilateral shape ? Pin
perlmunger6-Nov-03 12:00
perlmunger6-Nov-03 12:00 
GeneralGetting events properly logged in Events.Application Pin
LongRange.Shooter6-Nov-03 9:23
LongRange.Shooter6-Nov-03 9:23 
GeneralRe: Getting events properly logged in Events.Application Pin
Heath Stewart6-Nov-03 11:50
protectorHeath Stewart6-Nov-03 11:50 
GeneralChanging Registry Permissions Programmatically Pin
perlmunger6-Nov-03 9:21
perlmunger6-Nov-03 9:21 
GeneralRe: Changing Registry Permissions Programmatically Pin
leppie6-Nov-03 9:33
leppie6-Nov-03 9:33 
GeneralRe: Changing Registry Permissions Programmatically Pin
perlmunger6-Nov-03 9:59
perlmunger6-Nov-03 9:59 
GeneralReflections question Pin
Den2Fly6-Nov-03 8:06
Den2Fly6-Nov-03 8:06 
GeneralRe: Reflections question Pin
leppie6-Nov-03 9:29
leppie6-Nov-03 9:29 
BindingFlags.SetField|BindingFlags.SetProperty

Get rid of that!

and this:

BindingFlags.GetField|BindingFlags.GetProperty

its not needed!

But better, use the GetProperty() method rather. Also ALWAYS check the return member info 1st, more than off its null , and then bang BIG BADA BOOM!

leppie::AllocCPArticle("Zee blog");
Seen on my Campus BBS: Linux is free...coz no-one wants to pay for it.

GeneralRe: Reflections question Pin
Den2Fly6-Nov-03 23:22
Den2Fly6-Nov-03 23:22 
GeneralRe: Reflections question Pin
Den2Fly7-Nov-03 0:45
Den2Fly7-Nov-03 0:45 
GeneralMicrosoft .Net Applications Window! Pin
Silly Boy6-Nov-03 6:30
Silly Boy6-Nov-03 6:30 
GeneralRe: Microsoft .Net Applications Window! Pin
leppie6-Nov-03 9:34
leppie6-Nov-03 9:34 
GeneralProblems with ActiveX Pin
System_Reflection6-Nov-03 6:13
System_Reflection6-Nov-03 6:13 
GeneralRe: Problems with ActiveX Pin
Stephane Rodriguez.6-Nov-03 8:53
Stephane Rodriguez.6-Nov-03 8:53 
GeneralRe: Problems with ActiveX Pin
System_Reflection6-Nov-03 22:31
System_Reflection6-Nov-03 22:31 
GeneralRe: Problems with ActiveX Pin
Stephane Rodriguez.6-Nov-03 23:37
Stephane Rodriguez.6-Nov-03 23:37 
GeneralRe: Problems with ActiveX Pin
System_Reflection8-Nov-03 8:47
System_Reflection8-Nov-03 8:47 
GeneralRe: Problems with ActiveX Pin
Stephane Rodriguez.9-Nov-03 5:45
Stephane Rodriguez.9-Nov-03 5:45 
GeneralDataGrid in C# Pin
Kenneth Childs6-Nov-03 5:39
Kenneth Childs6-Nov-03 5:39 
GeneralRe: DataGrid in C# Pin
NormDroid6-Nov-03 5:49
professionalNormDroid6-Nov-03 5:49 
GeneralRe: DataGrid in C# Pin
Kenneth Childs6-Nov-03 6:17
Kenneth Childs6-Nov-03 6:17 
GeneralRe: DataGrid in C# Pin
Guillermo Rivero6-Nov-03 7:08
Guillermo Rivero6-Nov-03 7:08 
GeneralConnecting to Com port... Pin
Amirjalaly6-Nov-03 5:04
Amirjalaly6-Nov-03 5:04 
GeneralRe: Connecting to Com port... Pin
perlmunger6-Nov-03 9:28
perlmunger6-Nov-03 9:28 
GeneralRe: Connecting to Com port... Pin
leppie6-Nov-03 9:39
leppie6-Nov-03 9:39 

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.