User Profile
Collapse
-
I use WebsitesScreens hot dll for this. this .net component can be used in any .net language. you just try this, it's easy to use. -
I want to draw on the image in WPF
Like we draw on the bitmap or image object using graphics object in windows form in GDI.
Now how to draw on the image (rectangle or something else) in WPF?
If someone provides me simple sample code that would be a great help. -
.Net component class in WPF
How to create .net component class in the WPF.
Example, we have timer control in windows form application, which is a hidden control with the functionalities .
Is it possible to create Component class like thing in WPF application?
Guide me. -
Visual Basic .Net
I heard that Microsoft may be cutting off Visual Basic. net in the near future.
Anyone knows if that's true or not? -
Change the location of control at runtime in WPF application.
How to change the location (left and top) of the image control in wpf windows application at runtime? -
Problem in drawing on WPF canvas
When I draw rectangle on WPF canvas with thickness=1 and color=black.
It looks like it increases the thickness and spared the color. The drawing doesn’t look sharp. How to solve this problem?
Protected Overrides Sub OnRender(ByVal dc As System.Windows. Media.DrawingCo ntext)
dc.DrawRectangl e(Nothing, New Pen(Brushes.Bla ck, 1), New Rect(10, 10, 100, 100))
MyBase.OnRender (dc)
End Sub
No activity results to display
Show More
Leave a comment: