Search results for query: *

  1. C

    String Formatting

    Thanks for taking the time to reply JohnH it's very much appreciated
  2. C

    String Formatting

    I've employed some sample code from the internet. I'll get to the point can anyone tell me what the 'c' character achieves in the following : Dim myChar as Char = "_"c The code works fine with or without the appended 'c' Thank You
  3. C

    Referencing an object

    Thanks Bobby The problem was with the TabPage selection code. I was using the .Text attribute when it shoulkd have been .Name dohhh
  4. C

    Referencing an object

    I have a tabcontrol with a number of tab pages each of which contains a DataGridView control. I populate each DataGirdView form a local SQL Server. The method which does this works fine. The problem I'm having is I want to use the same method to populate each DataGridView control. I created a...
  5. C

    Mdi call active child form method

    Hi all, I'm trying to call a method defined within a child form from the menu strip of the parent form when the child form is active. I've spent a few hours searching on the internet to no avail. Does anyone have idea idea of how I can achieve this? Thanks in advance
  6. C

    ArrayList

    Thank you John Sorry I posted in an inappropriate forum
  7. C

    ArrayList

    Hi all, I've been banging my head on the desk with this one for over an hour now. I've created an EmployeeDetails class with the following data members accessed through properties: EmployeeID FirstName LastName TitleOfCourtesy There is a single New constructor defined as follows Public Sub...
  8. C

    Returning a Class

    Can anyone help? I'm reading through a book Pro ASP.NET 2.0 in VB 2005 and I have come across a problem returning a class in a fucntion call. I call the function GetEmployee from a page load event handler passing it an integer argument which is used in a SQL stored procedure to return a single...
Back
Top