Click here to Skip to main content
15,891,136 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: VARIANT convertions Pin
User 21559715-Aug-06 19:56
User 21559715-Aug-06 19:56 
AnswerRe: VARIANT convertions Pin
Michael Dunn15-Aug-06 19:59
sitebuilderMichael Dunn15-Aug-06 19:59 
GeneralRe: VARIANT convertions Pin
HeartFriend15-Aug-06 20:13
HeartFriend15-Aug-06 20:13 
QuestionHost ActiveX control and draw to memory context? Pin
Andrew Altham12-Aug-06 0:20
Andrew Altham12-Aug-06 0:20 
AnswerRe: Host ActiveX control and draw to memory context? Pin
Andrew Altham12-Aug-06 23:10
Andrew Altham12-Aug-06 23:10 
QuestionTAPI Sample Pin
Rocky Marrone11-Aug-06 2:39
Rocky Marrone11-Aug-06 2:39 
AnswerRe: TAPI Sample Pin
Eytukan11-Aug-06 5:20
Eytukan11-Aug-06 5:20 
QuestionATL events in web page. Pin
Eytukan11-Aug-06 0:53
Eytukan11-Aug-06 0:53 
I have an ATL Dll , it works fine with windows application. But I must be using it in an ASP page.
I use the <OBJECT> tag to refer it.
<OBJECT id=OBJ classid="clsid:5CDD5E2B-254D-412B-8B4C-88AF06EC3B0A" VIEWASTEXT>

<SCRIPT  LANGUAGE=javascript FOR=OBJ EVENT=NewEvent>jsNewEvent();</SCRIPT>

</OBJECT>
<script>
function jsNewEvent()
{
alert(OBJ.testProperty);
OBJ.testMethod();
}

NewEvent - The event in the DLL. jsNewEvent which is mapped to that event.
I'm able to use all the methods, properties of the DLL but not the events.
the call this->Fire_NewEvent in my ATL code is never executed. It's not even entering the connection-points implementation.
Any help? Frown | :(




<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[Jig | [Dance] ]--

[My Current Status]

I dont know why the hell the script for voting 5 is disabled only for me?? Mad | :mad:

AnswerRe: ATL events in web page. Pin
Michael Dunn11-Aug-06 17:54
sitebuilderMichael Dunn11-Aug-06 17:54 
GeneralRe: ATL events in web page. Pin
Eytukan15-Aug-06 6:39
Eytukan15-Aug-06 6:39 
QuestionTAPI Problem ??????? Pin
Rocky Marrone10-Aug-06 1:37
Rocky Marrone10-Aug-06 1:37 
AnswerRe: TAPI Problem ??????? Pin
Eytukan10-Aug-06 21:18
Eytukan10-Aug-06 21:18 
QuestionDestroying map cause exception [modified] Pin
mr_tawan8-Aug-06 23:51
mr_tawan8-Aug-06 23:51 
NewsRe: Destroying map cause exception Pin
Anonymuos11-Aug-06 8:32
Anonymuos11-Aug-06 8:32 
AnswerRe: Destroying map cause exception Pin
Zac Howland11-Aug-06 8:43
Zac Howland11-Aug-06 8:43 
QuestionMS WORD Dictionary for Web Page???????? Pin
MANOJ BATRA8-Aug-06 19:21
MANOJ BATRA8-Aug-06 19:21 
QuestionDestructors in STL? Pin
sawerr8-Aug-06 19:19
sawerr8-Aug-06 19:19 
AnswerRe: Destructors in STL? Pin
Christian Graus8-Aug-06 19:53
protectorChristian Graus8-Aug-06 19:53 
GeneralRe: Destructors in STL? Pin
Anonymuos11-Aug-06 8:37
Anonymuos11-Aug-06 8:37 
AnswerRe: Destructors in STL? Pin
sunit510-Aug-06 22:52
sunit510-Aug-06 22:52 
GeneralRe: Destructors in STL? [modified] Pin
George L. Jackson11-Aug-06 18:01
George L. Jackson11-Aug-06 18:01 
AnswerRe: Destructors in STL? Pin
dfields32617-Aug-06 10:24
dfields32617-Aug-06 10:24 
Answerstd::auto_ptr in containers [modified] Pin
George L. Jackson17-Aug-06 11:47
George L. Jackson17-Aug-06 11:47 
GeneralCode Using boost::shared_ptr Pin
George L. Jackson17-Aug-06 12:07
George L. Jackson17-Aug-06 12:07 
GeneralRe: Destructors in STL? Pin
Zac Howland25-Aug-06 8:59
Zac Howland25-Aug-06 8:59 

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.