Results 1 to 5 of 5

Thread: [RESOLVED] save dialogue box

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    12

    Resolved [RESOLVED] save dialogue box

    I need help to add save and save as dialogue box options in vb 2010.
    I've already managed to do loading but i can't figure out how to save. can anybody help me
    There are 10 types of people in the world, those who understand binary and those who don't

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: save dialogue box

    What are you trying to save?

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    12

    Re: save dialogue box

    I'm trying to save a text file that contains
    integer,integer
    grid of binary

    its for a program, Conway's game of life
    the first line will be the size of a grid to draw
    the next lines will be whether each cell is "alive" (1) or "dead" (0)
    There are 10 types of people in the world, those who understand binary and those who don't

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: save dialogue box

    Follow the CodeBank link in my signature and check out my thread on the topic.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    12

    Re: save dialogue box

    Thanks for the help it all works now
    There are 10 types of people in the world, those who understand binary and those who don't

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width