Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
QuestionHow to set values of two properties in other method Pin
AndrusM18-Feb-07 5:13
AndrusM18-Feb-07 5:13 
AnswerRe: How to set values of two properties in other method Pin
Stefan Troschuetz18-Feb-07 6:55
Stefan Troschuetz18-Feb-07 6:55 
GeneralRe: How to set values of two properties in other method Pin
AndrusM18-Feb-07 12:19
AndrusM18-Feb-07 12:19 
GeneralRe: How to set values of two properties in other method Pin
Stefan Troschuetz18-Feb-07 21:59
Stefan Troschuetz18-Feb-07 21:59 
QuestionSnippet Manager Pin
marvviki18-Feb-07 3:02
marvviki18-Feb-07 3:02 
AnswerRe: Listview with images? Pin
Adi Khan 7918-Feb-07 4:43
Adi Khan 7918-Feb-07 4:43 
Questionprotected and protected internal Pin
amaneet18-Feb-07 1:11
amaneet18-Feb-07 1:11 
AnswerRe: protected and protected internal Pin
Marc Clifton18-Feb-07 3:30
mvaMarc Clifton18-Feb-07 3:30 
From MSDN (do a google search on "protected internal"):

A class member can be declared as protected using the protected keyword, meaning that only derived types using the class as a base can access the member. By combining the protected and internal keywords, a class member can be marked protected internal — only derived types or types within the same assembly can access that member.

Marc


Thyme In The Country

Interacx

People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith


Questionhow change input language Pin
Iman Mohsen18-Feb-07 1:07
Iman Mohsen18-Feb-07 1:07 
AnswerRe: how change input language Pin
sharpiesharpie18-Feb-07 1:55
sharpiesharpie18-Feb-07 1:55 
QuestionButton context menu Pin
CodeItWell18-Feb-07 0:50
CodeItWell18-Feb-07 0:50 
AnswerRe: Button context menu Pin
Christian Graus18-Feb-07 10:00
protectorChristian Graus18-Feb-07 10:00 
QuestionFOR Statement Pin
Glen Harvy18-Feb-07 0:37
Glen Harvy18-Feb-07 0:37 
AnswerRe: FOR Statement Pin
mnvkng7618-Feb-07 0:52
mnvkng7618-Feb-07 0:52 
GeneralRe: FOR Statement Pin
Glen Harvy18-Feb-07 1:20
Glen Harvy18-Feb-07 1:20 
GeneralRe: FOR Statement Pin
mnvkng7618-Feb-07 2:05
mnvkng7618-Feb-07 2:05 
AnswerRe: FOR Statement Pin
Guffa18-Feb-07 1:42
Guffa18-Feb-07 1:42 
GeneralRe: FOR Statement Pin
Glen Harvy18-Feb-07 1:47
Glen Harvy18-Feb-07 1:47 
AnswerRe: FOR Statement Pin
Christian Graus18-Feb-07 9:21
protectorChristian Graus18-Feb-07 9:21 
Questionhow to set value to property of user control from webforms code behind? Pin
sundar15617-Feb-07 23:50
sundar15617-Feb-07 23:50 
AnswerRe: how to set value to property of user control from webforms code behind? Pin
mnvkng7618-Feb-07 0:55
mnvkng7618-Feb-07 0:55 
QuestionHow to get computer current time? Pin
Hussam Fattahi17-Feb-07 22:57
Hussam Fattahi17-Feb-07 22:57 
AnswerRe: How to get computer current time? Pin
Stefan Troschuetz17-Feb-07 23:13
Stefan Troschuetz17-Feb-07 23:13 
QuestionHow to sort a ListBox or ListView...? Pin
anderslundsgard17-Feb-07 21:21
anderslundsgard17-Feb-07 21:21 
QuestionCombo Box with Checked drop down list Pin
Monther Salahat17-Feb-07 19:57
Monther Salahat17-Feb-07 19:57 

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.