Quantcast
Channel: Write text on wpf control
Browsing latest articles
Browse All 9 View Live

Write text on wpf control

Many thanks XAML guy and Sheldon _Xiao. I am studying your suggestions.

View Article



Image may be NSFW.
Clik here to view.

Write text on wpf control

Hi Since_GWBasic,You could try to use WPF DrawingContext class, http://msdn.microsoft.com/en-us/library/system.windows.media.drawingcontext.aspxthere is a DrawText method...

View Article

Write text on wpf control

Then I would say an InkCanvas is the way to go.You will need to convert the text into ink.You can then convert ink to bitmap.Good luck, Pete#PEJL

View Article

Image may be NSFW.
Clik here to view.

Write text on wpf control

This is an image of my application written in vb6, btw I did it also with vb 2010 and I want to do it with wpf. The rectangles you see are not labels or text boxes, it's just a graphic drawn on the...

View Article

Write text on wpf control

OK, so you need to annotate?A good example of that is here by Josh Smith : http://www.codeproject.com/Articles/20457/Annotating-an-Image-in-WPFBasically you need to make a dual purpose control, which...

View Article


Write text on wpf control

Ok, here is a brief explanation of what I want to do:I want to rewrite in wpf an application that I made with VB6 . This application is a table that calculates the quantity of oil loaded on board crude...

View Article

Write text on wpf control

Well, there's the Label Control?Or you could use an InkCanvas, convert text to bitmap, add to ink canvas, etc, as discussed by Yi-Lun Luo and linked from here...

View Article

Write text on wpf control

You could use a label. However I don't think you can edit the label like you can a textblock. What do you plan on doing?

View Article


Write text on wpf control

Is there a way to write text on form or canvas without using textblock control?

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images