Microsoft.com
All DevCenters
MSDN Home
MSDN Archive:
MSDN Archive Home
|
Browse Archive
|
Share Code
|
Help and FAQs
Small Basic Gorillas v1.0 and v2.0
Home
Downloads
People
License
Close
RSS
All Resource Updates
Releases
Wiki
RSS
Comments
|
Print
|
Page Info
|
Change History (all pages)
Search Wiki:
Home
Gorillas v1.0 for Small Basic 0.4
Gorillas v2.0 for Small Basic 0.5
Last edited
May 17 2009 at 1:19 AM
by
Rushworks
, version 4
Comments
jbcoder2
wrote
Apr 6 2010 at 12:45 AM
Great program, pretty authentic recreation.
I did have one issue on my computer however, where the keystroke showing in velpcity and angle lagged one behind the actual keystroke being input (i.e. type 1, show nothing, type 2, show 1, type 3, show 2, etc) After analyzing the issue, I believe it is a race condition. The fix was pretty simple however, simply move this line to be the first in the KeyDownEvent subroutine:
Key = Text.ConvertToUpperCase(GraphicsWindow.LastKey)
problem solved.
Happy coding!
Sign in to add a comment
Current Release
Small Basic Gorillas
Sat May 16 2009 at 7:00 AM
More Tags ...
Popular Tags
.NET
.NET 2.0
.NET 3.5
.NET Framework
2008
2009
2010
2011
2012
ADO.NET
ASP.NET
Azure
C#
C++
CRM
Entity Framework
Hotfix
LINQ
LINQ to SQL
March Issue
MCMS
MSDN Magazine
Samples
SharePoint
SharePoint 2010
silverlight
SQL Server
tfs
VB.NET
Visual Basic
Visual Studio
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VS SDK
VSTO
VSX
WCF
windows 7
Windows Forms
Windows Mobile
WPF
Manage Your Profile
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...