Click here to Skip to main content
15,902,447 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# vs c++ Pin
Blubbo12-Nov-09 8:30
Blubbo12-Nov-09 8:30 
Questiona french question Pin
boudj12-Nov-09 5:01
boudj12-Nov-09 5:01 
AnswerRe: NOT a french question Pin
Luc Pattyn12-Nov-09 5:07
sitebuilderLuc Pattyn12-Nov-09 5:07 
AnswerRe: a french question Pin
The Man from U.N.C.L.E.12-Nov-09 5:13
The Man from U.N.C.L.E.12-Nov-09 5:13 
AnswerRe: a french question Pin
Saksida Bojan12-Nov-09 6:05
Saksida Bojan12-Nov-09 6:05 
AnswerRe: a french question Pin
Paulo Zemek13-Nov-09 6:48
Paulo Zemek13-Nov-09 6:48 
QuestionInheritance Pin
kumar sanghvi12-Nov-09 4:48
kumar sanghvi12-Nov-09 4:48 
AnswerRe: Inheritance Pin
Eduard Keilholz12-Nov-09 4:51
Eduard Keilholz12-Nov-09 4:51 
Private members, are accessable only in the same class. So if you declare an integer as private, you can only access that integer within the class. Classes however must be available somehow. The private modifier in front of the class would make the class inaccessable. If you want the class to be accessable only from the same project use the internal modifier.

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

AnswerRe: Inheritance Pin
Xmen Real 12-Nov-09 4:51
professional Xmen Real 12-Nov-09 4:51 
AnswerRe: Inheritance Pin
PIEBALDconsult12-Nov-09 4:57
mvePIEBALDconsult12-Nov-09 4:57 
GeneralRe: Inheritance Pin
Covean12-Nov-09 4:59
Covean12-Nov-09 4:59 
GeneralRe: Inheritance Pin
PIEBALDconsult12-Nov-09 5:03
mvePIEBALDconsult12-Nov-09 5:03 
GeneralRe: Inheritance Pin
Covean12-Nov-09 5:06
Covean12-Nov-09 5:06 
AnswerRe: Inheritance Pin
Covean12-Nov-09 4:58
Covean12-Nov-09 4:58 
GeneralRe: Inheritance Pin
FEMDEV12-Nov-09 5:56
FEMDEV12-Nov-09 5:56 
GeneralRe: Inheritance Pin
harold aptroot12-Nov-09 6:13
harold aptroot12-Nov-09 6:13 
GeneralRe: Inheritance Pin
PIEBALDconsult12-Nov-09 7:01
mvePIEBALDconsult12-Nov-09 7:01 
QuestionSPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. Pin
sudhir behera12-Nov-09 4:37
sudhir behera12-Nov-09 4:37 
AnswerRe: SPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. [modified] Pin
Covean12-Nov-09 4:42
Covean12-Nov-09 4:42 
GeneralRe: SPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. Pin
Xmen Real 12-Nov-09 4:49
professional Xmen Real 12-Nov-09 4:49 
GeneralRe: SPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. Pin
Covean12-Nov-09 4:54
Covean12-Nov-09 4:54 
AnswerRe: SPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. [modified] Pin
PIEBALDconsult12-Nov-09 4:50
mvePIEBALDconsult12-Nov-09 4:50 
AnswerRe: SPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. Pin
David Skelly12-Nov-09 5:14
David Skelly12-Nov-09 5:14 
AnswerRe: SPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. Pin
Richard MacCutchan12-Nov-09 5:46
mveRichard MacCutchan12-Nov-09 5:46 
AnswerRe: SPLITING A STRING LIKE 10/JULY/1988 AND BIND INTO 3 COMBOBOX SUCH AS DAY ,MONTH,YEAR. Pin
FEMDEV12-Nov-09 5:51
FEMDEV12-Nov-09 5:51 

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.