Click here to Skip to main content
16,006,567 members
Home / Discussions / C#
   

C#

 
QuestionHow do I call javascript functions from my c# application? Pin
chance@crwmail.com17-May-07 8:23
chance@crwmail.com17-May-07 8:23 
AnswerRe: How do I call javascript functions from my c# application? Pin
led mike17-May-07 9:06
led mike17-May-07 9:06 
QuestionRe: How do I call javascript functions from my c# application? Pin
chance@crwmail.com17-May-07 10:02
chance@crwmail.com17-May-07 10:02 
QuestionClass Modifiers Pin
Chwins17-May-07 7:00
Chwins17-May-07 7:00 
AnswerRe: Class Modifiers [modified] Pin
Edmundisme17-May-07 7:27
Edmundisme17-May-07 7:27 
GeneralRe: Class Modifiers Pin
Dave Doknjas17-May-07 14:03
Dave Doknjas17-May-07 14:03 
GeneralRe: Class Modifiers Pin
Mundo Cani17-May-07 18:35
Mundo Cani17-May-07 18:35 
AnswerRe: Class Modifiers Pin
Manoj Kumar Rai17-May-07 7:34
professionalManoj Kumar Rai17-May-07 7:34 
Hi,

Modifier internal means that we can only access that class from the same assembly.

"protected internal" cannot be applied on class. But it can be applied on members. This means two things. It is either derived classes or classes in the same file that can access that member.

Manoj
GeneralRe: Class Modifiers Pin
Edmundisme17-May-07 7:41
Edmundisme17-May-07 7:41 
GeneralRe: Class Modifiers Pin
Manoj Kumar Rai17-May-07 7:49
professionalManoj Kumar Rai17-May-07 7:49 
Questionhow to compare the two versions of same software Pin
pashitech17-May-07 5:54
pashitech17-May-07 5:54 
QuestionWindows Media Player and Sounds levels Pin
seanf71117-May-07 5:32
seanf71117-May-07 5:32 
QuestionHow to compare two different pictures in search of the same object Pin
OviDeus17-May-07 4:42
OviDeus17-May-07 4:42 
QuestionDelete a directory Pin
MicealG17-May-07 4:27
MicealG17-May-07 4:27 
AnswerRe: Delete a directory Pin
Paul Brower17-May-07 4:37
Paul Brower17-May-07 4:37 
GeneralRe: Delete a directory Pin
MicealG17-May-07 4:48
MicealG17-May-07 4:48 
AnswerRe: Delete a directory Pin
Manoj Kumar Rai17-May-07 4:45
professionalManoj Kumar Rai17-May-07 4:45 
GeneralRe: Delete a directory Pin
MicealG17-May-07 4:57
MicealG17-May-07 4:57 
GeneralRe: Delete a directory Pin
jayart17-May-07 5:12
jayart17-May-07 5:12 
GeneralRe: Delete a directory Pin
MicealG17-May-07 5:18
MicealG17-May-07 5:18 
GeneralRe: Delete a directory Pin
MicealG17-May-07 5:22
MicealG17-May-07 5:22 
AnswerRe: Delete a directory Pin
Jimmanuel17-May-07 5:18
Jimmanuel17-May-07 5:18 
Questionhow to connect to http servers/My website and download the files Pin
pashitech17-May-07 4:16
pashitech17-May-07 4:16 
AnswerRe: how to connect to http servers/My website and download the files Pin
led mike17-May-07 4:42
led mike17-May-07 4:42 
GeneralRe: how to connect to http servers/My website and download the files Pin
pashitech17-May-07 5:03
pashitech17-May-07 5:03 

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.