Browse by Tags
All Tags »
Code
I recently visited an MIS department at Baylor University. Since my background is in engineering and development, I had to do a little homework to determine what functionality would be the right fit for this type of program. Here are some tools that I
Read More...
http://msdn2.microsoft.com/en-us/library/30taewf4(VS.80).aspx Calculator Application Sample Provides a simple calculator application for a Pocket PC. Direct3D Mobile UltimateGMan Game Sample Shows how to make a simple two dimensional game with managed
Read More...
As I mentioned in my NEAT-o-Games post , on Friday I visited CPL to see talk about Windows Mobile Development. I provided an overview of threading concepts in .NET CF and gave a quick demo of basic threading concepts. If you are new to threading in either
Read More...
In an earlier entry ( Format C# or .NET Code for your Blog or Website ), I linked to manoli.net/csharpformat as a great web site for formatting C# or .NET Code for you blog. Clint Rutkas pointed out that Windows Live Writer has a plug-in that uses Jean-Claude
Read More...
In my last post, Basic Scripts for Windows Server , I posted some code onto my blog. I found a great website for formating C#, VB, HTML, XML, and Powershell Code. I also added a gray background to the code by adding a style to the <pre> tag: <
Read More...
Martin Schray walks through creating an installer for the Delayed Startup Application using Visual Studio 2005. This is remarkable easy compared to using InstallShield! Video: Delayed Startup Setup Project
Read More...
Introduction to Gaming: Modify your first 2D Game using XNA Games Studio Express. I walk you through some of the key gaming concepts and then add in Collision Detection and Score Keeping to the game. Resources: - Original 2D Project - XNA Creators Club
Read More...