Click here to Skip to main content
15,911,786 members
Home / Discussions / C#
   

C#

 
AnswerRe: System.Reflection.Emit.EventBuilder Pin
Vasudevan Deepak Kumar1-Apr-07 5:42
Vasudevan Deepak Kumar1-Apr-07 5:42 
QuestionRe: System.Reflection.Emit.EventBuilder Pin
cybertone1-Apr-07 20:30
cybertone1-Apr-07 20:30 
QuestionGood old StringGrid Pin
Dewald30-Mar-07 23:37
Dewald30-Mar-07 23:37 
QuestionRe: Good old StringGrid Pin
Noman Aftab31-Mar-07 0:50
Noman Aftab31-Mar-07 0:50 
AnswerRe: Good old StringGrid Pin
Dewald31-Mar-07 1:10
Dewald31-Mar-07 1:10 
GeneralRe: Good old StringGrid Pin
Noman Aftab31-Mar-07 2:20
Noman Aftab31-Mar-07 2:20 
Questioninternal/internal proected Pin
amaneet30-Mar-07 22:49
amaneet30-Mar-07 22:49 
AnswerRe: internal/internal proected Pin
Colin Angus Mackay30-Mar-07 23:09
Colin Angus Mackay30-Mar-07 23:09 
amaneet wrote:
I wanted to know the basic difference between internal and internal protected


internal means accessible only to other classes within the assembly.

internal protected means accessible only to derived classes within the assembly. No other classes (even within the assembly) can access something marked as internal protected.


GeneralRe: internal/internal proected Pin
Vega0231-Mar-07 6:35
Vega0231-Mar-07 6:35 
GeneralRe: internal/internal proected Pin
Colin Angus Mackay31-Mar-07 7:14
Colin Angus Mackay31-Mar-07 7:14 
QuestionHow to open form on tree node click Pin
EEmaan30-Mar-07 21:54
EEmaan30-Mar-07 21:54 
AnswerRe: How to open form on tree node click Pin
giddy_guitarist31-Mar-07 5:49
giddy_guitarist31-Mar-07 5:49 
QuestionUploading Excel sheet data into SQl problem Pin
S.Rajeshwar30-Mar-07 19:15
S.Rajeshwar30-Mar-07 19:15 
AnswerRe: Uploading Excel sheet data into SQl problem Pin
sujithkumarsl30-Mar-07 19:30
sujithkumarsl30-Mar-07 19:30 
QuestionHow to find the Current Path, in Windows Application Pin
pashitech30-Mar-07 18:32
pashitech30-Mar-07 18:32 
AnswerRe: How to find the Current Path, in Windows Application Pin
Muammar©30-Mar-07 19:53
Muammar©30-Mar-07 19:53 
AnswerRe: How to find the Current Path, in Windows Application Pin
Stefan Troschuetz30-Mar-07 21:26
Stefan Troschuetz30-Mar-07 21:26 
GeneralRe: How to find the Current Path, in Windows Application Pin
Wayne Phipps31-Mar-07 0:25
Wayne Phipps31-Mar-07 0:25 
AnswerRe: How to find the Current Path, in Windows Application Pin
Noman Aftab31-Mar-07 0:41
Noman Aftab31-Mar-07 0:41 
GeneralRe: How to find the Current Path, in Windows Application Pin
Wayne Phipps31-Mar-07 1:14
Wayne Phipps31-Mar-07 1:14 
Question"Attempted to read or write protected memory." Pin
User 137680030-Mar-07 14:26
User 137680030-Mar-07 14:26 
AnswerRe: "Attempted to read or write protected memory." Pin
Dewald31-Mar-07 0:03
Dewald31-Mar-07 0:03 
GeneralRe: "Attempted to read or write protected memory." Pin
User 137680031-Mar-07 5:55
User 137680031-Mar-07 5:55 
QuestionUser control without being in the GAC Pin
Esmo200030-Mar-07 12:36
Esmo200030-Mar-07 12:36 
AnswerRe: User control without being in the GAC Pin
J$30-Mar-07 13:32
J$30-Mar-07 13:32 

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.