No announcements
Found 2122293 threads
-
3 Votes
RichTextBox text alignment in RTL languages
You're supposed to add a WPF User Control to a Windows Forms project and then select a WPF RichTextBox to place in the WPF User Control.Answered | 14 Replies | 2419 Views | Created by sndybad - Tuesday, August 12, 2014 12:26 PM | Last reply by sndybad - Friday, August 15, 2014 2:30 PM -
0 Votes
text alignment
Maybe first draw the part before ‘-‘ in the left half of the column using DT_RIGHT alignment, then draw the rest using DT_LEFT alignment in the right half.Answered | 3 Replies | 3614 Views | Created by Dalai - Monday, November 15, 2010 1:16 PM | Last reply by Dalai - Friday, December 10, 2010 4:53 PM -
0 Votes
Aligning text in a text file
But it's not aligning the text it's simply padding it with spaces to give fixed width fields and that will only look right with a mono spaced font.Answered | 26 Replies | 4295 Views | Created by Plasman - Tuesday, January 17, 2012 8:55 PM | Last reply by Plasman - Sunday, January 22, 2012 7:51 PM -
0 Votes
issue with alignment (right to left language)
Answered | 1 Replies | 644 Views | Created by neta win - Tuesday, March 1, 2016 9:06 AM | Last reply by Siddheshwar Kohale - Tuesday, March 1, 2016 10:36 AM -
0 Votes
Aligning text based on selected language
User877341716 posted Pls see below link to align text from dynamic data ...Answered | 1 Replies | 22 Views | Created by Anonymous - Sunday, July 17, 2011 8:51 AM | Last reply by Anonymous - Sunday, July 17, 2011 1:19 PM -
0 Votes
Text Alignment
Create an enumeration of all the possible text alignments. the enumeration makes it much easier to specify how you want the text positioned, with names ...Answered | 6 Replies | 7250 Views | Created by Benita Blas - Thursday, December 3, 2009 1:26 PM | Last reply by Riced - Friday, February 17, 2012 10:50 AM -
0 Votes
Alignment of text in a text box
.FileName) Me.TextBox1.Text = Path.GetFileName(SaveFileDialog1.FileName) 'This will get only the file name with ext (I think) Me.TextBox1.TextAlign = ...Answered | 4 Replies | 2310 Views | Created by Anonymous126 - Tuesday, October 11, 2011 4:19 PM | Last reply by Carmelo La Monica - Tuesday, October 11, 2011 10:31 PM -
0 Votes
Text Alignment
If the textbox is the width of the form, then centering the text in the textbox will center the text in the form.Answered | 9 Replies | 2399 Views | Created by mholmes_3038 - Friday, February 17, 2012 6:34 AM | Last reply by mholmes_3038 - Friday, February 17, 2012 7:49 PM -
4 Votes
Labels text change depending on selected language.
Can someone give me good advice how to change labeling depending on selected langugage.Answered | 2 Replies | 3734 Views | Created by GaiusBaltar - Friday, December 18, 2009 1:15 PM | Last reply by hbarck - Saturday, December 19, 2009 4:37 AM -
0 Votes
Left Align of a Text in SmartArt
In SmartArts, the shapes are resized based on the adjust handles.Answered | 8 Replies | 3871 Views | Created by Jawahar Ramasamy - Saturday, September 8, 2012 5:09 AM | Last reply by JCurry - Thursday, September 20, 2012 7:39 PM -
0 Votes
alignment of caption text to right
Hi, I am facing one issue regarding TitleBar text alignment in c# using Compact framework.Answered | 1 Replies | 736 Views | Created by chetna123 - Tuesday, June 17, 2014 3:11 PM | Last reply by Malleswara Reddy [MCTS, MCP] - Tuesday, June 17, 2014 6:12 PM -
0 Votes
Paramaterised language text within reports
Language) ThanksSmithaAnswered | 2 Replies | 4114 Views | Created by Ofx - Thursday, February 11, 2010 5:53 PM | Last reply by bsmitha - Friday, February 12, 2010 8:56 AM -
2 Votes
Language Selection
We don't offer or need forums for anything other than language.Answered | 2 Replies | 6749 Views | Created by Locki - Thursday, March 15, 2012 11:08 AM | Last reply by Brent Serbus - Sunday, March 18, 2012 4:34 AM -
1 Votes
Textbox, text alignment
Select all the text by double click.Answered | 12 Replies | 5485 Views | Created by kjell nilsson - Wednesday, May 18, 2011 1:41 PM | Last reply by kjell nilsson - Friday, May 20, 2011 2:54 PM -
1 Votes
Outline text control - alignment
I'm using a component called OutlineTextControl (downloaded from here), that is based on MSDN code examples for creating text with an outline by converting the ...Answered | 2 Replies | 4233 Views | Created by Oskar L - Friday, August 1, 2008 8:21 AM | Last reply by Oskar L - Monday, August 4, 2008 6:24 AM -
0 Votes
Is there a way to select text based on color?
After you find one, select it using Select, and then determine the colour using SelectionColor.Answered | 1 Replies | 1798 Views | Created by cplusplusBETA - Friday, May 18, 2012 11:38 PM | Last reply by Viorel_ - Saturday, May 19, 2012 8:19 AM -
1 Votes
Setting Clickonce Installer Language based on Language Settings
Clickonce installer always displays in English language.Answered | 2 Replies | 525 Views | Created by Jagan Saravanan - Wednesday, February 18, 2015 12:02 PM | Last reply by Franklin Chen - Thursday, February 19, 2015 6:25 AM -
3 Votes
right align in label text
Or you can align stirng with spaces, by using Sring.Format method, and inside braces define alignnment. 1st number is the index element, 2nd number is meant for alignment.Answered | 3 Replies | 15962 Views | Created by Raymond Chiu - Thursday, October 6, 2011 10:13 AM | Last reply by Mitja Bonca - Thursday, October 6, 2011 10:56 AM -
1 Votes
Is it possible to align text in a listbox?
now right align problem is solved. but one problem for this code.Answered | 20 Replies | 22779 Views | Created by Nidhinraj Kottarathil - Tuesday, November 29, 2011 3:02 PM | Last reply by Ante Meridian - Wednesday, December 7, 2011 11:12 AM -
1 Votes
Alignment of the text in the cells (RTF)
Hi TheMagicTheater, This is due to limitations in the default base class used by the RichTextBox, RichEdit40.Answered | 3 Replies | 6064 Views | Created by TheMagicTheatre - Tuesday, March 5, 2013 2:21 AM | Last reply by TheMagicTheatre - Thursday, March 7, 2013 9:36 PM - Items 1 to 20 of 2122293 Next ›
No announcements