Hi
I have the tabbed pages up and running but I cant find a way t
control the colour of the pages, I can change the colour of th
background behind the pages and the forecolour ( Font) but not th
pages themselves ?
For Buttons I would change the style to Graphical but there isnt tha
option for the tabbed page
I tried to use the MouseDown and MouseMove to move the Form withou
the title bar but it just jumped all over the place I had no contro
over it. I used the lines
Form1.Move x,
AND
Form1.Move(x-Form1.Width/2),(y-Form1.Height/2
I want to be able to click on it and drag it to another position, An
ideas :-