Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

inforix

@inforix
About
Posts
12
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Office XP toolbar's color schema and classic office toolbar's colors schema
    I inforix

    Who know how to transfer color value from classic office toolbar to OfficeXP toolbar?

    C / C++ / MFC

  • How to compile a HTML file into one file
    I inforix

    Any idea to compile some HTML files into one file. especially the pictures.;)

    C / C++ / MFC

  • HTML View Question
    I inforix

    However, 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.

    C / C++ / MFC

  • HTML View Question
    I inforix

    I 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

    C / C++ / MFC

  • Who know CHM help file format
    I inforix

    I 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!

    C / C++ / MFC

  • Gray the desktop problem 2
    I inforix

    I 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:

    C / C++ / MFC

  • Gray the desktop problem
    I inforix

    I 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? :((

    C / C++ / MFC

  • How to capture the mouse on the Topmost window?
    I inforix

    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.

    Article Writing

  • How to like XP shutdown to transfer color to gray
    I inforix

    Thanks, 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.

    C / C++ / MFC

  • How to like XP shutdown to transfer color to gray
    I inforix

    I 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.

    C / C++ / MFC

  • How to like XP shutdown to transfer color to gray
    I inforix

    Is there any sample? What I needed maybe you have, so let's help each other.

    C / C++ / MFC

  • How to like XP shutdown to transfer color to gray
    I inforix

    Anyone 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.

    C / C++ / MFC
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups