With everyone moving to Office2013 with its flat, mono type sleek look, I thought of somewhat adapting my work as well to a similar feel.(i kind of like this minimalist approach)
The icons are easy, but the toolbar I still try to match the background of the form to create an "invisible" toolbar with only the floating buttons.
There is many more questions, but let me fix this issue first.
I didnt understand. What's the question?
Toolbar. How do I get it transparent?
Checking the TBSTYLE_FLAT property for the ToolBar should do it (if you are not using a Rebar control to house the ToolBar).
Cool, thanks Paul.
Now step 2.
To get the toolbar NOT right on top but a little down.
The plan is to emulate the look of office where the form background is also the color of the header.
What version of Office are you referring to so that I can take a look to see the effect that you are trying to emulate.
2013 pro plus
Looks like it is the Ribbon control you need. I don't know if we (PB users) have used it yet. I will check Jose's site later to see if an example exists that interfaces to it.
[
Don't check in my site. Here is a link to the only existing example about using the Ribbon control with PB:
http://www.powerbasic.com/support/pbforums/showthread.php?t=52558
Thanks gentlemen!!
You two are always at the forefront of things!!!
I will definitely give it a go!!!
Hi Jose - thanks for the Ribbon code. It was pretty simple to take your code and get it into a FireFly application (see attachment).
Thanks!
That looks really nice.
Maybe it should be bumped over to the code examples!
With a note saying it needs Win7 etc. and that it won't work on WinXP SP3.
Paul, how hard will it be for you to add this as a optional toolbar in the firefly menu?
The one can choose Ordinary Toolbar or Ribbon.
Will be great if it can be done.