Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
QuestionDragDrop() Event Handler assistance needed... Pin
new_phoenix6-May-06 10:33
new_phoenix6-May-06 10:33 
AnswerRe: DragDrop() Event Handler assistance needed... Pin
rudy.net7-May-06 4:11
rudy.net7-May-06 4:11 
Question.m4a Tag Reader Pin
4324235423534253425135143532456-May-06 9:36
4324235423534253425135143532456-May-06 9:36 
Questionwhere can i find ngen.exe? Pin
Susuko6-May-06 8:18
Susuko6-May-06 8:18 
AnswerRe: where can i find ngen.exe? Pin
Ravi Bhavnani6-May-06 9:05
professionalRavi Bhavnani6-May-06 9:05 
GeneralRe: where can i find ngen.exe? Pin
Susuko6-May-06 9:44
Susuko6-May-06 9:44 
GeneralRe: where can i find ngen.exe? Pin
Ravi Bhavnani6-May-06 9:52
professionalRavi Bhavnani6-May-06 9:52 
QuestionConvert a file to stream Pin
QzRz6-May-06 6:42
QzRz6-May-06 6:42 
Hello

I want convert a file into a stream.

I do it like this:
FileInfo fl = new FileInfo(@"C:\test.wav");
Stream sm = fl.Open(FileMode.Open);

But I do not think this is the best way to do it!
Can someone tell me if this is a good way, or maybe tell me a better way of how to do this?

Thanks
QzRz
AnswerRe: Convert a file to stream Pin
DigitalKing6-May-06 6:48
DigitalKing6-May-06 6:48 
GeneralRe: Convert a file to stream Pin
QzRz6-May-06 6:54
QzRz6-May-06 6:54 
AnswerRe: Convert a file to stream Pin
S. Senthil Kumar6-May-06 7:28
S. Senthil Kumar6-May-06 7:28 
Questiontree view represantation of string Pin
majid4u6-May-06 6:39
majid4u6-May-06 6:39 
AnswerRe: tree view represantation of string Pin
S. Senthil Kumar6-May-06 7:31
S. Senthil Kumar6-May-06 7:31 
Questionrepresentation of string in treeview Pin
majid4u6-May-06 6:06
majid4u6-May-06 6:06 
AnswerRe: representation of string in treeview Pin
Josh Smith6-May-06 6:18
Josh Smith6-May-06 6:18 
QuestionCheck box Databinding problems Pin
malikjhangirahmed@hotmail.com6-May-06 3:23
malikjhangirahmed@hotmail.com6-May-06 3:23 
QuestionHow to use IHTMLDocument2 with .NET 2.0 Webbrowser Pin
cweeks786816-May-06 3:20
cweeks786816-May-06 3:20 
AnswerRe: How to use IHTMLDocument2 with .NET 2.0 Webbrowser Pin
led mike6-May-06 6:40
led mike6-May-06 6:40 
GeneralRe: How to use IHTMLDocument2 with .NET 2.0 Webbrowser Pin
cweeks786816-May-06 8:13
cweeks786816-May-06 8:13 
QuestionDynamic Events (C#)... Pin
Shy Agam6-May-06 2:34
Shy Agam6-May-06 2:34 
AnswerRe: Dynamic Events (C#)... Pin
mav.northwind6-May-06 3:38
mav.northwind6-May-06 3:38 
AnswerRe: Dynamic Events (C#)... Pin
Guffa6-May-06 3:40
Guffa6-May-06 3:40 
GeneralRe: Dynamic Events (C#)... Pin
Shy Agam6-May-06 4:00
Shy Agam6-May-06 4:00 
QuestionProperty that is an array, bound to a PropertyGrid Pin
-Dy6-May-06 2:31
-Dy6-May-06 2:31 
AnswerRe: Property that is an array, bound to a PropertyGrid Pin
Josh Smith6-May-06 6:13
Josh Smith6-May-06 6:13 

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.