Who know how to transfer color value from classic office toolbar to OfficeXP toolbar?
inforix
Posts
-
Office XP toolbar's color schema and classic office toolbar's colors schema -
How to compile a HTML file into one fileAny idea to compile some HTML files into one file. especially the pictures.;)
-
HTML View QuestionHowever, If I know how IE works, I think it will help me more. Thanks your help!!! What I needed maybe you have, so let's help each other.
-
HTML View QuestionI want to use HTML View in my application, but the HTML file is loaded from database, and there is some picture, how to load it to HTML VIEW?:-D
-
Who know CHM help file formatI am developing a chm help file tool, so I need a specification for .chm file, but I cannot find it in microsoft.com, any help?:(( Thanks!
-
Gray the desktop problem 2I have gray the desktop, but there still some area cannot be grayed, how can I gain this effect. I use CreateDIBSection. and BitBlt to copy the memory dc to the desktop.:rolleyes:
-
Gray the desktop problemI have try to gray the desktop when my program runs. by there are still some problems: 1, If I use CreateDIBSection, What bitsperpixel should I use, 8, or >8? 2, If I can use 32bits, even on 16 desktop settings? :((
-
How to capture the mouse on the Topmost window?I want to program a window, which like windows 98 Driver installation window. When it shows, you cannot click other window, and will beep once to warning. Anybody can help me or give me a tip? What I needed maybe you have, so let's help each other.
-
How to like XP shutdown to transfer color to grayThanks, I have correctted it. But there still has a problem: some area also is colourful, not gray, such as title bar, part of task bar. :laugh: What I needed maybe you have, so let's help each other.
-
How to like XP shutdown to transfer color to grayI wrote the following code, but it give me a red screen, everything become red-like, not gray. CWindowDC dc(NULL); for ( int i=0; i<1024; i++) for ( int j=0; j<768; j++) { COLORREF clr = dc.GetPixel(i, j); int R = GetRValue(clr); int G = GetGValue(clr); int B = GetBValue(clr); clr = (54 * R + 183 * G + 19 * B)/256; //clr = 0.299 * B + 0.587 * G + 0.114 * R; //.299 * red + .587 * green + .114 * blue dc.SetPixel(i, j, clr); } What I needed maybe you have, so let's help each other.
-
How to like XP shutdown to transfer color to grayIs there any sample? What I needed maybe you have, so let's help each other.
-
How to like XP shutdown to transfer color to grayAnyone how to transfer color to gray like XP shutdown interface. However, only the window is color, others is gray. What I needed maybe you have, so let's help each other.