Click here to Skip to main content
15,911,646 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ie toolbar to block sites based on domain/ip address of the domain Pin
Martin Koorts10-Jan-05 5:27
Martin Koorts10-Jan-05 5:27 
Generalatomic clock and time zone programming Pin
mr_mark_hewitt9-Jan-05 20:32
mr_mark_hewitt9-Jan-05 20:32 
GeneralRe: atomic clock and time zone programming Pin
Martin Koorts9-Jan-05 23:04
Martin Koorts9-Jan-05 23:04 
GeneralDynamic Menu, WTL Pin
Johnny1239-Jan-05 19:41
Johnny1239-Jan-05 19:41 
GeneralChanging Button Style With WTL Pin
Johnny1238-Jan-05 20:28
Johnny1238-Jan-05 20:28 
GeneralRe: Changing Button Style With WTL Pin
Michael Dunn9-Jan-05 4:00
sitebuilderMichael Dunn9-Jan-05 4:00 
GeneralRe: Changing Button Style With WTL Pin
Johnny1239-Jan-05 13:40
Johnny1239-Jan-05 13:40 
Questiondeskbar - toolbar always has black background? Pin
mr_mark_hewitt8-Jan-05 0:36
mr_mark_hewitt8-Jan-05 0:36 
Hi,

I am building a simple deskbar.
The deskbar consists of a toolbar as its main window.
On this toolbar is a edit box window, and next to that a toolbar with a single button with the combo-box drop-down style.

The toolbar window class is:

class CMyBar: public CWindowImpl<cmybar>
{
public:

DECLARE_WND_SUPERCLASS(TEXT("MYBAR"), TOOLBARCLASSNAME)
...
}

The problem is when the mose is not hovering over this toolbar button, its background is always rendering black. In practice of course I want it transparent, so one sees the toolbar below it.

I tried applying the style

DWORD dwStyle =
/*Window styles:*/ WS_CHILDWINDOW | WS_CLIPSIBLINGS | WS_VISIBLE | WS_CLIPCHILDREN | WS_TABSTOP |
/*Toolbar styles:*/ TBSTYLE_TOOLTIPS | TBSTYLE_FLAT | TBSTYLE_TRANSPARENT | TBSTYLE_LIST | //TBSTYLE_CUSTOMERASE |
/*Common Control styles:*/ CCS_TOP | CCS_NODIVIDER | CCS_NOPARENTALIGN | CCS_NORESIZE ;

but this makes no difference what so ever.

Does anybody have any ideas how I could stop this from happening?

Thanks in advance,
Mark
Generalbutton turns invisible Pin
devom6-Jan-05 23:07
devom6-Jan-05 23:07 
GeneralInsert Row thru OLEDB Pin
Chitrack5-Jan-05 20:21
Chitrack5-Jan-05 20:21 
GeneralRe: how to load webpage in ActiveX(Microsoft Web Browser) Pin
ThatsAlok4-Jan-05 22:29
ThatsAlok4-Jan-05 22:29 
GeneralRe: how to load webpage in ActiveX(Microsoft Web Browser) Pin
Michael Dunn5-Jan-05 12:28
sitebuilderMichael Dunn5-Jan-05 12:28 
Questionhow des &quot;GetSize().foo = NULL&quot; work Pin
dcudev.lcr31-Dec-04 5:03
dcudev.lcr31-Dec-04 5:03 
AnswerRe: how des &quot;GetSize().foo = NULL&quot; work Pin
Jörgen Sigvardsson31-Dec-04 14:13
Jörgen Sigvardsson31-Dec-04 14:13 
GeneralRe: how des &quot;GetSize().foo = NULL&quot; work Pin
dcudev.lcr4-Jan-05 4:53
dcudev.lcr4-Jan-05 4:53 
GeneralRe: how des &quot;GetSize().foo = NULL&quot; work Pin
Jörgen Sigvardsson4-Jan-05 8:27
Jörgen Sigvardsson4-Jan-05 8:27 
QuestionWhy this can`t compler? Pin
anycallmy30-Dec-04 15:07
anycallmy30-Dec-04 15:07 
AnswerRe: Why this can`t compler? Pin
Michael Dunn30-Dec-04 19:39
sitebuilderMichael Dunn30-Dec-04 19:39 
GeneralRe: Why this can`t compler? Pin
anycallmy3-Jan-05 18:55
anycallmy3-Jan-05 18:55 
GeneralVB crash Pin
De Nardis Andrea30-Dec-04 1:11
De Nardis Andrea30-Dec-04 1:11 
GeneralRe: VB crash Pin
Anonymous30-Dec-04 3:32
Anonymous30-Dec-04 3:32 
GeneralAll frames, redirecting Pin
Anonymous29-Dec-04 13:38
Anonymous29-Dec-04 13:38 
GeneralRe: All frames, redirecting Pin
Michael Dunn29-Dec-04 13:59
sitebuilderMichael Dunn29-Dec-04 13:59 
GeneralRe: All frames, redirecting Pin
Gerald Schwab29-Dec-04 14:06
Gerald Schwab29-Dec-04 14:06 
GeneralRe: All frames, redirecting Pin
Anonymous30-Dec-04 0:37
Anonymous30-Dec-04 0:37 

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.