A c# mobile paint module

Introduction This small module was part of a project for the course Tools and Technologies of User Interfaces at Uhasselt. We built a Todo application that exploited the properties of mobile devices (gps, touch, accelerometer, …). Mobile Paint For this project I was looking for a small paint application that could be used to create [...]

c# Drag and Drop – Shape manipulation Part 3: A Reusable Visual Designer / Code Editor

I have been working for a while on 2 big projects. First of all we have my pet project Orbis [1] which is a open source  multi  purpose IDE .  Among it’s features it supports docking (based upon the legendary library of Weifen Luo),  an advanced Syntax Editor (based on the library of Roger Alsing), file management and a [...]

c# Drag and Drop – Shape manipulation Part 2

Development (and article writing) isn’t going as fast as I would like as I am reading a lot of papers from university courses most of my free time. As I already stated in my previous post [1], I am currently working on an article about object manipulation which I want to submit on codeproject.com in [...]

c# Drag and Drop – Shape manipulation Part 1

I haven’t posted anything in a while as I am working on an article which I want to submit on codeproject.com in the near future. The basic idea behind the article is to demonstrate how to modify any shape in order to support drag and drop and direct manipulation. These functions can be usefull in [...]