Powered By:
Android Advice
 

Archive for September, 2010

How to Create a Game Loop in Windows Forms .NET

September 30, 2010

Introduction: A game loop is one of the most fundamental requirements for a game, it is what makes the game move forward in time, that is, real-time. This is opposed to a standard forms application which is non real-time and requires user’s input to function. Note: This is not in any way best practices and is not [...]

Posted in .NET, Gaming, Programming 5 Comments »

Cannot Open xoml cs in Microsoft Visual Studio 2010 From a Code Activity

September 30, 2010

Problem: Cannot open a workflow xoml.cs file in Visual Studio 2010 from the .xoml workflow diagram. Cause: Bug in Visual Studio 2010. Solution: Close all open documents/tabs within Microsoft Visual Studio 2010 and re-open the .xoml file

Tags: , , , , , ,
Posted in .NET, Problem-Cause-Solution No Comments »