I am resizing a Control at runtime (basically creating a custom combobox). Unfortunately I need to make the background of the control transparent (so when I resize it certain sections of the control do not overlap other controls). The backstyle property does not seem to make a blind bit of difference if I set it to transparent when on a panel - Any ideas???

The alternative is to change the shape of the control to something other than a rectangle - any ideas on this either