Search results for query: *

  • Users: George
  • Content: Threads
  • Order by date
  1. G

    Testing and Debugging

    Hi there everbody, I was wondering if anyone could tell me what the answer to this question is......? I have been battling for ages and just can't work it out....a,b,c,d or e? Dim I1 As Integer Dim D1 As Double Dim dte As Date Try dte = #4/1/2002# I1 = dte.AddSeconds(-0.75).Day D1 = I1 / (I1...
  2. G

    How to bind a combox to a database??

    Hi there, I need to bind a dropdown comboBox to a database and can't for the life of me work out how to go about it. Could anyone please help me with some pointers? Many thanks George
  3. G

    Data access using ado.net/Data binding

    Hi all, I am really battling with an application and would be most grateful if anyone could give me some pointers. I need to create a program to view orders placed by customers. They have asked for 2 screens.The first will allow a selection of a customer ID from a drop down list box.The...
  4. G

    TextBox Validation

    Hi there, Could anybody help me with this code please ? I have 8 text boxes inside a group box. I need to write the validation so that when the corresponding radio button is checked that the textbox firstly is not empty otherwise error message must appear and secondly that only a numerical...
  5. G

    creating an Employee class

    Hi all... Could anyone help me with this code please ? I need to create a base class "shopkeeper" with the following fields... Constructor Takes first name and last name as arguments Properties First name and last name Method To String (this overrides the base class method and returns...
Back
Top