Unity – My sprites from my sprite sheets keep changing

I’m new to Unity, and some of the stuff in Unity can be frustrating even tho it is a great tool. When working my self thru some…

slowing down my game

Stencyl – Moving the mouse cursor is slowing down my game

In Stencyl Moving the mouse cursor is slowing down my game. Why is that? Here is what I found and how I fixed it from slowing down…

Windows Service installer with InstallShield LE

I’ve made a short video to demonstrate how to create a installer for a windows service. Use HD resolution to see the details. Happy installing!

C# – Make console application invisible

Sometimes it can be handy to hide your console application from the users, to avoid complications in the example. Here is how to do it. First, we…

Linux Mint Mono develop is not working after install

Linux Mint Mono Develop On a standard Debian system this is very easy, and should be so on Linux Mint Mono Develop (the Debian version) too. Since…

C# – Add VB script capabilities to your applications

There is plenty of areas to use this. For me, I use vb scripts on one of my software so users can make their own start up…

Mono Develop – Use .net MySql connector

A short example on how to use the .net MySql connector with Mono Develop.First you need to make it available to your project.Go to Project -> Edit…

Mono Develop (Linux) – Install .net MySql Connector

Here is how to install a .net MySql connector for Mono Develop for Linux (Tested for Debian Variants). First we is going to download the connector, and…