Well I got back from my vacation a few weeks ago and have been too busy to update anything here. I am in need of suggestions! Post below in the comments about what you want to see added to this site. It can be in almost any programming language!
Well I decided to do a little update on what’s to come here on BncApps. Next little thing that will be posted is a C# Msn client example. It will be posted soon. The first version only has logging in and loading a list if online contacts. In a future post I plan in having [...]
This is a simple application that demonstrates how you can allow your application users a basic scripting language. This is a programmable mouse macro where you add commands such as “setx 120″ to the listbox and each line is executed one by one. This can be used for easy mouse movements and clicks. It demonstrates [...]
Since I learned this, I have been able to do a lot with handling objects. I will show how to be able to draw as many shape objects (in this case Rectangles) on the form and be able to handle them all, including collisions and movement! Note: This was made in Visual Studio 2008, if [...]