Search results for query: *

  • Users: SLG29
  • Content: Threads
  • Order by date
  1. S

    Custom controls

    Could anyone help with this one Have posted this before on a previous thread called database application but what I'm required to do now is run 3 custom controls instead which are as follows Customer details (5 textboxes 1 combobox) DataGrid displaying order information DataGrid displaying...
  2. S

    Displaying datagrid on a second form

    I have a form which has a listbox, 5 textboxes and a datagrid, what I'm trying to do is when a user double clicks a row on the datagrid this then displays another datagrid on the second form with the information from the Items Table I have already set up a data relation to link the Customers...
  3. S

    Database program

    Database program Got a problem with a database application I'm trying to display information from a database into a listbox and 5 textboxes these are as follows ListBox Customer ID TextBox1 First Name TextBox2 Last Name TextBox3 City TextBox4 State TextBox5 Zip Code The listbox allows...
  4. S

    Database program

    Database program Can anyone help me with the above This is the aim of the program A shop needs a program to view orders placed by customers There will be 2 screens, the first will allow a selection of a customer ID from a drop down list box. The screen will then display all selected...
  5. S

    Oop

    Can anyone help with an OOP problem I've got This is my first crack at OOP and I've got to produce a payroll program consisting of an abstract base class employee and 4 derived classes, the base class includes an abstract readonly property called monthlypay There are 2 buttons on the form...
Back
Top