Click here to Skip to main content
15,914,109 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
Eddy Vluggen14-Dec-09 5:37
professionalEddy Vluggen14-Dec-09 5:37 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
#realJSOP14-Dec-09 6:28
professional#realJSOP14-Dec-09 6:28 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
OriginalGriff14-Dec-09 4:11
mveOriginalGriff14-Dec-09 4:11 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
OriginalGriff14-Dec-09 4:22
mveOriginalGriff14-Dec-09 4:22 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
CoderForEver14-Dec-09 2:45
CoderForEver14-Dec-09 2:45 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
EliottA14-Dec-09 3:23
EliottA14-Dec-09 3:23 
AnswerRe: How to read a file from any kind of documents and display its contents? Pin
Eddy Vluggen14-Dec-09 3:10
professionalEddy Vluggen14-Dec-09 3:10 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
CoderForEver14-Dec-09 4:18
CoderForEver14-Dec-09 4:18 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
Maximilien14-Dec-09 4:51
Maximilien14-Dec-09 4:51 
GeneralRe: How to read a file from any kind of documents and display its contents? Pin
Eddy Vluggen14-Dec-09 5:32
professionalEddy Vluggen14-Dec-09 5:32 
AnswerRe: How to read a file from any kind of documents and display its contents? Pin
Pete O'Hanlon14-Dec-09 3:37
mvePete O'Hanlon14-Dec-09 3:37 
QuestionHow to check if particular class is user defined? Pin
AksharRoop14-Dec-09 1:25
AksharRoop14-Dec-09 1:25 
AnswerRe: How to check if particular class is user defined? Pin
Eddy Vluggen14-Dec-09 1:37
professionalEddy Vluggen14-Dec-09 1:37 
GeneralRe: How to check if particular class is user defined? Pin
AksharRoop14-Dec-09 1:40
AksharRoop14-Dec-09 1:40 
AnswerRe: How to check if particular class is user defined? Pin
Dave Kreskowiak14-Dec-09 2:19
mveDave Kreskowiak14-Dec-09 2:19 
AnswerRe: How to check if particular class is user defined? Pin
freakyit14-Dec-09 3:06
freakyit14-Dec-09 3:06 
AnswerRe: How to check if particular class is user defined? Pin
Sir Dot Net14-Dec-09 11:50
Sir Dot Net14-Dec-09 11:50 
You could get the assembly attributes at runtime and check the publisher's name and or copyright notice for 'Microsoft'. Obviously this is not rock solid, but if you want that, the only verifiable way I can think of at the moment is to build a dictionary of all the .NET assemblies and their hash digests (See Assembly.Evidence), then verify the assembly against your dictionary. Not pretty.
QuestionUnique Serial Number of an SD (Secure Digital) Memory Card Pin
Gaurav Dudeja India14-Dec-09 0:14
Gaurav Dudeja India14-Dec-09 0:14 
QuestionRe: Unique Serial Number of an SD (Secure Digital) Memory Card Pin
harold aptroot14-Dec-09 0:29
harold aptroot14-Dec-09 0:29 
Answer[Message Deleted] Pin
Gaurav Dudeja India14-Dec-09 0:31
Gaurav Dudeja India14-Dec-09 0:31 
GeneralRe: Unique Serial Number of an SD (Secure Digital) Memory Card Pin
harold aptroot14-Dec-09 0:40
harold aptroot14-Dec-09 0:40 
GeneralRe: Unique Serial Number of an SD (Secure Digital) Memory Card Pin
Abhinav S14-Dec-09 0:50
Abhinav S14-Dec-09 0:50 
AnswerRe: Unique Serial Number of an SD (Secure Digital) Memory Card Pin
OriginalGriff14-Dec-09 0:59
mveOriginalGriff14-Dec-09 0:59 
GeneralRe: Unique Serial Number of an SD (Secure Digital) Memory Card Pin
Gaurav Dudeja India14-Dec-09 1:01
Gaurav Dudeja India14-Dec-09 1:01 
GeneralRe: Unique Serial Number of an SD (Secure Digital) Memory Card Pin
OriginalGriff14-Dec-09 1:15
mveOriginalGriff14-Dec-09 1:15 

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.