J
JBLi
Hi All,
I am trying to write a note taking program such that each note is
presented in it's own window form. The note forms are created dynamically.
Let say all the note windows are covered by another application's
windows. When I click on one of the note windows (partially covered), the
note window is brought up on the top -- THE OTHER note (child) windows are
ALSO brought to the top. That is not what I want. That is, I only want
the only one been clicked to be top most, the rest of the note windows to
stay behind.
Any one, please suggest a solution (C#) to allow only single child
window to popup when clicked, not the rest.
Thanks,
JB
I am trying to write a note taking program such that each note is
presented in it's own window form. The note forms are created dynamically.
Let say all the note windows are covered by another application's
windows. When I click on one of the note windows (partially covered), the
note window is brought up on the top -- THE OTHER note (child) windows are
ALSO brought to the top. That is not what I want. That is, I only want
the only one been clicked to be top most, the rest of the note windows to
stay behind.
Any one, please suggest a solution (C#) to allow only single child
window to popup when clicked, not the rest.
Thanks,
JB