Search results for query: *

  1. M

    Show and close forms

    well i encountered another problem regarding the use of 2 forms, this was the problem...i had 2 forms one the main menu and the other a second form with details, so when i clicked on the main menu form to show the other form, the other form does show up but the main menu is still there.And in...
  2. M

    Radio button, check box, List box

    I have a question, lets say i 5 options from which the user will choose one and it later prints it out on an another form, for this case i use radio buttons, i will i make the choice display on the other form via label, so how to u do this?
  3. M

    Question Class Inheritance

    Hey im almost done i just need to know wat coding goes into the clsEmployee class
  4. M

    Linking forms

    Hey thanks it helped
  5. M

    Linking forms

    I have problem linking one form to another like lets say i have two forms. The first form has buttons linking to other forms. So the main menu called mainmenuform has a button which when i click must show the the sales form called sales_staff and hide the main menu form so what is the coding for...
  6. M

    Question Class Inheritance

    hey this is a revision exercise, that im trying to do preparing for my exams
  7. M

    Question Class Inheritance

    ok o, i need to write the coding by today in about 4 hours so thanks anyway...i really appreciated ur help
  8. M

    Question Class Inheritance

    notepad is ok since im only gonna store 4 or 5 names with ID and salaries....but to be short its a very small program
  9. M

    Question Class Inheritance

    hi thanks again, how does the coding for clsEmployee go...im using notepad to store values so im ok with that...but how do link one form to another so that when i click in one form it shows the other?
  10. M

    Question Class Inheritance

    thanks i actually store the values in notepad, which im ok with...since i have a main form which is called mainmenuform and there is button below called sales staff form known as sales_staff which will link me it so how and where do i put my coding for that...and again thanks for your time
  11. M

    Question Class Inheritance

    Hi I really glad u trying 2 help me out...actually im a beginner but have problems using base class and derived classes...The actual question was Given the base class Employee and its derived classes SalesStaff, OfficeStaff and ContractStaff. The salaries are computed differently for the...
  12. M

    Question Class Inheritance

    Hi i have problems coding for base class employee and its derived classes ss,os and cs. And salaries are calculated different for each category. For ss a basic pay and commission, os paid fixed monthly ans cs paid hourly. In a windows application...any help is very much appreciated
Back
Top