Page Rank

Subscribe

Categories

Recent posts

Alexa Rank

Working of SaveFileDialog Component in VB


  • This topic explains about the working of SaveFileDialog component in VB programming.
  • With this you can save file into your location.
  • Tools needed: Button1 (Button1), SaveFileDialog1 (SaveFileDialog1), RichTextBox1 (RichTextBox1)

VB.NETWorking of SaveFileDialog Component in VB

  • VB.NET means Visual Basic.NET.
  • It’s an OOP’s language.
  • VB.NET is a .NET version of Visual Basic programming language.
  • It uses CLR for program execution.
  • According to Microsoft VB.NET was re-engineered rather than released as Visual Basic 6.0 with some add-ons.
  • Different versions of VB.NET are available.
  • Know more about VB.NET

SaveFileDialog ClassWorking of SaveFileDialog Component in VB

  • Help the user to select a location for saving a file.
  • This class cannot be inherited.

Namespace:  System.Windows.Forms

Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

  • Syntax for SaveFileDialog

CommonDialog.ShowDialog MethodWorking of SaveFileDialog Component in VB

  • Help to run a common dialog box with a default owner.

Namespace:  System.Windows.Forms

Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

  • Syntax for ShowDialog

FileDialog.FileName PropertyWorking of SaveFileDialog Component in VB

  • Help to sets a string containing the file name selected in the file dialog box.
  • Syntax

RichTextBox ClassWorking of SaveFileDialog Component in VB

  • Help to represent a windows rich text box.
  • Syntax

RichTextBox.SaveFile Method (String, RichTextBoxStreamType)

  • Help to saves the contents of the RichTextBox to a specific type of file.
  • Parameters

Path – The name and location of the file to save.

File Type – One of the RichTextBoxStreamType values.

Working of SaveFileDialog Component in VBComplete Code


VB Files and Directory VB WORD
VB Path Class How to insert picture in Excel using VB
Save the image to system from PictureBox in VB How to insert Picture as Background image in Excel using VB
Read text file and write text file in VB Create Excel Chart in VB.NET PictureBox
How to append file using vb Export Excel chart to Picture file using VB
How to read file in vb Draw chart in Excel using VB programming
Create and write file using vb.net Create an Excel file from XML file using VB
Different file operation in vb.net Save the image to system from PictureBox in VB
Count files in Directory using vb.net Working of Font Dialog in VB
BinaryWriter in VB.NET Working of SaveFileDialog Component in VB
BinaryReader in VB Make ctrl A to select all text in VB
How to create numeric TextBox in VB
How to spell check in vb

Working of SaveFileDialog Component in VB

If you have any suggestions or doubts regarding this topic, please contact us…

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">