Results 1 to 4 of 4

Thread: VB 2010 Help Please

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2011
    Location
    Lockport, IL
    Posts
    9

    VB 2010 Help Please

    Hey everyone, just joined up here. I have a question about this program I'm making. I'm making a form where you put in a name, type (game or sofware) and the version number. How can I make it so that when I have the form open and I type in that information, I want to hit "submit" and have it go to a table with the same column titles. On the main form I have a button that says "browse" and so when I hit that, I want to be able to browse the ones I already have in there. Is that possible?

    Thanks guys!

  2. #2
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Re: VB 2010 Help Please

    Hey
    you need to be case specific
    i mean target any particular task,
    so many people will help you

    but you have given a chain of tasks , it is hardly possible to visualize
    The averted nuclear war
    My notes:

    PrOtect your PC. MSDN Functions .OOP LINUX forum
    .LINQ LINQ videous
    If some one helps you please rate them with out fail , forum doesn't expects any thing other than this

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: VB 2010 Help Please

    Browsing has many possible solutions. For instance, you could populate a listbox or a datagridview from the datatable. You could also restrict the values displayed based on some kind of search criteria. Therefore, the questions you have to answer are these:

    1) Do you want to restrict the items displayed, and if so, how?

    2) How do you want to display the data, and what items do you want to display?
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    New Member
    Join Date
    Oct 2011
    Location
    Lockport, IL
    Posts
    9

    Re: VB 2010 Help Please

    Okay, here's the main theme. I'm making a program that allows you to store, add and browse CD Serial keys. You open up the program and in the main window you have three main options. "Add" "Look up" and "Browse". You click on add and it brings up a window which has three fields to put text into, "Name" "Type" (game software or other) and "Serial #", and at the bottom is an "Add!" button, so when you click that it's suppose to add the name, type, and serial # to some sort of table under the name, type and Serial # columns. Any idea on how to do that?

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