What do I wrong, See attachments for design pictures. The feedback panel is not on the bottom. The button right is not to the right panel side minus 5 dip.
This is wrong: btnDown.Right=pnlFeedback.Right-5dip
You must replace it by: btnDown.Right=pnlFeedback.Width-2dip
pnlFeedback.Right is the Right coordinate of pnlFeedback in Panel1 !
You must position btnDown according to the width of pnlFeedback.