I have no idea how to call my functions. I think i am going about this the wrong way. Any guidance would be appreciated.
here r my errors:
:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(27,13): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(27,13): error CS0118: 'read_hotspace_file' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(28,13): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(28,13): error CS0103: The name 'read_garage_file' does not exist in the current context
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(29,13): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(29,13): error CS0118: 'display_screen2' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(30,13): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(30,13): error CS0103: The name 'getchh' does not exist in the current context
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(31,13): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(31,13): error CS0118: 'display_screen_data_from_database' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(54,13): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(54,13): error CS0118: 'display_screen2' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(58,36): error CS0103: The name 'getchh' does not exist in the current context
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(91,40): error CS0103: The name 'getchh' does not exist in the current context
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(96,35): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(96,35): error CS0118: 'move_cursor_up' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(97,35): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(97,35): error CS0118: 'move_cursor_down' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(98,35): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(98,35): error CS0118: 'move_cursor_right' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(99,35): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(99,35): error CS0118: 'move_cursor_left' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(107,31): error CS0118: 'move_cursor_up' is a 'type' but is used like a 'variable'
C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs(108,31): error CS0118: 'move_cursor_down' is a 'type' but is used like a 'variable'