No announcements
Found 1143087 threads
-
7 Votes
Animating Text In Graphics Window?
You have shown in there how to animat ethe text.Answered | 10 Replies | 2764 Views | Created by Stewart555 - Thursday, March 15, 2012 5:04 PM | Last reply by msdn.yogesh - Wednesday, August 24, 2016 4:19 PM -
1 Votes
Converting HWND from WinAPI to Graphics^.
Well, I create Graphics^ (ViewPort, but for test only render), and function, which return IntPtr (System::IntPtr) for Graphics^.Answered | 3 Replies | 5689 Views | Created by Серый Волк - Wednesday, May 23, 2012 12:50 PM | Last reply by Серый Волк - Thursday, May 24, 2012 11:49 AM -
1 Votes
VB 2010 Rotate Text in graphics
Still relating to graphics and the display of data points having real world coordinates and relating them back to display on the graphic object being a panel within ...Answered | 15 Replies | 4952 Views | Created by El-sid - Sunday, August 4, 2013 11:03 PM | Last reply by El-sid - Monday, September 2, 2013 2:08 AM -
0 Votes
Convert text to image dynamically
If you're using WinForms then you can create an empty Bitmap object that has the resolution and whatnot you want, create a Graphics object from that, use ...Answered | 1 Replies | 705 Views | Created by JavaRefugee - Thursday, November 21, 2013 3:00 PM | Last reply by CoolDadTx - Thursday, November 21, 2013 3:26 PM -
2 Votes
Text in a Graphics Window
DrawText(x, y, text) GraphicsWindow.Answered | 1 Replies | 601 Views | Created by HollB70 - Friday, April 24, 2015 6:56 PM | Last reply by Pappa Lapub - Friday, April 24, 2015 7:01 PM -
3 Votes
Text window in Graphics mode
Is it possible to open a text window while in a graphics window and send text to it i.e errors?Answered | 2 Replies | 403 Views | Created by jwzumwalt1 - Monday, March 19, 2018 9:12 AM | Last reply by jwzumwalt1 - Monday, March 19, 2018 5:51 PM -
4 Votes
how to convert captcha into text?
well Joel i want to extract text from captchas by reading them ..... and them store the text in the form of string...Answered | 10 Replies | 7187 Views | Created by farooq.hnf - Thursday, March 27, 2014 5:33 AM | Last reply by Eyal Solnik - Saturday, April 5, 2014 3:18 PM -
0 Votes
Graphic Indicator Stoplights with text reply also
Also, remember that the graphical indicators work based on the output of your formula.Answered | 1 Replies | 6939 Views | Created by pp confused - Tuesday, June 28, 2011 1:58 PM | Last reply by Prasanna Adavi - Tuesday, June 28, 2011 2:08 PM -
4 Votes
Fine Tuning Text Positioning in Data Graphics
Even if you manually position text within the Data Graphic, it will reset itself to the default format once you refresh and update the data.Answered | 4 Replies | 2751 Views | Created by Blake Dot C - Wednesday, August 31, 2016 3:26 PM | Last reply by Blake Dot C - Friday, September 2, 2016 1:28 PM -
0 Votes
ListView/GridView: Replacing Text in a row/column with a graphic
Drew, Yes DataTrigger is what I ended up using and styled the text to look like the graphic element I was going to use in the first place.Answered | 3 Replies | 4090 Views | Created by travispuk - Sunday, August 31, 2008 12:09 PM | Last reply by travispuk - Tuesday, January 20, 2009 4:49 PM -
0 Votes
Draw text on a graphics object
Dim gphFormGraphics As Graphics = Me.CreateGraphics Dim recDrawingRectangle As Rectangle ...Answered | 2 Replies | 2583 Views | Created by Philosophaie - Sunday, November 16, 2008 8:40 PM | Last reply by JohnWein - Sunday, November 16, 2008 10:16 PM -
0 Votes
Convert the Forum text to PDF
To create a pdf file for the thread in forum: Make use of following article to achieve the same ...Answered | 1 Replies | 4916 Views | Created by sanra - Monday, January 18, 2010 4:07 AM | Last reply by Manishrao Patil - Monday, January 18, 2010 5:38 AM -
0 Votes
[Direct2D] Add border to graphics and text drawing
http://www.codeproject.com/Articles/376597/Outline-Text-With-DirectWrite Hope these could be help of you.Answered | 4 Replies | 1225 Views | Created by Krish_2404 - Tuesday, August 30, 2016 2:46 PM | Last reply by Baron Bi - Friday, September 2, 2016 7:58 AM -
0 Votes
Getting Graphics of the text editor window
The only mechanism that is supported is text markers (glyphs in the widget bar, squiggly lines, code highligted in a different color, etc).Answered | 5 Replies | 4745 Views | Created by RobSiklos - Friday, July 11, 2008 9:10 PM | Last reply by Dmitry Pavlov - Wednesday, February 29, 2012 1:43 PM -
3 Votes
Paint portion of graphics to Graphics object
It's great, because this way when I print a PDF the drawings on the canvas are vectors and can be zoomed in without losing quality (therefore I'd like to avoid converting the ...Answered | 15 Replies | 1353 Views | Created by SilviSoft - Saturday, June 15, 2013 1:42 PM | Last reply by SilviSoft - Friday, June 28, 2013 8:23 AM -
0 Votes
converting text to number
Another way that doesn't use VBA is to enter 0 in some unused cell, copy that cell, select the range with the numbers as text and then do a PasteSpecial with the Addition operation.Answered | 4 Replies | 4551 Views | Created by johnboy0276 - Wednesday, December 8, 2010 3:29 PM | Last reply by johnboy0276 - Wednesday, December 8, 2010 4:24 PM -
0 Votes
Converting Hindi Text to English Text
Hello ,please let me know how to convert english string value to Hindi.plesae helpAnswered | 13 Replies | 13984 Views | Created by Karthizen - Friday, August 28, 2009 5:05 AM | Last reply by Pradeepnic - Friday, May 17, 2019 5:44 AM -
1 Votes
How to put text on your Graphics window?
Hi I am stuck on my program and to solve and I need to How to put text on your Graphics window?Answered | 1 Replies | 4017 Views | Created by Basickid - Monday, July 11, 2011 1:00 PM | Last reply by litdev - Monday, July 11, 2011 5:20 PM -
0 Votes
Convert text to polygons
The FormattedText class allows you to convert text into geometery: http://msdn.microsoft.com/en-us/library/ms752098.aspx Is this what you are looking ...Answered | 3 Replies | 6811 Views | Created by Guntheria - Friday, December 31, 2010 8:06 PM | Last reply by Guntheria - Monday, January 3, 2011 5:14 PM -
2 Votes
Text-To-Number Converter?
For your information from Small Basic Blog : Text to Binary Converter - Small Basic Featured Program.Answered | 4 Replies | 1107 Views | Created by Ardiezc Quazhulu - Saturday, March 9, 2013 2:20 AM | Last reply by Ardiezc Quazhulu - Saturday, March 9, 2013 5:16 PM - Items 1 to 20 of 1143087 Next ›
No announcements