Hello everybody.
Im having a little problem with my MDIChild.
I Have an MDI form, and Ive put a picturebox(picFull) in it. The height of the picturebox is the same as the MDI form, even when resizing the MDI form.
Ive put another picturebox(picMove) in picFull. picMove has a frame, a listbox and a commandbutton(ShowLog).
When loading the MDI, the picMove will be at the bottom, u wont see it, only the commandbutton will b seen which is just above the statusbar.
When clicking on the command button, a timer will be activated and picMove will start moving up at around 1/3 the width of the MDI. Its like the .Net IDE (I don't know how to make a toggle button by the way..).
The user can read some messages(log) in the listbox. And after 20seconds,picMove will slide down,leaving only the command button to be visible, or the user can just click on the same button to hide the log.
And also the picMove will move up on a particular event and will slide down after 20seconds.
The result is pretty cool.
But the problem arises when adding an MDI child. When calling the child, I can't see it. I guess its behind picFull. Even using zorder wont make the child to show.
Is there something that I can do to make the child to show up?
Ive been thinking about removing all the picturebox and displaying the messages on the statusbar of the MDI, but if I can fix this one, it will be great because I really like the visual effect of the current one, its just a non-functional requirement but I really like it.
Thanks for your response.
Im having a little problem with my MDIChild.
I Have an MDI form, and Ive put a picturebox(picFull) in it. The height of the picturebox is the same as the MDI form, even when resizing the MDI form.
Ive put another picturebox(picMove) in picFull. picMove has a frame, a listbox and a commandbutton(ShowLog).
When loading the MDI, the picMove will be at the bottom, u wont see it, only the commandbutton will b seen which is just above the statusbar.
When clicking on the command button, a timer will be activated and picMove will start moving up at around 1/3 the width of the MDI. Its like the .Net IDE (I don't know how to make a toggle button by the way..).
The user can read some messages(log) in the listbox. And after 20seconds,picMove will slide down,leaving only the command button to be visible, or the user can just click on the same button to hide the log.
And also the picMove will move up on a particular event and will slide down after 20seconds.
The result is pretty cool.
But the problem arises when adding an MDI child. When calling the child, I can't see it. I guess its behind picFull. Even using zorder wont make the child to show.
Is there something that I can do to make the child to show up?
Ive been thinking about removing all the picturebox and displaying the messages on the statusbar of the MDI, but if I can fix this one, it will be great because I really like the visual effect of the current one, its just a non-functional requirement but I really like it.
Thanks for your response.