|
-
Oct 6th, 2011, 08:51 PM
#1
Thread Starter
New Member
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!
-
Oct 7th, 2011, 10:16 AM
#2
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
-
Oct 7th, 2011, 11:52 AM
#3
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
 
-
Oct 7th, 2011, 06:16 PM
#4
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|