Author Archives: XIU

Vidyano Blog

We decided to also use a new blog for Vidyano. This will allow us to post some of the ideas or difficulties we had when implementing some of our features, features or questions we got from our users or when … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Vidyano 3.0 released

I’m proud to announce the release of our third version of Vidyano. This version we focused on the integration with the cloud, so you can take your application and publish it to the cloud without having to make a single … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Snoop v2.7 released

A new version has been released (download here) of this must have WPF utility. The biggest change is that you can drop a crosshair in the application that you want to snoop so that you no longer have to wait … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Happy Newyear

Here’s to a happy new year

Posted in Uncategorized | Leave a comment

Using DrawingBrush to handle transparent backgrounds

With images it is sometimes difficult to see the difference between a white and transparent background. Using a DrawingBush in Tile mode can create the known checker background used in applications as Photoshop. <DrawingBrush> <DrawingBrush.Drawing> <DrawingGroup> <GeometryDrawing Brush=”White”> <GeometryDrawing.Geometry> <RectangleGeometry Rect=”0,0,10,10″ /> … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

WPF Image Buttons

For my Resizer application I wanted a toolbar with image buttons, everything was perfect until I tried to disable the buttons. The first idea was to add a greyscale effect to the button if it was disabled. For a complete … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Updated Getting Started for Vidyano 2.0

We have updated the Getting Started tutorial and placed it on our Wiki.

Posted in Uncategorized | Tagged | Leave a comment