Thread: Forms

  1. #1
    Unregistered
    Guest

    Lightbulb Forms

    If anyone has any code examples of C# GUI forms
    and would like to post them, please do.

    especially if they have menus and textboxes
    and possibly saving to files...

    wow, that's lots of stuff !

  2. #2
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    File reading/writing is very much like C++
    but with FileWriter && FileReader Streams
    I'm not sure about Binary Writing/Reading
    (if anyone has code for this or can direct us with a link, please do)

  3. #3
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    I don't have any code for file saving just yet, but I will be implementing some this week. So I'll have to figure it out soon.

    For the GUI, you don't need to code the GUI interface really. You can drag and drop the pieces. The menu is very easy to implement in Visual Studio.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Good introduction to Windows Forms?
    By jcafaro10 in forum C# Programming
    Replies: 1
    Last Post: 05-19-2009, 06:11 PM
  2. Replies: 2
    Last Post: 04-02-2009, 04:40 AM
  3. Closing all forms from a derived form
    By Pete_O in forum C# Programming
    Replies: 1
    Last Post: 09-01-2007, 01:09 PM
  4. C# Game using Forms
    By ejohns85 in forum C# Programming
    Replies: 1
    Last Post: 12-16-2006, 05:35 PM
  5. Which one :MFC, Win32, Windows Forms (.Net)?
    By Robert_Sitter in forum Windows Programming
    Replies: 6
    Last Post: 11-17-2005, 06:15 AM