User Profile

Collapse

Profile Sidebar

Collapse
GoldenShiner
GoldenShiner
Last Activity: Mar 26 '10, 07:40 PM
Joined: Mar 24 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • oh, sorry about that, and thanks.
    See more | Go to post

    Leave a comment:


  • GoldenShiner
    started a topic open html page in new window using C#?

    open html page in new window using C#?

    hello,
    I have a c# application which after clicking a button in infopath form, creates an HTML file. I would like to open this page in a NEW window, instead of what is actually doing, opening into under a tab. Any help will be greatly appreciated.
    <code>
    Code:
      fileName = ("Warningfile " + PHYS_MSTR_water_body_id.ToString() + " " + PHYS_MSTR_event_date.ToString() + " " + time_collected_hh.ToString()
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 26 '10, 06:53 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]

  • Thank you for your quick reply. yes, I am using Filestream
    outputfile = new FileStream(file Name,FileMode.C reate,FileAcces s.Write);
    writer = new StreamWriter(ou tputfile);
    writer.BaseStre am.Seek(0, SeekOrigin.End) ;

    is BufferedOutputS tream part of C#? or Java?
    I tried to use BufferedStream, do I just use BufferedStream instead of FileStream? or how exactly? thanks again for your help.
    See more | Go to post

    Leave a comment:


  • Why is my C# generated html file being saved?

    Hello,
    I am writing to an Html file using C#. but I dont want that file saved. I just want the user to see it, and then when they close it, to dissappear. Why is this html file still being saved on my desktop?? The C# code is behind my infopath form. any help is appreciated.
    See more | Go to post
No activity results to display
Show More
Working...