Click here to Skip to main content
15,914,642 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: ATL/WTL version Pin
Michael Dunn11-Jun-06 21:56
sitebuilderMichael Dunn11-Jun-06 21:56 
GeneralRe: ATL/WTL version Pin
HakunaMatada11-Jun-06 22:21
HakunaMatada11-Jun-06 22:21 
GeneralRe: ATL/WTL version Pin
Michael Dunn12-Jun-06 7:12
sitebuilderMichael Dunn12-Jun-06 7:12 
GeneralRe: ATL/WTL version Pin
Stephen Hewitt12-Jun-06 14:07
Stephen Hewitt12-Jun-06 14:07 
QuestionHow to add Timer in activex ? Pin
alan top11-Jun-06 18:09
alan top11-Jun-06 18:09 
AnswerRe: How to add Timer in activex ? Pin
khan++11-Jun-06 18:44
khan++11-Jun-06 18:44 
AnswerRe: How to add Timer in activex ? Pin
Pharago16-Jul-06 1:42
Pharago16-Jul-06 1:42 
QuestionThe background of a CComboBoxEx Pin
poy_poy10-Jun-06 14:54
poy_poy10-Jun-06 14:54 
hi,

i've a view on which i have some CComboBox, and 1 CComboBoxEx (class extending CComboBox with some cool things).

i'm setting the background color and the text color of the CComboBox by handling WM_CTLCOLOR messages, and here is some code:
LRESULT MyView::onCtlColor(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/) {<br />
	HDC hDC = (HDC)wParam;<br />
<br />
	::SetBkColor(hDC, WinUtil::bgColor);<br />
	::SetTextColor(hDC, WinUtil::textColor);<br />
<br />
	return (LRESULT)WinUtil::bgBrush;<br />
};


this does color all the controls of my view succesfully, except the CComboBoxEx Confused | :confused: ! For this control, the background is set on the whole control except behind texts; moreover, the texts don't get colored. Here is my problem, if anyone has some clues, it would be great Big Grin | :-D ! (since Google didn't have any Sigh | :sigh: )
Questionusing Browser Helper Object Pin
selukus9-Jun-06 22:24
selukus9-Jun-06 22:24 
QuestionHelp me for Debugging the Project. Pin
Jack_0079-Jun-06 20:35
Jack_0079-Jun-06 20:35 
QuestionTab between edit controls Pin
_johan9-Jun-06 17:53
_johan9-Jun-06 17:53 
QuestionAfxBeginThread may use in activex control(ATL)? Pin
alan top8-Jun-06 22:06
alan top8-Jun-06 22:06 
AnswerRe: AfxBeginThread may use in activex control(ATL)? Pin
Stephen Hewitt8-Jun-06 23:19
Stephen Hewitt8-Jun-06 23:19 
GeneralRe: AfxBeginThread may use in activex control(ATL)? Pin
Jörgen Sigvardsson9-Jun-06 7:14
Jörgen Sigvardsson9-Jun-06 7:14 
GeneralRe: AfxBeginThread may use in activex control(ATL)? Pin
Rob Caldecott9-Jun-06 8:34
Rob Caldecott9-Jun-06 8:34 
QuestionMultiple Event Sinking and Firing Event Pin
Anthony98878-Jun-06 9:41
Anthony98878-Jun-06 9:41 
QuestionHow to get event from atl component. Pin
shivditya6-Jun-06 20:22
shivditya6-Jun-06 20:22 
Questionhow to establish the doc/view activex control? Pin
alan top6-Jun-06 14:07
alan top6-Jun-06 14:07 
QuestionHow access&#12288;Safearray to be quicker? Pin
alan top6-Jun-06 6:30
alan top6-Jun-06 6:30 
AnswerRe: How access&#12288;Safearray to be quicker? Pin
Gerald Schwab6-Jun-06 7:13
Gerald Schwab6-Jun-06 7:13 
QuestionRe: How access&#12288;Safearray to be quicker? Pin
alan top6-Jun-06 14:01
alan top6-Jun-06 14:01 
QuestionWhy so many Imports? Pin
Adnan Siddiqi5-Jun-06 1:54
Adnan Siddiqi5-Jun-06 1:54 
QuestionTo add WTL support to the WinAPI DLL project Pin
Andrei Keino2-Jun-06 23:59
Andrei Keino2-Jun-06 23:59 
AnswerRe: To add WTL support to the WinAPI DLL project Pin
Pavel Muraviev6-Jun-06 21:39
Pavel Muraviev6-Jun-06 21:39 
QuestionC++.net and Acrobat Pin
Bassieeee2-Jun-06 0:15
Bassieeee2-Jun-06 0:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.