Click here to Skip to main content
16,006,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: convert c# to vb.net Pin
Dave Doknjas30-Jan-07 13:42
Dave Doknjas30-Jan-07 13:42 
QuestionSending a crypt Email with Attachment Pin
olivier29-Jan-07 23:37
olivier29-Jan-07 23:37 
QuestionGet File Name Pin
ParimalaRadjaram29-Jan-07 23:26
ParimalaRadjaram29-Jan-07 23:26 
AnswerRe: Get File Name Pin
Pete O'Hanlon29-Jan-07 23:33
mvePete O'Hanlon29-Jan-07 23:33 
GeneralRe: Get File Name Pin
ParimalaRadjaram29-Jan-07 23:35
ParimalaRadjaram29-Jan-07 23:35 
GeneralRe: Get File Name Pin
bobsugar22229-Jan-07 23:39
bobsugar22229-Jan-07 23:39 
GeneralRe: Get File Name Pin
ParimalaRadjaram29-Jan-07 23:41
ParimalaRadjaram29-Jan-07 23:41 
GeneralRe: Get File Name Pin
bobsugar22229-Jan-07 23:59
bobsugar22229-Jan-07 23:59 
You could create your own class which handles all the file access, give it the member variable as suggested and create an event/delegate which you can fire when you close any FileStream. Then you can create an event handler in the main app to show your message.

Here's an article to help you create your own events if you've not done it before: http://www.codeproject.com/csharp/eventdelegates.asp[^]
AnswerRe: Get File Name Pin
engsrini30-Jan-07 0:47
engsrini30-Jan-07 0:47 
GeneralRe: Get File Name Pin
ParimalaRadjaram30-Jan-07 2:51
ParimalaRadjaram30-Jan-07 2:51 
AnswerRe: Get File Name Pin
greenpci30-Jan-07 1:54
greenpci30-Jan-07 1:54 
GeneralRe: Get File Name Pin
ParimalaRadjaram30-Jan-07 2:55
ParimalaRadjaram30-Jan-07 2:55 
GeneralRe: Get File Name Pin
ParimalaRadjaram30-Jan-07 17:48
ParimalaRadjaram30-Jan-07 17:48 
AnswerRe: Get File Name Pin
PavanPareta30-Jan-07 2:58
PavanPareta30-Jan-07 2:58 
GeneralRe: Get File Name Pin
Pete O'Hanlon30-Jan-07 3:52
mvePete O'Hanlon30-Jan-07 3:52 
QuestionListBox as a DataGrid Cell Pin
karthik Tamizhmathi29-Jan-07 22:57
karthik Tamizhmathi29-Jan-07 22:57 
AnswerRe: ListBox as a DataGrid Cell Pin
blue_arc30-Jan-07 1:26
blue_arc30-Jan-07 1:26 
GeneralRe: ListBox as a DataGrid Cell Pin
karthik Tamizhmathi30-Jan-07 1:42
karthik Tamizhmathi30-Jan-07 1:42 
AnswerRe: ListBox as a DataGrid Cell Pin
Mircea Puiu30-Jan-07 4:15
Mircea Puiu30-Jan-07 4:15 
GeneralRe: ListBox as a DataGrid Cell [modified] Pin
karthik Tamizhmathi30-Jan-07 17:24
karthik Tamizhmathi30-Jan-07 17:24 
GeneralRe: ListBox as a DataGrid Cell Pin
blue_arc30-Jan-07 21:19
blue_arc30-Jan-07 21:19 
Questionread xml file into typed dataset Pin
cellardoor071629-Jan-07 22:36
cellardoor071629-Jan-07 22:36 
AnswerRe: read xml file into typed dataset Pin
bobsugar22229-Jan-07 22:50
bobsugar22229-Jan-07 22:50 
GeneralRe: read xml file into typed dataset Pin
cellardoor071629-Jan-07 22:58
cellardoor071629-Jan-07 22:58 
GeneralRe: read xml file into typed dataset Pin
bobsugar22229-Jan-07 23:05
bobsugar22229-Jan-07 23:05 

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.