Is this possible in .NET?

Is it possible to make this kind of toolbar in .NET. If so how?
Matt
Matt
http://img153.imageshack.us/img153/7591/untitledyj6.jpg
Form1 is the main form.
Form2 is your toolbar form.
// IN FORM 2
UserClicks Edit button -> Form1.EditFunction();
// In FORM1
EditFunction() fires.
I would get more in depth, but this goes into a whole other topic discussion, and I have to leave for the night.
Hopefully someone else can pick up where I left off.
Good luck pal.
OK but I cant click on anything in the background. When the form with the toolstrip is shown, I cant click on anything in the background (Form1) (like any of the buttons or anything)
Matt