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

C#

 
AnswerRe: Loged in user Information? Pin
andre_swnpl3-Jun-07 20:08
andre_swnpl3-Jun-07 20:08 
QuestionWeb application Pin
mushy3-Jun-07 7:27
mushy3-Jun-07 7:27 
AnswerRe: Web application Pin
Christian Graus3-Jun-07 11:25
protectorChristian Graus3-Jun-07 11:25 
Questionstring class handling.... aligment etc... Pin
Arish rivlin3-Jun-07 5:48
Arish rivlin3-Jun-07 5:48 
AnswerRe: string class handling.... aligment etc... Pin
Luc Pattyn3-Jun-07 5:59
sitebuilderLuc Pattyn3-Jun-07 5:59 
Questionc# - protected and protected internal Pin
jon-803-Jun-07 5:18
professionaljon-803-Jun-07 5:18 
AnswerRe: c# - protected and protected internal Pin
WillemM3-Jun-07 6:02
WillemM3-Jun-07 6:02 
GeneralRe: c# - protected and protected internal Pin
Dave Doknjas3-Jun-07 12:48
Dave Doknjas3-Jun-07 12:48 
The book is right - protected internal means "protected OR internal" - the member can be accessed within the same assembly OR in any derived type, even if that derived type is outside of the assembly.


David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
C++ to C# Converter: converts C++ to C#
Instant C++: converts C# to C++/CLI and VB to C++/CLI
Instant Python: converts C# to IronPython and VB to IronPython

AnswerRe: c# - protected and protected internal Pin
Expert Coming3-Jun-07 6:02
Expert Coming3-Jun-07 6:02 
GeneralRe: c# - protected and protected internal Pin
originSH3-Jun-07 21:59
originSH3-Jun-07 21:59 
QuestionLoading a bitmap into an ImageList Pin
Mark F.3-Jun-07 3:35
Mark F.3-Jun-07 3:35 
AnswerRe: Loading a bitmap into an ImageList Pin
Luc Pattyn3-Jun-07 3:46
sitebuilderLuc Pattyn3-Jun-07 3:46 
GeneralRe: Loading a bitmap into an ImageList Pin
Mark F.3-Jun-07 4:45
Mark F.3-Jun-07 4:45 
GeneralRe: Loading a bitmap into an ImageList Pin
Luc Pattyn3-Jun-07 5:10
sitebuilderLuc Pattyn3-Jun-07 5:10 
AnswerRe: Loading a bitmap into an ImageList Pin
Thomas Stockwell3-Jun-07 8:04
professionalThomas Stockwell3-Jun-07 8:04 
Questionuser control with a datagridview Pin
zwan133-Jun-07 3:27
zwan133-Jun-07 3:27 
AnswerRe: user control with a datagridview Pin
xibeifeijian3-Jun-07 4:05
xibeifeijian3-Jun-07 4:05 
GeneralRe: user control with a datagridview [modified] Pin
zwan133-Jun-07 4:35
zwan133-Jun-07 4:35 
QuestionService that continously reads keyboard and make a log file? Pin
Gul_#3-Jun-07 2:51
Gul_#3-Jun-07 2:51 
AnswerRe: Service that continously reads keyboard and make a log file? Pin
WillemM3-Jun-07 4:30
WillemM3-Jun-07 4:30 
AnswerRe: Service that continously reads keyboard and make a log file? Pin
Dave Kreskowiak3-Jun-07 5:08
mveDave Kreskowiak3-Jun-07 5:08 
GeneralRe: Service that continously reads keyboard and make a log file? Pin
Paul Conrad3-Jun-07 5:16
professionalPaul Conrad3-Jun-07 5:16 
GeneralRe: Service that continously reads keyboard and make a log file? Pin
Dave Kreskowiak3-Jun-07 7:13
mveDave Kreskowiak3-Jun-07 7:13 
GeneralRe: Service that continously reads keyboard and make a log file? Pin
Paul Conrad3-Jun-07 15:05
professionalPaul Conrad3-Jun-07 15:05 
GeneralRe: Service that continously reads keyboard and make a log file? Pin
Dave Kreskowiak3-Jun-07 17:04
mveDave Kreskowiak3-Jun-07 17:04 

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.