Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / Visual Basic

Star Trek for Windows

Rate me:
Please Sign up or sign in to vote.
3.62/5 (20 votes)
12 Feb 2009CPOL 73.5K   806   20  
A conversion of the old Text Based Star Trek into Windows using VB.NET 2008 Express
Imports System.Resources

Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following 
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("Star Trek for Windows")> 
<Assembly: AssemblyDescription("Star Trek for Windows (Converted from Text Based Version)")> 
<Assembly: AssemblyCompany("Bill New")> 
<Assembly: AssemblyProduct("Star Trek for Windows")> 
<Assembly: AssemblyCopyright("No Copyright since this was public domain already!")> 
<Assembly: AssemblyTrademark("")> 

<Assembly: ComVisible(False)> 

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("f3017015-d1a4-4d69-a295-5bcbd7963a32")> 

' Version information for an assembly consists of the following four values:
'
'      Major Version
'      Minor Version 
'      Build Number
'      Revision
'
' You can specify all the values or you can default the Build and Revision Numbers 
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")> 

<Assembly: AssemblyVersion("8.09.01.25")> 
<Assembly: AssemblyFileVersion("8.09.01.25")> 

<Assembly: NeutralResourcesLanguageAttribute("en")> 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
BillNew - Software developer since November 1977.

Comments and Discussions