Now I am very confused!

I have two programs. One I made in VS 05, the other is the source code of someone else's program written in VS 02/03.

In my program, I have a status strip and I want to add panels to it. Unfortunately, status panels seem to have been removed in 2005 or something because they are definitely not in the properties window anymore!

I checked documentation:

http://msdn2.microsoft.com/en-us/library/1d33ybez.aspx
http://msdn2.microsoft.com/en-us/lib...73(VS.71).aspx

Which gives me more frustration because said "panels property" just doesn't exist! Nor does "show panels" exist!

But the other program I downloaded has a status strip with status panels on it. I opened this program in VS 08 after going through the conversion wizard. I copied the status strip from the program into my program and it works fine...which doesn't make sense. Where did THIS status strip come from?? I can't set the background properties of it and it doesn't show up as a little icon at the bottom (dialogs/toolbars collection pane).

What am I missing? :S

(Btw I don't want to add them programmatically, I'd like to have something like these in "design" and automatically-generated code).