Tec-Nico you probably already figured out that Form1 in Hack's example is the form that you want to show on top. In case you don't want to show that form modally, you can do this and have it still be on top.
David: I tried yesterday with setParent API, I hope your example shows how to do it without the form being "inside" (Because the thumbnail would be useless if you can't move it to one side of the form)
Hack: Thank you for your reply... Unfortunatelly I don't want the form to be modal... I will try it, though.
Martin: Thanks for your suggestion, I am going to try it right now.
We miss you, friend... Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico