Click here to Skip to main content
15,899,754 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Musical Notes in C# Pin
Vasudevan Deepak Kumar5-Sep-07 1:38
Vasudevan Deepak Kumar5-Sep-07 1:38 
GeneralRe: Musical Notes in C# Pin
originSH5-Sep-07 1:38
originSH5-Sep-07 1:38 
AnswerRe: Musical Notes in C# Pin
PIEBALDconsult7-Sep-07 10:57
mvePIEBALDconsult7-Sep-07 10:57 
GeneralRe: Musical Notes in C# Pin
Paul Conrad8-Sep-07 4:33
professionalPaul Conrad8-Sep-07 4:33 
QuestionHow to create new e-mail in default e-mail client with an attachment? Pin
Josh Smith4-Sep-07 9:31
Josh Smith4-Sep-07 9:31 
AnswerRe: How to create new e-mail in default e-mail client with an attachment? Pin
Josh Smith4-Sep-07 10:13
Josh Smith4-Sep-07 10:13 
Questionconvert java.io.FileInputStream to System.IO.Stream Pin
p_s_i_200707303-Sep-07 20:24
p_s_i_200707303-Sep-07 20:24 
AnswerRe: convert java.io.FileInputStream to System.IO.Stream Pin
Dave Kreskowiak4-Sep-07 5:00
mveDave Kreskowiak4-Sep-07 5:00 
AFAIK, you can't. There is no conversion from the java.io.FileInputStream type to the System.Io.Stream type. They're not in the same inheritance tree.

Also, the java version doesn't expose any method for getting the underlying file handle, so there's no way to tell a new instance of the Stream class which handle to use.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionFramework64 Questions Pin
martin_hughes3-Sep-07 5:54
martin_hughes3-Sep-07 5:54 
AnswerRe: Framework64 Questions Pin
Scott Dorman5-Sep-07 6:06
professionalScott Dorman5-Sep-07 6:06 
GeneralRe: Framework64 Questions Pin
martin_hughes5-Sep-07 6:18
martin_hughes5-Sep-07 6:18 
QuestionServer Explorer: Data source not found Pin
xxrono2-Sep-07 11:09
xxrono2-Sep-07 11:09 
AnswerRe: Server Explorer: Data source not found Pin
rihdus3-Sep-07 2:47
rihdus3-Sep-07 2:47 
GeneralRe: Server Explorer: Data source not found Pin
xxrono3-Sep-07 3:41
xxrono3-Sep-07 3:41 
AnswerRe: Server Explorer: Data source not found Pin
Christian Graus3-Sep-07 4:59
protectorChristian Graus3-Sep-07 4:59 
AnswerRe: Server Explorer: Data source not found Pin
rohitsrivastava9-Sep-07 21:20
rohitsrivastava9-Sep-07 21:20 
QuestionRe: Server Explorer: Data source not found Pin
xxrono10-Sep-07 3:39
xxrono10-Sep-07 3:39 
Questionimage inside gridview Pin
aditi0001-Sep-07 18:53
aditi0001-Sep-07 18:53 
AnswerRe: image inside gridview Pin
rihdus3-Sep-07 3:06
rihdus3-Sep-07 3:06 
AnswerRe: image inside gridview Pin
rohitsrivastava9-Sep-07 21:28
rohitsrivastava9-Sep-07 21:28 
QuestionInternetworking question !!! Pin
Mohy_Heidari1-Sep-07 8:31
Mohy_Heidari1-Sep-07 8:31 
AnswerRe: Internetworking question !!! Pin
brucedkyle9-Sep-07 10:00
brucedkyle9-Sep-07 10:00 
QuestionHow can find interfaces which are directly inherited by a type Pin
MReza J31-Aug-07 23:16
MReza J31-Aug-07 23:16 
AnswerRe: How can find interfaces which are directly inherited by a type Pin
Urs Enzler3-Sep-07 22:19
Urs Enzler3-Sep-07 22:19 
AnswerRe: How can find interfaces which are directly inherited by a type Pin
originSH3-Sep-07 22:39
originSH3-Sep-07 22:39 

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.