Search:

Type: Posts; User: jefcoatv

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,859

    List Graphics Rectangles Chess

    I am trying to create a list of rectangles derived from a the Winform Client Rectangle. and then have them show on the screen in different colors. Much like a Chess board.

    The list should be...
  2. Replies
    1
    Views
    1,498

    understanding events

    Another Home work problem, but have been at it a bit so thought I would throw something up.

    I have defined a custom control that has an event that is called BoolChanged that should be triggered...
  3. Thread: upcasting

    by jefcoatv
    Replies
    3
    Views
    1,287

    That does work. I tried to call TestA from...

    That does work.

    I tried to call TestA from ClassA from instanceB using this code and it does not work. Is it due to methodA of classB overriding A?



    string example6 = (InstanceB as...
  4. Thread: upcasting

    by jefcoatv
    Replies
    3
    Views
    1,287

    upcasting

    I do have a homework problem that I am having trouble with. I am new to programing, so I will explain this the best I can.

    ClassB is derrived from ClassA and has the same method names as ClassA....
Results 1 to 4 of 4