Click here to Skip to main content
15,922,007 members
Home / Discussions / C#
   

C#

 
GeneralRe: date validation Pin
Sonia Gupta26-Aug-07 20:53
Sonia Gupta26-Aug-07 20:53 
GeneralRe: date validation Pin
Vikram A Punathambekar26-Aug-07 21:28
Vikram A Punathambekar26-Aug-07 21:28 
Questionproblem about save image Pin
chehreghany26-Aug-07 19:32
chehreghany26-Aug-07 19:32 
AnswerRe: problem about save image Pin
Christian Graus26-Aug-07 20:39
protectorChristian Graus26-Aug-07 20:39 
Questionintenal data member Pin
Sonia Gupta26-Aug-07 18:28
Sonia Gupta26-Aug-07 18:28 
QuestionRe: intenal data member Pin
Vikram A Punathambekar26-Aug-07 18:42
Vikram A Punathambekar26-Aug-07 18:42 
QuestionRe: intenal data member Pin
Sonia Gupta26-Aug-07 18:48
Sonia Gupta26-Aug-07 18:48 
AnswerRe: intenal data member Pin
Vikram A Punathambekar26-Aug-07 21:22
Vikram A Punathambekar26-Aug-07 21:22 
Sonia Gupta wrote:
now both are in same project.


Then your classes are in the same assembly, so the internal class is visible to Main (and everywhere else).

Sonia Gupta wrote:
I wanted to ask that if In the same project internal members are accessbile in the derived classes


internal members are visible everywhere in the same assembly. It's as simple as that.

Sonia Gupta wrote:
internal members are accessible in the instance of the class(eve if the class is declared public).


From where? Internal members of a public class will be visible in the same assembly. Internal members of a public class will not be visible outside the assembly, even though the class itself will be.

You can try out all of this yourself; it will teach you a lot. Smile | :)

Cheers,
Vıkram.

Be yourself, no matter what they say.
- Sting, Englishman in New York.

Questiongetting the icon and extension Pin
Adrian Soon26-Aug-07 16:26
Adrian Soon26-Aug-07 16:26 
AnswerRe: getting the icon and extension Pin
Christian Graus26-Aug-07 17:20
protectorChristian Graus26-Aug-07 17:20 
AnswerRe: getting the icon and extension Pin
Michael Sync26-Aug-07 17:26
Michael Sync26-Aug-07 17:26 
GeneralRe: getting the icon and extension Pin
Adrian Soon26-Aug-07 17:53
Adrian Soon26-Aug-07 17:53 
GeneralRe: getting the icon and extension Pin
Michael Sync26-Aug-07 19:32
Michael Sync26-Aug-07 19:32 
GeneralRe: getting the icon and extension Pin
Adrian Soon27-Aug-07 20:27
Adrian Soon27-Aug-07 20:27 
QuestionMSI (beginner) questions... Pin
Super Lloyd26-Aug-07 15:56
Super Lloyd26-Aug-07 15:56 
Questioncode colourizing Pin
Zhendalf26-Aug-07 14:28
Zhendalf26-Aug-07 14:28 
AnswerRe: code colourizing Pin
Scott Dorman26-Aug-07 15:50
professionalScott Dorman26-Aug-07 15:50 
AnswerRe: code colourizing [modified] Pin
Michael Sync26-Aug-07 16:07
Michael Sync26-Aug-07 16:07 
GeneralRe: code colourizing Pin
Zhendalf27-Aug-07 11:17
Zhendalf27-Aug-07 11:17 
Questionhelp with a small problem Pin
swatgodjr26-Aug-07 11:18
swatgodjr26-Aug-07 11:18 
AnswerRe: help with a small problem Pin
Christian Graus26-Aug-07 11:25
protectorChristian Graus26-Aug-07 11:25 
AnswerRe: help with a small problem Pin
Vikram A Punathambekar26-Aug-07 18:40
Vikram A Punathambekar26-Aug-07 18:40 
QuestionBig Endian float conversion Pin
piote26-Aug-07 10:49
piote26-Aug-07 10:49 
AnswerRe: Big Endian float conversion Pin
Luc Pattyn26-Aug-07 13:51
sitebuilderLuc Pattyn26-Aug-07 13:51 
GeneralRe: Big Endian float conversion Pin
piote28-Aug-07 1:20
piote28-Aug-07 1:20 

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.