how create a xor bar?
C#
4
Posts
2
Posters
0
Views
1
Watching
-
i want to create a tipical bar that appear when i try to move a separetor for example. It appear with the oppost color of the image above. How?
I think that this is what you are looking for: http://dotnet247.com/247reference/msgs/30/153931.aspx[^] Josh
-
I think that this is what you are looking for: http://dotnet247.com/247reference/msgs/30/153931.aspx[^] Josh
-
As mentioned in the page to which I posted the link, you call the DrawReversibleFrame method a second time (passing in the same Rectangle as the first call) to erase the frame. Josh