Click here to Skip to main content
15,897,371 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionChanges in ATL Headers to make it DEP compatible on Win Vista Pin
dolly25-Nov-08 1:38
dolly25-Nov-08 1:38 
AnswerRe: Changes in ATL Headers to make it DEP compatible on Win Vista Pin
Jörgen Sigvardsson5-Dec-08 23:30
Jörgen Sigvardsson5-Dec-08 23:30 
QuestionGood oppotunity! ! ! Pin
pandapam24-Nov-08 15:50
pandapam24-Nov-08 15:50 
AnswerRe: Good oppotunity! ! ! Pin
King_jinjing2-Dec-08 23:25
King_jinjing2-Dec-08 23:25 
QuestionHow to load BHO DLL only with Window Explorer [modified] Pin
sweetier20-Nov-08 2:14
sweetier20-Nov-08 2:14 
AnswerRe: How to load BHO DLL only with Window Explorer Pin
cdpc25-Nov-08 21:05
cdpc25-Nov-08 21:05 
GeneralRe: How to load BHO DLL only with Window Explorer Pin
rhmitul5-Jan-12 4:58
rhmitul5-Jan-12 4:58 
AnswerRe: How to load BHO DLL only with Window Explorer Pin
Michael Dunn5-Dec-08 15:43
sitebuilderMichael Dunn5-Dec-08 15:43 
1. VS builds your DLL and tries to register it.
2. Registration happens by running regsvr32.
3. Your DllMain() sees that the process name is not explore.exe
4. DllMain() returns FALSE (error)
5. VS reports the error.

So it's doing exactly what you told it to do. Smile | :) You'll need to special-case registration as well. Don't forget to correct explore.exe to explorer.exe. Although that check won't work in IE versions before 7, because a file browser might be explorer.exe or iexplore.exe, and you have no control over it.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! CP SearchBar v3.0 | C++ Forum FAQ

"That's what's great about doing user interface work. No matter what you do, people will say that what you did was idiotic." -- Raymond Chen

Questioncalling c# com from c++ using ATL Pin
Liat Even17-Nov-08 3:36
Liat Even17-Nov-08 3:36 
AnswerRe: calling c# com from c++ using ATL Pin
Stuart Dootson17-Nov-08 6:11
professionalStuart Dootson17-Nov-08 6:11 
GeneralRe: calling c# com from c++ using ATL Pin
Liat Even17-Nov-08 8:04
Liat Even17-Nov-08 8:04 
GeneralRe: calling c# com from c++ using ATL Pin
led mike17-Nov-08 9:23
led mike17-Nov-08 9:23 
GeneralRe: calling c# com from c++ using ATL Pin
Stuart Dootson17-Nov-08 12:09
professionalStuart Dootson17-Nov-08 12:09 
QuestionProblem in using _int64 as the key of STL hash_map : error C2064: term does not evaluate to a function Pin
abdulhameedutmanzai15-Nov-08 7:05
abdulhameedutmanzai15-Nov-08 7:05 
AnswerRe: Problem in using _int64 as the key of STL hash_map : error C2064: term does not evaluate to a function Pin
Stuart Dootson17-Nov-08 0:04
professionalStuart Dootson17-Nov-08 0:04 
QuestionHow to change background color fot an IE toolbar? Pin
ritz123413-Nov-08 21:46
ritz123413-Nov-08 21:46 
QuestionHow to retrieve document content or whole document on DocumentOpen Event Pin
PatilVijay9-Nov-08 19:39
PatilVijay9-Nov-08 19:39 
QuestionIn ATL, how to sink web event with IDispEventImpl?? Pin
King_jinjing7-Nov-08 3:12
King_jinjing7-Nov-08 3:12 
AnswerRe: In ATL, how to sink web event with IDispEventImpl?? Pin
Stuart Dootson7-Nov-08 5:47
professionalStuart Dootson7-Nov-08 5:47 
GeneralRe: In ATL, how to sink web event with IDispEventImpl?? Pin
King_jinjing7-Nov-08 6:04
King_jinjing7-Nov-08 6:04 
GeneralRe: In ATL, how to sink web event with IDispEventImpl?? Pin
Stuart Dootson7-Nov-08 8:50
professionalStuart Dootson7-Nov-08 8:50 
GeneralRe: In ATL, how to sink web event with IDispEventImpl?? Pin
King_jinjing7-Nov-08 18:05
King_jinjing7-Nov-08 18:05 
GeneralRe: In ATL, how to sink web event with IDispEventImpl?? Pin
Stuart Dootson8-Nov-08 1:10
professionalStuart Dootson8-Nov-08 1:10 
GeneralRe: In ATL, how to sink web event with IDispEventImpl?? Pin
King_jinjing8-Nov-08 5:38
King_jinjing8-Nov-08 5:38 
GeneralRe: In ATL, how to sink web event with IDispEventImpl?? Pin
Stuart Dootson9-Nov-08 22:21
professionalStuart Dootson9-Nov-08 22:21 

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.