Button colors

Vassago

Former Staff Turned AWF Retiree
Local time
Today, 13:31
Joined
Dec 26, 2002
Messages
4,748
Is there a way to change the color of buttons? I know how to change the font, that's pretty obvious, but I really want to know if there is a way to do this with buttons on forms. Anyone?

Thanks in advance.

Vassago
 
This link has some information on converting a label to a colored command button:

http://www.accessfreak.net/KeywordSearchDetail.asp?page=16&order=id&recordkey=575

And Candice Tripp's website has a great colored button demo and download:

http://www.candace-tripp.com/access_downloads_html.htm

In additon, have used Adobe ImageMaker to design command buttons and then add them to command buttons as pictures so that you don't need to write the code for the raised and sunken expressions on the labels example.

You could use any graphic design program to create them.

Attached is a snapshot of an example:



HTH
 

Attachments

Man, okay Rich, thanks for turning your sarcasm onto me. Now that that's past, How do you change the color of buttons on forms? :p
 
It wasn't sarcasm, just got cramp in my fingers, easiest way is to paste a bitmap over the button, but then you might just as well use a label formated to the colour you want and use the on click event of the label
HTH
 
Wait....isn't that what I said??

Doesn't anyone listen to me when I talk?

Hello......

Hello....



no really...hello?


:D
 
Please, no apologies.

After 4894 posts you made one "glitch", that's a .00002% error of margin.

I can only hope to have that kind of a percentage!!!

:D
 
Ripper/...Betelguese...Beetlejuice...Beetle..."come on just say it?!@$?$%?#@?!

Check out: <www.Freebuttons.com>:D

I've used these buttons to enhance my switchboards and all of my clients like them...so far...?$?$??!

Hey, check them out and let me know how I can animate them; so they depress when clicked...not really animated...you know what I mean.
 
gmlwong,

Nice site with the free buttons. Animating (depressing) the buttons is possible with the SpecialEffect property. My attached sample shows how to do it but I must admit that rounded objects do not look quite right.
 

Attachments

Use a textbox instead of a button and set color appropriately, then

On textbox Got Focus
Me.ActiveControl.SpecialEffect=2 'sunken

On textbox LotFocus
Me.ActiveControl.SpecialEffect=1 'raised
 
I have to admit that after several years of using a multi tabbed switchboard form with numerous buttons and custom icons, I'm going back to this style, although with a different backround graphic.
 
Last edited:
ghudson:

Thank you sir! I'll post a screen shot of my switchboard tomorrow morning (2/24) so you (ghudson), Vassago, and everyone can check it out if you like... as you'll see, I like contrasting colors...

I think this is just, design wise, something end users appreciate. All of my clients like the contrasting colors as they spend 6-8 hours a day using my databases and I wouldn't want to stare at the standard grey buttons all day either?!?$?@?@!

Just trying to help people out and I've found that data entry errors are fewer when you can design a more "entertaining" switchboard versus the standard type...my experience so far...:cool:
 
As promised...earlier...sorry...but still, here's a sample screen of one of my favorite switchboards, as it relates to this thread on buttons...

:cool:
 

Attachments

  • switch_sample1.gif
    switch_sample1.gif
    34.4 KB · Views: 2,038
No. You get one of those magnifiers that they put in the back window of recreational vehicles (RV's) and apply it to the users screen.

Autoeng
 
Hey Rich!

...that's a little GIF, huh?...!@#??!#!?

I had this as a screen print in Word that shows much better but only zip's to 293K...to big to post here...
 
Thats a busy switchboard...do you include maps to all your end users?

Jon
 
...yes...and one step better...:D

There is a full color User's Guide that I wrote and printed for each user...steps through each screen, all facets of both switchboards, applications, etc... fun to write!

When I worked for the Denver Schools, I wrote a novice/intermediate level User's Guide for their proprietary systems (At-Risk schools); 1500+ copies printed...great experience!:cool:
 

Users who are viewing this thread

Back
Top Bottom