Click here to Skip to main content
15,921,643 members
Home / Discussions / COM
   

COM

 
QuestionWhy ISoftUSBEndpoint::DrainOUTQueue take memory increase Pin
XuanThinh TRAN12-May-08 21:13
XuanThinh TRAN12-May-08 21:13 
QuestionHow to get the html text box contain into my custom browser Pin
Member 462021612-May-08 0:10
Member 462021612-May-08 0:10 
AnswerRe: How to get the html text box contain into my custom browser Pin
Yajnesh Narayan Behera15-May-08 22:14
Yajnesh Narayan Behera15-May-08 22:14 
QuestionCOM programming Pin
hari_honey11-May-08 19:12
hari_honey11-May-08 19:12 
AnswerRe: COM programming Pin
User 21559712-May-08 0:21
User 21559712-May-08 0:21 
AnswerRe: COM programming Pin
ShilpiP12-May-08 1:14
ShilpiP12-May-08 1:14 
AnswerRe: COM programming Pin
bulg21-May-08 10:14
bulg21-May-08 10:14 
QuestionIssue in Event Handling of COM Event in Java Script Pin
garammasala9-May-08 1:57
garammasala9-May-08 1:57 
hi All,

I have build an ATL COM using C++ , in this ATL COM i have implemented connection points also

I have used this ATL COM in a Web Page using java script

I can call the methods of ATL COM using java script in a web page and its working fine but the discrepancy is in the case of event handling , everytime ATL COM fires an event ,the event occurance on web page increases by one i.e for the first time event is fired , event will be displayed only once on web page ,next time is fired it will shown twice and next time it is fired the event is shown more than one time the previous one...


I have also tested this ATL COM on VB it is working fine for every event , VB Client shows that there is only one event , evertime an event is fired from an ATL COM there is no discrepancy as there is in Web Page

Here is the HTML page code..




<title>CallMe


<object id="myatl" classid="clsid:DCED5E2D-DA79-4AE0-91E9-EE8FF41BFFD5">





function myatl::ExecutionOver(CallID)
{
alert("CallId : " + CallID);
}












Any pointers will be a good help

with regards
Abhiraj
Questionvalue of pbCancel parameter of OnWorkbookBeforeClose Pin
HarishKumarS8-May-08 2:11
HarishKumarS8-May-08 2:11 
AnswerRe: value of pbCancel parameter of OnWorkbookBeforeClose Pin
User 2155979-May-08 0:03
User 2155979-May-08 0:03 
QuestionIs vector list contain NULL CComPtr? Pin
Sakthivel P8-May-08 1:33
Sakthivel P8-May-08 1:33 
QuestionError in opening Database using ADO in COM dll Pin
MKUser8-May-08 1:33
MKUser8-May-08 1:33 
AnswerRe: Error in opening Database using ADO in COM dll Pin
MKUser11-May-08 21:00
MKUser11-May-08 21:00 
GeneralRe: Error in opening Database using ADO in COM dll Pin
MKUser13-May-08 1:37
MKUser13-May-08 1:37 
QuestionHow to read data from a serial port in COM Pin
hari_honey8-May-08 1:23
hari_honey8-May-08 1:23 
QuestionRe: How to read data from a serial port in COM Pin
CPallini8-May-08 2:12
mveCPallini8-May-08 2:12 
AnswerRe: How to read data from a serial port in COM Pin
hari_honey8-May-08 2:15
hari_honey8-May-08 2:15 
QuestionRe: How to read data from a serial port in COM Pin
CPallini8-May-08 2:22
mveCPallini8-May-08 2:22 
AnswerRe: How to read data from a serial port in COM Pin
hari_honey8-May-08 2:35
hari_honey8-May-08 2:35 
QuestionRe: How to read data from a serial port in COM Pin
CPallini8-May-08 2:52
mveCPallini8-May-08 2:52 
AnswerRe: How to read data from a serial port in COM Pin
hari_honey8-May-08 18:22
hari_honey8-May-08 18:22 
GeneralRe: How to read data from a serial port in COM Pin
CPallini8-May-08 21:26
mveCPallini8-May-08 21:26 
JokeRe: How to read data from a serial port in COM Pin
User 2155979-May-08 7:22
User 2155979-May-08 7:22 
GeneralRe: How to read data from a serial port in COM Pin
hari_honey11-May-08 18:29
hari_honey11-May-08 18:29 
GeneralRe: How to read data from a serial port in COM Pin
CPallini12-May-08 0:41
mveCPallini12-May-08 0:41 

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.