Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am a beginner in programming and I want to make a simple tool to help me in my work.

I will try to describe what I want as much as I can.

The program will consists of some lists. Let's assume that we will have two lists. The first list is the class no. 1,2,3, ... etc and the second list contains some names Ahmed, Osama , ... etc these data are imported from the database

I will have also a panel so when the user select a choice from the first list and the second list and press generate a code should be generated in this panel according to the the information provided in the database.

so when the user selects 1 and Osama and press generated in the panel.
Posted
Comments
Richard MacCutchan 18-Sep-14 5:53am    
This question is too vague to receive an answer. There are many samples and tutorials around that will teach you how to use databases, Windows, listviews, buttons etc.

1 solution

make an app with two single selectable lists and a generate button.

If the button is pressed than ask the lists for its selected item and write them to the database.

PLZ: Google for some sample code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900