Search:

Type: Posts; User: richard_hooper

Search: Search took 0.00 seconds.

  1. Do you want to end the application completely or...

    Do you want to end the application completely or just close the current form? If you want to close the current form then you can use this:


    this.close();
  2. Replies
    3
    Views
    1,641

    Nasty looking thing

    I tought that I was OK at C until I was working on this just now. I am working through someones Framework and modifying it for my needs.

    On trying to read it, I found this:


    static xdata...
  3. Replies
    7
    Views
    2,052

    Array of object & memory

    Hi there guys,

    Another quick, and probably easy, question for you.

    if I do the following:


    clsClassName[] myObject = new clsClassName[1000];

    Will the program ask for the entire amount...
  4. Replies
    2
    Views
    1,867

    "Collection" of objects in C#

    Hi there,

    I am trying to convert a program from VB6 into C#.NET. The VB6 code uses a very usful thing called a "collection" where you can simply add an object to it without defining the collection...
Results 1 to 4 of 4