Click here to Skip to main content
15,898,134 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionHow to call a ATL component from vbscript Pin
Inam23-Jan-04 22:45
Inam23-Jan-04 22:45 
AnswerRe: How to call a ATL component from vbscript Pin
Jörgen Sigvardsson24-Jan-04 9:51
Jörgen Sigvardsson24-Jan-04 9:51 
GeneralSigning ActiveX Controls Pin
Monty221-Jan-04 0:17
Monty221-Jan-04 0:17 
GeneralRe: Signing ActiveX Controls Pin
LunaticFringe21-Jan-04 0:56
LunaticFringe21-Jan-04 0:56 
GeneralRe: Signing ActiveX Controls Pin
Michael Dunn21-Jan-04 12:54
sitebuilderMichael Dunn21-Jan-04 12:54 
GeneralXP Themes not woking in an ActiveX control in IE Pin
Jason De Arte19-Jan-04 19:40
Jason De Arte19-Jan-04 19:40 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Michael Dunn20-Jan-04 12:57
sitebuilderMichael Dunn20-Jan-04 12:57 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Jason De Arte20-Jan-04 15:34
Jason De Arte20-Jan-04 15:34 
I think I'm missing something else. I tried resource id's 1-16 for my manifest file & it still didn't work Frown | :(

So as a sanity check I created to following quick ActiveX project in DevStudio6SP5
* File>New>Projects>ATL COM AppWizard
* DLL Project, nothing checked, finish
* Insert>New ATL Object,Category "Controls", Full Control
* ATL Object Wizard Properties > ShortName = TestBob, left everything else as default
* Add a WM_LBUTTONDBLCLK handler that displays a simple MessageBox
OR if you're lazy & don't want to double click all the time...
* Add a Button control to the window in your WM_CREATE handler (be sure to enable m_bWindowOnly)
* Added a manifest resource, type 24, id=2
* Added ComCtl32.lib to the linker
* In the constructor, added AtlInitCommonControls(ICC_WIN95_CLASSES|ICC_DATE_CLASSES|ICC_USEREX_CLASSES|ICC_COOL_CLASSES|ICC_INTERNET_CLASSES|ICC_PAGESCROLLER_CLASS|ICC_NATIVEFNTCTL_CLASS); Wanted to make sure I wasn't missing anything Poke tongue | ;-P


Unfortunatly the buttons are still not themed. Confused | :confused:
I even added 511 manifests to the project, numbered 1-512. Sort of a buckshot approch. Still no luck.

Is there some obsure interface I need to implement?

FYI: CPLs (Control Panel Applets) should have a manifest resource of 123
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Michael Dunn21-Jan-04 13:03
sitebuilderMichael Dunn21-Jan-04 13:03 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Jason De Arte21-Jan-04 14:37
Jason De Arte21-Jan-04 14:37 
Generalputting template objects in a container Pin
Joo Andras19-Jan-04 3:33
Joo Andras19-Jan-04 3:33 
GeneralRe: putting template objects in a container Pin
Joaquín M López Muñoz19-Jan-04 6:15
Joaquín M López Muñoz19-Jan-04 6:15 
GeneralRe: putting template objects in a container Pin
Joo Andras19-Jan-04 21:14
Joo Andras19-Jan-04 21:14 
GeneralRe: putting template objects in a container Pin
Lim Bio Liong20-Jan-04 5:02
Lim Bio Liong20-Jan-04 5:02 
GeneralRe: putting template objects in a container Pin
Jörgen Sigvardsson19-Jan-04 12:15
Jörgen Sigvardsson19-Jan-04 12:15 
Generaldifferent template objects into a container Pin
Joo Andras19-Jan-04 3:27
Joo Andras19-Jan-04 3:27 
QuestionHow to load a MFC dll to a WTL project? Pin
freehawk18-Jan-04 15:21
freehawk18-Jan-04 15:21 
AnswerRe: How to load a MFC dll to a WTL project? Pin
Michael Dunn18-Jan-04 16:41
sitebuilderMichael Dunn18-Jan-04 16:41 
GeneralRe: How to load a MFC dll to a WTL project? Pin
freehawk18-Jan-04 16:53
freehawk18-Jan-04 16:53 
GeneralRe: How to load a MFC dll to a WTL project? Pin
Michael Dunn18-Jan-04 16:58
sitebuilderMichael Dunn18-Jan-04 16:58 
GeneralRe: How to load a MFC dll to a WTL project? Pin
freehawk18-Jan-04 17:18
freehawk18-Jan-04 17:18 
GeneralRe: How to load a MFC dll to a WTL project? Pin
Michael Dunn18-Jan-04 19:38
sitebuilderMichael Dunn18-Jan-04 19:38 
GeneralRe: How to load a MFC dll to a WTL project? Pin
freehawk18-Jan-04 19:48
freehawk18-Jan-04 19:48 
GeneralRe: How to load a MFC dll to a WTL project? Pin
Jörgen Sigvardsson19-Jan-04 12:10
Jörgen Sigvardsson19-Jan-04 12:10 
GeneralRe: How to load a MFC dll to a WTL project? Pin
freehawk19-Jan-04 13:34
freehawk19-Jan-04 13:34 

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.