Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Fuzzy icons from PasteFace

First, I want to thank all who participate in this group. I am most
grateful for all the help. I've learned things here that I never would have
found on my own.

My current problem. I've designed a number of very nice icons for my
commandbar buttons. But when the pasteface method puts them on the buttons,
my icons show up fuzzy rather than showing up crisp and clean, as they were
designed. It seems that the pasteface method includes some sort of digital
smoothing algorithm.

My icons look awful after passing through the digital smoothing thing. But
the built-in icons look great, unfuzzy, and very clean. Does anyone know
how to turn that smoothing stuff off?

Tony Rizzo


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Fuzzy icons from PasteFace

See this discussion:

http://tinyurl.com/89rff

--
Regards,
Tom Ogilvy


"Tony Rizzo" wrote in message
...
First, I want to thank all who participate in this group. I am most
grateful for all the help. I've learned things here that I never would

have
found on my own.

My current problem. I've designed a number of very nice icons for my
commandbar buttons. But when the pasteface method puts them on the

buttons,
my icons show up fuzzy rather than showing up crisp and clean, as they

were
designed. It seems that the pasteface method includes some sort of

digital
smoothing algorithm.

My icons look awful after passing through the digital smoothing thing.

But
the built-in icons look great, unfuzzy, and very clean. Does anyone know
how to turn that smoothing stuff off?

Tony Rizzo




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 146
Default Fuzzy icons from PasteFace

Don't copy the picture, use CopyPicture instead:

ActiveSheet.DrawingObjects(picFaceId).CopyPicture xlScreen, xlBitmap

where picFaceID is the name given to the icon picture embedded in the worksheet.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Tony Rizzo wrote:

First, I want to thank all who participate in this group. I am most
grateful for all the help. I've learned things here that I never would have
found on my own.

My current problem. I've designed a number of very nice icons for my
commandbar buttons. But when the pasteface method puts them on the buttons,
my icons show up fuzzy rather than showing up crisp and clean, as they were
designed. It seems that the pasteface method includes some sort of digital
smoothing algorithm.

My icons look awful after passing through the digital smoothing thing. But
the built-in icons look great, unfuzzy, and very clean. Does anyone know
how to turn that smoothing stuff off?

Tony Rizzo



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 Toolbar Icons are fuzzy and out of focus Jimmer Excel Discussion (Misc queries) 3 February 14th 06 01:42 PM
fuzzy match Marcy Excel Discussion (Misc queries) 5 February 1st 06 08:57 PM
My toolbar icons are fuzzy, how do I make them sharp? DSchulz5 Excel Discussion (Misc queries) 5 February 21st 05 10:51 PM
Fuzzy Matching Tim Childs Excel Programming 5 November 16th 04 09:48 PM
PasteFace-Problem Tom Excel Programming 1 January 15th 04 04:55 PM


All times are GMT +1. The time now is 10:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"