Ok i make a button i set: flat style = flat border=0 mouse over= transparent
i dont want to be visible any border, but when the button has focus it`s automaticly painting a border... or what ever that is.. how can i lose that
Does anyone understnad what is my problem Thanks

get lost of the focus
TjMulder
Peter Barnum
Ron1966
redsmurph
DarkBagler
Then why not forget about the button. Put a picture box on the form and implement MouseEnter and MouseLeave event handler (to change the cursor) and a Click event handler.
MLCollins