Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics 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 January 6th, 2006, 06:08 AM
Authorized User
 
Join Date: Dec 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default textbox contents to be printed

Hi,
  I am having 2 forms on which there are textboxes and they take the input from the user and when the button is clicked they display the results in the other textboxes.This is a windows based form.

some part of the code is like this
in the button click action i have written

a = txta.Text
Ai=txtAi.Text
 b = Ai / a
txtb.Text=b

the above code will take the values from the user for a and Ai and will display the result on the textbox b.I am trying to print the contents of a textBox control.Now my problem is that i want the a,Ai and b to be printed out.How can i do that.Can you please help me.
Thanking You,
Josna


Josna
__________________
Josna





Similar Threads
Thread Thread Starter Forum Replies Last Post
Printed Page Header Navy1991_1 XSLT 8 July 18th, 2008 11:46 AM
printed or not printed page status in Crystal Repo hendyhanusin Crystal Reports 0 July 31st, 2007 02:17 AM
Printed and Online Code Differences rosslittle BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 3 June 23rd, 2005 01:32 PM
Only the first page printed verdun Crystal Reports 1 November 19th, 2003 09:50 AM





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