Search results for query: *

  1. D

    Problem with ImageLists and inheritance

    Yep. The initial inheritance works fine; it's just that whenever I try to modify Form1's ImageList, the changes don't carry through to Form2. One more thing: I've just created a third form, Form3, in the same project, that also inherits from Form1, but does not use Form1's ImageList. As it...
  2. D

    Problem with ImageLists and inheritance

    All right, here's the situation: I have two forms, Form1 and Form2. Form2 inherits from Form1. Form1 contains an ImageList, with a couple of images. Form 2 has a toolbar, whose ImageList property is set to Form1's ImageList. So far, so good. Here's the problem: if I add an image to Form1's...
Back
Top