Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
AnswerRe: Assembly Version Pin
Vikram A Punathambekar11-Jun-07 22:18
Vikram A Punathambekar11-Jun-07 22:18 
QuestionBest way to pass a large array from win32 DLL to C# Pin
tidyup11-Jun-07 20:33
tidyup11-Jun-07 20:33 
AnswerRe: Best way to pass a large array from win32 DLL to C# Pin
J. Dunlap11-Jun-07 21:56
J. Dunlap11-Jun-07 21:56 
AnswerRe: Best way to pass a large array from win32 DLL to C# Pin
Luc Pattyn12-Jun-07 0:49
sitebuilderLuc Pattyn12-Jun-07 0:49 
QuestionFile not found Exception [how to solve this] Pin
ridda78611-Jun-07 19:58
ridda78611-Jun-07 19:58 
AnswerRe: File not found Exception [how to solve this] [modified] Pin
kkun11-Jun-07 20:22
kkun11-Jun-07 20:22 
GeneralRe: File not found Exception [how to solve this] Pin
ScottM111-Jun-07 22:01
ScottM111-Jun-07 22:01 
GeneralRe: File not found Exception [how to solve this] Pin
ridda78612-Jun-07 0:12
ridda78612-Jun-07 0:12 
yes u right, i have a Fileupload control, in this a text box and Browse filed exists, user clicks on the browse button and the path is set into the text box, so that y me using that line of code ::

//string fname = FileUpload1.FileName;
//Response.Write(fname);
//get the image file into a stream reader.
FileStream FilStr = new FileStream(FileUpload1.FileName, FileMode.Open);
BinaryReader BinRed = new BinaryReader(FilStr);

as u see the comments stmt codes when i used this one, or hardcode the path in the FileStream line , it gives me the same error,
plz help me how can i get rid from this.

Thanx in Advance.
AnswerRe: File not found Exception [how to solve this] Pin
leppie11-Jun-07 23:10
leppie11-Jun-07 23:10 
GeneralRe: File not found Exception [how to solve this] Pin
ridda78612-Jun-07 1:12
ridda78612-Jun-07 1:12 
QuestionMicrosoft Outlook look alike instead of TabControl? Pin
Khoramdin11-Jun-07 19:46
Khoramdin11-Jun-07 19:46 
AnswerRe: Microsoft Outlook look alike instead of TabControl? Pin
Martin#11-Jun-07 20:04
Martin#11-Jun-07 20:04 
QuestionRe: Microsoft Outlook look alike instead of TabControl? Pin
Khoramdin11-Jun-07 20:10
Khoramdin11-Jun-07 20:10 
AnswerRe: Microsoft Outlook look alike instead of TabControl? Pin
blackjack215011-Jun-07 21:46
blackjack215011-Jun-07 21:46 
AnswerRe: Microsoft Outlook look alike instead of TabControl? Pin
Walaza11-Jun-07 20:29
Walaza11-Jun-07 20:29 
AnswerRe: Windows Services - FTP download Pin
Crevtout9811-Jun-07 19:49
Crevtout9811-Jun-07 19:49 
Questionhow to make an application so fast, in terms of speed Pin
devesh_code11-Jun-07 19:37
devesh_code11-Jun-07 19:37 
AnswerRe: how to make an application so fast, in terms of speed Pin
Christian Graus11-Jun-07 19:39
protectorChristian Graus11-Jun-07 19:39 
GeneralRe: how to make an application so fast, in terms of speed Pin
devesh_code11-Jun-07 19:50
devesh_code11-Jun-07 19:50 
AnswerRe: how to make an application so fast, in terms of speed Pin
Luc Pattyn12-Jun-07 0:58
sitebuilderLuc Pattyn12-Jun-07 0:58 
AnswerRe: how to make an application so fast, in terms of speed Pin
Hesham Yassin12-Jun-07 11:52
Hesham Yassin12-Jun-07 11:52 
GeneralRe: how to make an application so fast, in terms of speed Pin
devesh_code12-Jun-07 19:09
devesh_code12-Jun-07 19:09 
GeneralRe: how to make an application so fast, in terms of speed Pin
Hesham Yassin12-Jun-07 21:11
Hesham Yassin12-Jun-07 21:11 
QuestionProblem with MailMerge Document Pin
Farhan Ali11-Jun-07 19:35
Farhan Ali11-Jun-07 19:35 
Questiontooltip on datagrid Pin
treah11-Jun-07 19:24
treah11-Jun-07 19:24 

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.