Re: openfiledailog
From: Jay (freebird_at_notreal.com)
Date: 10/01/04
- Next message: mscertified: "VS.NET Toolbox ???"
- Previous message: John Smith: "uploading aspx pages"
- In reply to: Nick Malik: "Re: openfiledailog"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 1 Oct 2004 09:53:19 -0700
Thank you, with your guys two posts I was able to get it working. : )
"Nick Malik" <nickmalik@hotmail.nospam.com> wrote in message
news:NId7d.156650$D%.81233@attbi_s51...
> Hi Jay,
>
> OK... you have the code to open the file and the code to close it... did
> you
> comment out the code to read the file from your posting, or perhaps, you
> don't have any code in your app that actually reads the file?
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;315828
>
> --- Nick
>
> "Jay" <freebird@notreal.com> wrote in message
> news:D5SdnX9f3uWDasHcRVn-jA@comcast.com...
>> First I want to say thanks for the help on my previous post. I got the
> save
>> to work. But now I am working on the open and when I open a file it
>> comes
>> up blank in my rich text box and then I go and look at the file it to is
>> blank. I tried to use the help file and no matter what I do it comes up
>> blank. This is what I have left, what am I missing here? BTW this code
> is
>> straight from the help file.
>>
>> If openFileDialog1.ShowDialog() = DialogResult.OK Then
>>
>> openstreamwriter = New StreamWriter(openFileDialog1.FileName)
>>
>> If Not (myStream Is Nothing) Then
>>
>> ' Insert code to read the stream here.
>>
>> myStream.Close()
>>
>> End If
>>
>> End If
>>
>>
>
>
- Next message: mscertified: "VS.NET Toolbox ???"
- Previous message: John Smith: "uploading aspx pages"
- In reply to: Nick Malik: "Re: openfiledailog"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|