No announcements
Found 2891395 threads
-
0 Votes
VB.Net Microsoft.Office.Interop.Excel Paste from MultiLine TextBox to Excel.
I want to paste contents from a multi line textbox to excel. the code below will paste all into cell A1 and I need it to ...Answered | 1 Replies | 383 Views | Created by jimbrown.net - Friday, July 6, 2018 2:12 PM | Last reply by jimbrown.net - Friday, July 6, 2018 8:15 PM -
0 Votes
Multiline Textbox VB.Net 2008
I figured it out. I needed to trim my data coming in from the database.Answered | 6 Replies | 3234 Views | Created by SPAdmin82 - Tuesday, October 6, 2009 7:52 PM | Last reply by SPAdmin82 - Wednesday, October 7, 2009 6:39 PM -
0 Votes
VB.Net Multiline Textbox Automatic Scrolling
seem to be able to get (or set) the scrollbar position from a TextBox but have no issue with getting the scrollbar position from a ...Answered | 3 Replies | 12329 Views | Created by benjionasegway - Friday, August 8, 2014 3:34 AM | Last reply by - Monday, November 30, 2015 5:46 AM -
0 Votes
Copy Paste Data from EXCEL to VB.NET
copy) and paste theAnswered | 1 Replies | 5537 Views | Created by kyle.kyle - Wednesday, June 25, 2008 2:15 PM | Last reply by Ralf de Kleine XCESS - Wednesday, June 25, 2008 2:47 PM -
0 Votes
Excel Add MultiLine Textbox
good idea to declare a variable with the same name as a Type (Dim tbox as TextBox). That can confuse things. I changed this to a string literal before I ran the code ...Discussion | 2 Replies | 6277 Views | Created by JonMny - Wednesday, May 13, 2009 8:04 PM | Last reply by Tim Li - Thursday, May 21, 2009 3:22 AM -
0 Votes
Multiline textbox
You place AcceptsReturn="True" in the TextBox to make multiline You can add multile new TextBox at designtime like ...Answered | 2 Replies | 3150 Views | Created by MSDN_Forums_User - Monday, February 16, 2009 8:33 AM | Last reply by Amyo Kabir - Monday, February 16, 2009 10:03 AM -
0 Votes
Multiline textbox
How do we enable the multiline option in the textbox. Iam able to wrap the text but the ...Answered | 3 Replies | 19810 Views | Created by Shaji-Mji - Friday, July 18, 2008 6:10 AM | Last reply by Harlequin - Tuesday, December 16, 2008 2:39 PM -
0 Votes
Ref:How to validate multiline textbox?
accepting.im giving textboxtype to multiline also.If u know how to filter newline in textbox plz revert me back.and im trying like giving 'm' (multiline) ...Answered | 1 Replies | 5214 Views | Created by bhonesty - Friday, November 30, 2007 5:52 AM | Last reply by bhonesty - Friday, November 30, 2007 7:02 AM -
0 Votes
Populating A Multiline Textbox
Hi, I have a textbox that is linked to a textChanged event, when the event fires I have a function that pulls the required data from a database and ...Answered | 1 Replies | 406 Views | Created by ShatterStar2012 - Monday, September 5, 2016 9:18 AM | Last reply by DotNet Wang - Tuesday, September 6, 2016 4:49 AM -
0 Votes
multiline textbox
Want a multiline textbox like Email writing in Windows phone 7. How to do it?Discussion | 4 Replies | 3661 Views | Created by yao - Monday, August 22, 2011 4:20 AM | Last reply by Mark Chamberlain - MSFT - Monday, August 22, 2011 6:25 PM -
0 Votes
MultiLine TextBox
To programatically populate a multiline textbox (myText) with multiple lines, set the "Lines" property of the TextBox instance to a string array ...Answered | 9 Replies | 8359 Views | Created by vijay_jan80 - Monday, June 6, 2005 7:38 AM | Last reply by Dan Fernandez - MSFT - Monday, July 11, 2005 10:36 PM -
0 Votes
Multiline textbox
I have a multiline string (a string with multiple lines separated by "\n") which I want to display in a multiline textbox. When I simply set ...Answered | 2 Replies | 2907 Views | Created by tsw_mik - Sunday, December 16, 2007 5:39 PM | Last reply by tsw_mik - Monday, December 17, 2007 10:40 PM -
0 Votes
Multiline TextBox focus problem
Yes, TextBox wants to use the arrow keys to allow the user to move the caret from line to line. Add a new class to yourAnswered | 2 Replies | 3385 Views | Created by smoothcoder - Tuesday, August 28, 2007 8:45 AM | Last reply by smoothcoder - Friday, August 31, 2007 8:26 AM -
0 Votes
Multiline Textbox
I have a multiline textbox that is set to look like a large square. In my code, I will be changing the text of this textbox but I would like ...Answered | 7 Replies | 2699 Views | Created by Xystus777 - Friday, April 24, 2009 7:17 PM | Last reply by kaymaf - Monday, April 27, 2009 4:16 PM -
2 Votes
multiline textbox
hi, i have a form with a multiline textbox (textbox with multiline set to true). it is read only, and i want to use it to post some ...Answered | 3 Replies | 2754 Views | Created by VooDoo Chicken - Monday, December 1, 2008 11:08 PM | Last reply by David M Morton - Tuesday, December 2, 2008 2:54 PM -
0 Votes
Multiline Textbox
I have a textbox that is databound to a column on a table. The maxlength is set to 500 and multiline is set to true. When I originally enter info in ...Answered | 4 Replies | 3217 Views | Created by Randy0128 - Wednesday, October 15, 2008 1:07 PM | Last reply by Bruce.Zhou - Monday, October 20, 2008 6:24 AM -
0 Votes
Multiline Textbox
The Simplest to Move to End/Last Line of Multined TextBox ...Answered | 3 Replies | 3256 Views | Created by MeJay - Thursday, February 14, 2008 10:23 PM | Last reply by MeJay - Saturday, February 16, 2008 11:01 AM -
0 Votes
Multiline textbox
Hi! How I can do multiline textbox? I read about property AcceptsReturn="True". But this property enable clientside new line. I want do as in winforms and asp.net. If ...Answered | 1 Replies | 4969 Views | Created by MSDN_Forums_User - Monday, May 18, 2009 2:52 PM | Last reply by Ken Tucker - Monday, May 18, 2009 8:25 PM -
0 Votes
Multiline Textbox
I need a multiline textbox that word wraps and has a scrollbar. Does anyone know of such a control that is stable? I have tried to use the Liquid ...Unanswered | 3 Replies | 10789 Views | Created by Completetrader - Thursday, April 17, 2008 10:17 AM | Last reply by bbakermai - Sunday, April 5, 2009 8:16 AM -
0 Votes
Textbox multiline
I have a textbox with multiline property. The user enters text and he never presses enter (new line). So the text is considered one line. However, in the textbox it is ...Answered | 4 Replies | 4114 Views | Created by nikos_22 - Tuesday, May 2, 2006 1:09 PM | Last reply by ThE_lOtUs - Tuesday, May 2, 2006 4:41 PM - Items 1 to 20 of 2891395 Next ›
No announcements