PC Review


Reply
Thread Tools Rate Thread

Aqua buttons

 
 
=?Utf-8?B?QmlsbHlSb2dlcnM=?=
Guest
Posts: n/a
 
      5th Oct 2007
When are one of you VBA geniuses out there going to create some Aqua buttons
for Office?

I don't have a clue how as to how it could be done, but it sure would be cool.

--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      5th Oct 2007
Make your button from Controls rather than Forms. There is a BackColor
property you can set. There is a nice Federal Blue, but I don't know about
aqua
--
Gary''s Student - gsnu200748


"BillyRogers" wrote:

> When are one of you VBA geniuses out there going to create some Aqua buttons
> for Office?
>
> I don't have a clue how as to how it could be done, but it sure would be cool.
>
> --
> Billy Rogers
>
> Dallas,TX
>
> Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
=?Utf-8?B?QmlsbHlSb2dlcnM=?=
Guest
Posts: n/a
 
      5th Oct 2007
Yes, I know about the back color property, but it's not the same or nearly as
attractive as the Aqua buttons.

I've seen where people have created Aqua buttons for Visual Studio, but not
for Office.
--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003


"Gary''s Student" wrote:

> Make your button from Controls rather than Forms. There is a BackColor
> property you can set. There is a nice Federal Blue, but I don't know about
> aqua
> --
> Gary''s Student - gsnu200748
>
>
> "BillyRogers" wrote:
>
> > When are one of you VBA geniuses out there going to create some Aqua buttons
> > for Office?
> >
> > I don't have a clue how as to how it could be done, but it sure would be cool.
> >
> > --
> > Billy Rogers
> >
> > Dallas,TX
> >
> > Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      5th Oct 2007
Help seems to imply that BackColor can be set using standard RGB methods.

If this is true, then nearly any color is possible. I'll play with it this
weekend
--
Gary''s Student - gsnu200748


"BillyRogers" wrote:

> Yes, I know about the back color property, but it's not the same or nearly as
> attractive as the Aqua buttons.
>
> I've seen where people have created Aqua buttons for Visual Studio, but not
> for Office.
> --
> Billy Rogers
>
> Dallas,TX
>
> Currently Using SQL Server 2000, Office 2000 and Office 2003
>
>
> "Gary''s Student" wrote:
>
> > Make your button from Controls rather than Forms. There is a BackColor
> > property you can set. There is a nice Federal Blue, but I don't know about
> > aqua
> > --
> > Gary''s Student - gsnu200748
> >
> >
> > "BillyRogers" wrote:
> >
> > > When are one of you VBA geniuses out there going to create some Aqua buttons
> > > for Office?
> > >
> > > I don't have a clue how as to how it could be done, but it sure would be cool.
> > >
> > > --
> > > Billy Rogers
> > >
> > > Dallas,TX
> > >
> > > Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
=?Utf-8?B?QmlsbHlSb2dlcnM=?=
Guest
Posts: n/a
 
      5th Oct 2007
Gary,

Sorry but when refer to "Aqua" buttons I'm not referring to the color. I'm
talking about the Mac style buttons (of any color) that look translucent,
rounded and with light reflecting off of them and they have a colored shadow.

Scroll down to the bottom of this page to see what i'm talking about.

http://www.communitymx.com/content/a...ge=3&cid=4CB81

I think it would require building a control as an add in....somthing I don't
know anything about.
--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003


"Gary''s Student" wrote:

> Help seems to imply that BackColor can be set using standard RGB methods.
>
> If this is true, then nearly any color is possible. I'll play with it this
> weekend
> --
> Gary''s Student - gsnu200748
>
>
> "BillyRogers" wrote:
>
> > Yes, I know about the back color property, but it's not the same or nearly as
> > attractive as the Aqua buttons.
> >
> > I've seen where people have created Aqua buttons for Visual Studio, but not
> > for Office.
> > --
> > Billy Rogers
> >
> > Dallas,TX
> >
> > Currently Using SQL Server 2000, Office 2000 and Office 2003
> >
> >
> > "Gary''s Student" wrote:
> >
> > > Make your button from Controls rather than Forms. There is a BackColor
> > > property you can set. There is a nice Federal Blue, but I don't know about
> > > aqua
> > > --
> > > Gary''s Student - gsnu200748
> > >
> > >
> > > "BillyRogers" wrote:
> > >
> > > > When are one of you VBA geniuses out there going to create some Aqua buttons
> > > > for Office?
> > > >
> > > > I don't have a clue how as to how it could be done, but it sure would be cool.
> > > >
> > > > --
> > > > Billy Rogers
> > > >
> > > > Dallas,TX
> > > >
> > > > Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
=?Utf-8?B?QmlsbHlSb2dlcnM=?=
Guest
Posts: n/a
 
      5th Oct 2007
Here's a better picture

http://www.communitymx.com/content/a...ge=5&cid=4CB81
--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003


"Gary''s Student" wrote:

> Help seems to imply that BackColor can be set using standard RGB methods.
>
> If this is true, then nearly any color is possible. I'll play with it this
> weekend
> --
> Gary''s Student - gsnu200748
>
>
> "BillyRogers" wrote:
>
> > Yes, I know about the back color property, but it's not the same or nearly as
> > attractive as the Aqua buttons.
> >
> > I've seen where people have created Aqua buttons for Visual Studio, but not
> > for Office.
> > --
> > Billy Rogers
> >
> > Dallas,TX
> >
> > Currently Using SQL Server 2000, Office 2000 and Office 2003
> >
> >
> > "Gary''s Student" wrote:
> >
> > > Make your button from Controls rather than Forms. There is a BackColor
> > > property you can set. There is a nice Federal Blue, but I don't know about
> > > aqua
> > > --
> > > Gary''s Student - gsnu200748
> > >
> > >
> > > "BillyRogers" wrote:
> > >
> > > > When are one of you VBA geniuses out there going to create some Aqua buttons
> > > > for Office?
> > > >
> > > > I don't have a clue how as to how it could be done, but it sure would be cool.
> > > >
> > > > --
> > > > Billy Rogers
> > > >
> > > > Dallas,TX
> > > >
> > > > Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
=?Utf-8?B?UGF4dG9uUm9hZEVuZA==?=
Guest
Posts: n/a
 
      5th Oct 2007
My understanding is that you wont be able to get an aqua colour in excel as
regardless of the rgb setting you apply, microsoft works on the basis that it
selects the nearest color to that setting within its built in 32 color
palette that you see on the font/backcolor/patterns screens
--
BerbatovIsGod


"BillyRogers" wrote:

> Here's a better picture
>
> http://www.communitymx.com/content/a...ge=5&cid=4CB81
> --
> Billy Rogers
>
> Dallas,TX
>
> Currently Using SQL Server 2000, Office 2000 and Office 2003
>
>
> "Gary''s Student" wrote:
>
> > Help seems to imply that BackColor can be set using standard RGB methods.
> >
> > If this is true, then nearly any color is possible. I'll play with it this
> > weekend
> > --
> > Gary''s Student - gsnu200748
> >
> >
> > "BillyRogers" wrote:
> >
> > > Yes, I know about the back color property, but it's not the same or nearly as
> > > attractive as the Aqua buttons.
> > >
> > > I've seen where people have created Aqua buttons for Visual Studio, but not
> > > for Office.
> > > --
> > > Billy Rogers
> > >
> > > Dallas,TX
> > >
> > > Currently Using SQL Server 2000, Office 2000 and Office 2003
> > >
> > >
> > > "Gary''s Student" wrote:
> > >
> > > > Make your button from Controls rather than Forms. There is a BackColor
> > > > property you can set. There is a nice Federal Blue, but I don't know about
> > > > aqua
> > > > --
> > > > Gary''s Student - gsnu200748
> > > >
> > > >
> > > > "BillyRogers" wrote:
> > > >
> > > > > When are one of you VBA geniuses out there going to create some Aqua buttons
> > > > > for Office?
> > > > >
> > > > > I don't have a clue how as to how it could be done, but it sure would be cool.
> > > > >
> > > > > --
> > > > > Billy Rogers
> > > > >
> > > > > Dallas,TX
> > > > >
> > > > > Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
=?Utf-8?B?Sm9obiBCdW5keQ==?=
Guest
Posts: n/a
 
      5th Oct 2007
Sort of a can do and sort of a no can do. For the most part, in .NET you just
use an imagebutton, in excel you can place an image, set its image to an
image of the button and set the click event just like you would a button. You
can even change the image to look like a pressed button to start you code and
change it back at the end. You can download button images for free that are
pressed and not pressed. Keep in mind that this wil NOT look as good in excel
as .NET.
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"BillyRogers" wrote:

> Here's a better picture
>
> http://www.communitymx.com/content/a...ge=5&cid=4CB81
> --
> Billy Rogers
>
> Dallas,TX
>
> Currently Using SQL Server 2000, Office 2000 and Office 2003
>
>
> "Gary''s Student" wrote:
>
> > Help seems to imply that BackColor can be set using standard RGB methods.
> >
> > If this is true, then nearly any color is possible. I'll play with it this
> > weekend
> > --
> > Gary''s Student - gsnu200748
> >
> >
> > "BillyRogers" wrote:
> >
> > > Yes, I know about the back color property, but it's not the same or nearly as
> > > attractive as the Aqua buttons.
> > >
> > > I've seen where people have created Aqua buttons for Visual Studio, but not
> > > for Office.
> > > --
> > > Billy Rogers
> > >
> > > Dallas,TX
> > >
> > > Currently Using SQL Server 2000, Office 2000 and Office 2003
> > >
> > >
> > > "Gary''s Student" wrote:
> > >
> > > > Make your button from Controls rather than Forms. There is a BackColor
> > > > property you can set. There is a nice Federal Blue, but I don't know about
> > > > aqua
> > > > --
> > > > Gary''s Student - gsnu200748
> > > >
> > > >
> > > > "BillyRogers" wrote:
> > > >
> > > > > When are one of you VBA geniuses out there going to create some Aqua buttons
> > > > > for Office?
> > > > >
> > > > > I don't have a clue how as to how it could be done, but it sure would be cool.
> > > > >
> > > > > --
> > > > > Billy Rogers
> > > > >
> > > > > Dallas,TX
> > > > >
> > > > > Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      7th Oct 2007
Got it!

Forget about a button from either Controls or Forms. Insert a picture of
the desired button (from AutoShapes, or ClipArt, or anywhere). Then assign a
macro to that picture.
--
Gary''s Student - gsnu200748


"BillyRogers" wrote:

> Here's a better picture
>
> http://www.communitymx.com/content/a...ge=5&cid=4CB81
> --
> Billy Rogers
>
> Dallas,TX
>
> Currently Using SQL Server 2000, Office 2000 and Office 2003
>
>
> "Gary''s Student" wrote:
>
> > Help seems to imply that BackColor can be set using standard RGB methods.
> >
> > If this is true, then nearly any color is possible. I'll play with it this
> > weekend
> > --
> > Gary''s Student - gsnu200748
> >
> >
> > "BillyRogers" wrote:
> >
> > > Yes, I know about the back color property, but it's not the same or nearly as
> > > attractive as the Aqua buttons.
> > >
> > > I've seen where people have created Aqua buttons for Visual Studio, but not
> > > for Office.
> > > --
> > > Billy Rogers
> > >
> > > Dallas,TX
> > >
> > > Currently Using SQL Server 2000, Office 2000 and Office 2003
> > >
> > >
> > > "Gary''s Student" wrote:
> > >
> > > > Make your button from Controls rather than Forms. There is a BackColor
> > > > property you can set. There is a nice Federal Blue, but I don't know about
> > > > aqua
> > > > --
> > > > Gary''s Student - gsnu200748
> > > >
> > > >
> > > > "BillyRogers" wrote:
> > > >
> > > > > When are one of you VBA geniuses out there going to create some Aqua buttons
> > > > > for Office?
> > > > >
> > > > > I don't have a clue how as to how it could be done, but it sure would be cool.
> > > > >
> > > > > --
> > > > > Billy Rogers
> > > > >
> > > > > Dallas,TX
> > > > >
> > > > > Currently Using SQL Server 2000, Office 2000 and Office 2003

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Aqua, aero... MicroFox Windows Vista General Discussion 7 27th Nov 2006 03:30 PM
Aqua - help recover file =?Utf-8?B?QXF1YSBQZWFy?= Microsoft Word Document Management 2 6th Aug 2005 01:35 PM
Help - get rid of aqua-blue boxes on IDE KC Microsoft ASP .NET 1 6th Mar 2005 12:40 AM
Aqua Dock Bob Adkins Freeware 4 2nd Apr 2004 12:11 PM
aqua A.A. Fussy Freeware 1 12th Jan 2004 11:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:46 PM.