Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > Pro VB.NET 2002/2003
|
Pro VB.NET 2002/2003 For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 27th, 2004, 10:59 PM
Registered User
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do I Save a form's contents into a .txt file

fairly new to vb.net. How do I go about writing the code for saving a form that have multiple text boxes, labels, and check boxes into a .txt file that I can use for printing later on...

 
Old March 27th, 2004, 11:22 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

You could loop through the Form.Controls collection, and check based on the type (if you need different results per control type).
 
Old March 28th, 2004, 01:03 PM
Registered User
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by bmains
 You could loop through the Form.Controls collection, and check based on the type (if you need different results per control type).
Thanks for the info!!11






Similar Threads
Thread Thread Starter Forum Replies Last Post
how to sorti file contents lakshmi_annayappa Java Basics 4 March 20th, 2008 05:26 AM
Reading txt file umeshtheone SQL Server 2000 9 May 15th, 2007 12:43 AM
save dataset in txt format??? thomaz C# 3 March 20th, 2006 01:29 PM
Create and Save ASP form Contents to Word Document abhisheksud Classic ASP Professional 1 October 13th, 2005 04:00 AM
save file in csv, txt format in jsp URGENT ernidhi2003 JSP Basics 1 October 14th, 2004 04:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.