VB.Net ColorDialog

raypooley

New member
Joined
Jun 29, 2006
Messages
2
Programming Experience
5-10
Certainly makes things easier but does anyone know if/how to change the default location of the dialog when it is shown. I am woking with GDI using the mouse to draw shapes on the screen. I'm by no means an expert at this. I am still trying to figure out the difference between PointF and Point and I have to say that the documentation is virtually useless except if you want to know how to create an instance of an object which most people already know.

When I show the ColorDialog it ovelays the graphics and when the dialog is closed the graphics have disappeared until I redraw them. So I would like to position the dialog in the top right hand corner away from the work area.
Hope you can help

Thanks
 
Back
Top