Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
AnswerRe: EPPLUS Excel Pin
Pete O'Hanlon21-Aug-12 21:01
mvePete O'Hanlon21-Aug-12 21:01 
QuestionEPPLUS Excel Pin
Member 916988721-Aug-12 14:37
Member 916988721-Aug-12 14:37 
QuestionUsing IList.Contains<> to search nested members? Pin
JoeRip21-Aug-12 14:25
JoeRip21-Aug-12 14:25 
SuggestionRe: Using IList.Contains<> to search nested members? Pin
Matt T Heffron21-Aug-12 15:11
professionalMatt T Heffron21-Aug-12 15:11 
GeneralRe: Using IList.Contains to search nested members? Pin
JoeRip21-Aug-12 15:15
JoeRip21-Aug-12 15:15 
GeneralRe: Using IList.Contains to search nested members? Pin
Matt T Heffron21-Aug-12 15:27
professionalMatt T Heffron21-Aug-12 15:27 
AnswerRe: Using IList.Contains<> to search nested members? Pin
BobJanova22-Aug-12 0:41
BobJanova22-Aug-12 0:41 
Questionplz help with ghe following.... Pin
joy madalane21-Aug-12 12:59
joy madalane21-Aug-12 12:59 
Help with visual c# software developing? The first tab will deal with a persons details. The tab will havea combo box which will contain the names of people. The user will select a person and the drtails will be displayed in the relevent controls. A second combo box will allow the user to choose whther the person is an employee ir a client. If the person is a client, his/her name, surname, age and telephone number must be stored. The category must be stored or displayed as well.

The second tab will have a combo box which will contain the type or description of the product. The user will select type or description and the products details will be displayed. Details will be; type/description, quantity, price (these must be stored coming from textbox controls) and price including VAT (displayed in a text box)

Each tab must have add and remove buttons to remove and add new details.

Details will be stored in two separwte arraylists.

Create a product class, with constructors, properties for the type, quantity, price and a method to calculate the price including VAT.

Create a person class with properties for name, surname, age and category. Include relevent constructors.

Include two more classes (employee and client) which inherit from person class . The employee class will have a property for its position. The client class will have a property for its telephone number. Include constructors for both child classes.

Include error trapping.

Format the values displayed for pricing to a currency type.

Ensure that the price including VAT updates as the user types the price for the product

Ensure relevent comboboxes areupdated as you move from one tab to another.

I NEED HELP WITH THIS, i am doing a part time course, and i am confused on wat to do, and how to do it. I have an idea with working this, but i am confused by the above.
AnswerRe: plz help with ghe following.... Pin
Wes Aday21-Aug-12 15:49
professionalWes Aday21-Aug-12 15:49 
JokeRe: plz help with ghe following.... Pin
Mycroft Holmes21-Aug-12 20:07
professionalMycroft Holmes21-Aug-12 20:07 
AnswerRe: plz help with ghe following.... Pin
OriginalGriff21-Aug-12 21:09
mveOriginalGriff21-Aug-12 21:09 
GeneralRe: plz help with ghe following.... Pin
joy madalane21-Aug-12 21:27
joy madalane21-Aug-12 21:27 
GeneralRe: plz help with ghe following.... Pin
OriginalGriff21-Aug-12 21:47
mveOriginalGriff21-Aug-12 21:47 
QuestionDifferent object depending on variable value Pin
suzyb21-Aug-12 3:50
suzyb21-Aug-12 3:50 
AnswerRe: Different object depending on variable value Pin
OriginalGriff21-Aug-12 4:06
mveOriginalGriff21-Aug-12 4:06 
GeneralRe: Different object depending on variable value Pin
Pete O'Hanlon21-Aug-12 4:31
mvePete O'Hanlon21-Aug-12 4:31 
AnswerRe: Different object depending on variable value Pin
Pete O'Hanlon21-Aug-12 4:40
mvePete O'Hanlon21-Aug-12 4:40 
AnswerRe: Different object depending on variable value Pin
Eddy Vluggen21-Aug-12 4:53
professionalEddy Vluggen21-Aug-12 4:53 
GeneralRe: Different object depending on variable value Pin
suzyb21-Aug-12 5:40
suzyb21-Aug-12 5:40 
GeneralRe: Different object depending on variable value Pin
Eddy Vluggen21-Aug-12 5:46
professionalEddy Vluggen21-Aug-12 5:46 
AnswerRe: Different object depending on variable value Pin
jschell22-Aug-12 8:50
jschell22-Aug-12 8:50 
QuestionAutomatically optimize all tables in a MySQL database Pin
Alagiri.periyasamy@merrillcorp.com21-Aug-12 1:46
Alagiri.periyasamy@merrillcorp.com21-Aug-12 1:46 
AnswerRe: Automatically optimize all tables in a MySQL database Pin
Eddy Vluggen21-Aug-12 1:51
professionalEddy Vluggen21-Aug-12 1:51 
GeneralRe: Automatically optimize all tables in a MySQL database Pin
Alagiri.periyasamy@merrillcorp.com21-Aug-12 2:05
Alagiri.periyasamy@merrillcorp.com21-Aug-12 2:05 
AnswerRe: Automatically optimize all tables in a MySQL database Pin
Eddy Vluggen21-Aug-12 2:17
professionalEddy Vluggen21-Aug-12 2:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.