S
S Domadia
hi,
now actually i want to design custom combo in which combo's button (in
which down arrow is there to perform clicking for dropdown type of
combo) should be also black in color. so as it's not possible directly
to change that i drawn image over that click button of combo using
this.comboBox1.CreateGraphics().FillRectangle(System.Drawing.Brushes.Black,90,0,20,30);
but it is drawing this only once on form load and when i click on
combo this image disappears so my problem is this even after clicking
a combo that image should remain there.how can i do it?
It would be great help to me if you can provide any suggestion.
Regards,
S. Domadia.
now actually i want to design custom combo in which combo's button (in
which down arrow is there to perform clicking for dropdown type of
combo) should be also black in color. so as it's not possible directly
to change that i drawn image over that click button of combo using
this.comboBox1.CreateGraphics().FillRectangle(System.Drawing.Brushes.Black,90,0,20,30);
but it is drawing this only once on form load and when i click on
combo this image disappears so my problem is this even after clicking
a combo that image should remain there.how can i do it?
It would be great help to me if you can provide any suggestion.
Regards,
S. Domadia.