Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editbox for VB.Net winforms
Message
From
30/10/2006 16:34:13
 
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01165617
Message ID:
01165619
Views:
10
>I have a function that returns a string, with seperate values seperated by a vbCr that I want to display in a editbox (VFP Verbage). I put a textbox on the form, and set it to multi-line, but when it gets populated, it has the first text followed by the control character for the CR and then the second item. Anybody know how I need to format the string between items?

Simply use:
        MessageBox.Show("This is text on first line" + Chr(13) + "This is text on second line")
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform