Click here to Skip to main content
15,892,839 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPassing data form one form to multiple form and vise versa. [VB .Net] Pin
GeorgeShii23-Dec-09 15:16
GeorgeShii23-Dec-09 15:16 
AnswerRe: Passing data form one form to multiple form and vise versa. [VB .Net] Pin
Steven J Jowett23-Dec-09 22:49
Steven J Jowett23-Dec-09 22:49 
GeneralRe: Passing data form one form to multiple form and vise versa. [VB .Net] Pin
GeorgeShii4-Jan-10 14:38
GeorgeShii4-Jan-10 14:38 
QuestionImplicit Conversion from typea to typeb Pin
wmar6723-Dec-09 5:33
wmar6723-Dec-09 5:33 
AnswerRe: Implicit Conversion from typea to typeb Pin
Ian Shlasko23-Dec-09 6:38
Ian Shlasko23-Dec-09 6:38 
AnswerRe: Implicit Conversion from typea to typeb Pin
Gideon Engelberth23-Dec-09 17:43
Gideon Engelberth23-Dec-09 17:43 
GeneralRe: Implicit Conversion from typea to typeb Pin
wmar6723-Dec-09 22:54
wmar6723-Dec-09 22:54 
Questionwriting content into a text file Pin
Rakesh523-Dec-09 2:56
Rakesh523-Dec-09 2:56 
Hi all.

i want to write some content into a text file in my application. am getting the input text like this:

AGREEMENT, SIGNIFY YOUR DECISION BY CLICKING THE "DO NOT AGREE" BUTTON; AND YOU MAY RETURN THIS PRODUCT (including all materials) TO THE PLACE WHERE YOU OBTAINED IT WITH YOUR RECEIPT WITHIN THIRTY DAYS FOR A FULL REFUND.

ATTACHMATE®

1. LICENSE. Attachmate Corporation ("Attachmate") grants you the right to use the Attachmate software programs contained in this package (the "SOFTWARE") on a single personal computer. The SOFTWARE consists of several programs and is licensed as a single product. The SOFTWARE'S component parts may not be separated for use on more than one computer or by more than one user at any time. You may install the SOFTWARE on a network server,
----------------------
i am trying to write this content into a txt file. i tried using put,write,writeline and print almost all the functionalities which i have come across in net.

But to my surprise, i am getting the output as follows:

IMPORTANT: PLEASE READ THE FOLLOWING LICENSE AGREEMENT CAREFULLY BEFORE CONTINUING BECAUSE THE SOFTWARE PRODUCT IS LICENSED, NOT SOLD. IF YOU PROCEED WITH THE SETUP PROCEDURE (installation) OR USE THE SOFTWARE (OR AUTHORIZE ANY OTHER
PERSON TO DO SO) BY CLICKING THE "AGREE" BUTTON, THEN YOU ACCEPT THE TERMS AND CONDITIONS OF THE LICENSE AGREEMENT. IF YOU DO NOT AGREE WITH THE TERMS OF THE LICENSE AGREEMENT, SIGNIFY YOUR DECISION BY CLICKING THE "DO NOT AGREE" BUTTON; AND YOU MAY RETU
RN THIS PRODUCT (including all materials) TO THE PLACE WHERE YOU OBTAINED IT WITH YOUR RECEIPT WITHIN THIRTY DAYS FOR A FULL REFUND. ....etc.,

the problem is, it is not writing exactly what is there in the input.. why it is happening like this?

can any one please enlighten me?

thanks,
rakesh.
AnswerRe: writing content into a text file Pin
Dave Kreskowiak23-Dec-09 3:15
mveDave Kreskowiak23-Dec-09 3:15 
AnswerRe: writing content into a text file Pin
Wes Aday23-Dec-09 3:24
professionalWes Aday23-Dec-09 3:24 
AnswerRe: writing content into a text file Pin
Md. Marufuzzaman23-Dec-09 3:55
professionalMd. Marufuzzaman23-Dec-09 3:55 
QuestionDon't debug in try-catch block Pin
cstrader23223-Dec-09 2:45
cstrader23223-Dec-09 2:45 
AnswerRe: Don't debug in try-catch block Pin
Dave Kreskowiak23-Dec-09 3:13
mveDave Kreskowiak23-Dec-09 3:13 
GeneralRe: Don't debug in try-catch block Pin
cstrader23223-Dec-09 3:25
cstrader23223-Dec-09 3:25 
GeneralRe: Don't debug in try-catch block Pin
nlarson1123-Dec-09 3:43
nlarson1123-Dec-09 3:43 
GeneralRe: Don't debug in try-catch block Pin
cstrader23223-Dec-09 3:56
cstrader23223-Dec-09 3:56 
GeneralRe: Don't debug in try-catch block Pin
nlarson1123-Dec-09 5:22
nlarson1123-Dec-09 5:22 
GeneralRe: Don't debug in try-catch block Pin
cstrader23223-Dec-09 5:39
cstrader23223-Dec-09 5:39 
GeneralRe: Don't debug in try-catch block Pin
Luc Pattyn23-Dec-09 5:45
sitebuilderLuc Pattyn23-Dec-09 5:45 
GeneralRe: Don't debug in try-catch block Pin
cstrader23223-Dec-09 6:10
cstrader23223-Dec-09 6:10 
GeneralRe: Don't debug in try-catch block Pin
Luc Pattyn23-Dec-09 6:24
sitebuilderLuc Pattyn23-Dec-09 6:24 
GeneralRe: Don't debug in try-catch block Pin
cstrader23223-Dec-09 6:42
cstrader23223-Dec-09 6:42 
QuestionConstructor inheritance in VB.NET while from C#.net Pin
get120622-Dec-09 23:37
get120622-Dec-09 23:37 
QuestionRe: Constructor inheritance in VB.NET while from C#.net Pin
Md. Marufuzzaman23-Dec-09 0:12
professionalMd. Marufuzzaman23-Dec-09 0:12 
AnswerRe: Constructor inheritance in VB.NET while from C#.net Pin
Dave Kreskowiak23-Dec-09 1:31
mveDave Kreskowiak23-Dec-09 1:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.