Search results for query: *

  • Users: SLG29
  • Order by date
  1. S

    Custom controls

    Thanks for the reply Is it just a matter of putting all the arguments in then using the code in the previous assignment to load the values in the textboxes Thanks again
  2. S

    Custom controls

    Thanks for the reply What I mean by the default values is when I did the first application, when the form initially loaded the first customer id is shown in the listbox with the corresponding info in the 5 textboxes So in the first user control. I want to show the details for the first...
  3. S

    Custom controls

    Thanks for the reply Yes got a better idea of it now but trying to do things one at a time I'm sure I need to raise a custom load method for the first user control which contains the textboxes and the combobox, so that the default values appear in the textboxes and combobox at the start...
  4. S

    Custom controls

    Hi vis781 thanks for the reply To give you a better idea of what I'm trying to achieve I'll show you 2 lots of coding, the first lot is the completed version 1 I've done and the second lot is the version 2 that I've done so far. The only difference between the 2 versions is that I have to...
  5. S

    Custom controls

    custom controls thanks for the reply I have done an application already but the difference is now I have to create the controls myself and not use the controls already on the toolbox so I may need to alter the coding to reflect this I can attach the coding I have done previously if that is...
  6. S

    Custom controls

    Thanks for the reply Having looked at the assignment again and the requirements of the controls the first control will be a user control as it consists of multiple controls and the second and third will both consist of inheriting from the datagrid control If possible could you answer the...
  7. 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...
  8. 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...
  9. S

    Database program

    Thanks for the reply Tried that but still getting errors, I think I need to include the classes and methods mentioned to do the data handling Any ideas Thanks for your help
  10. S

    Database program

    At the moment I can't seem to load the required info into the listbox and the textboxes The data handling has to be done via a new class which is as follows Customer ID (Read/Write) First Name (Read Only) Last Name (Read Only) City (Read Only) State (Read Only) Zip Code...
  11. 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...
  12. 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...
  13. 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