Hi, This is Sathish asking you a doubt. Platfrm: C++,MFC on winXP. I am dveloping a program to track browser url w.r.to hwnd. Right now i can track iexplore,chrome,ff,netscape,opera etc except safari. why bcse i am using DDE(dynamic dt exchange) to connect safari,but it is failing in DdeCreateStringHandle to pass the conversation topic,in other browser's we are passing a string ("WWW_GetWindowInfo" ) as topic.but in the case of safari i could't get the desired string to pass ,so can you give me an answer to fullfill my need. or which way to get the url's from safari while browsing. sath...@codework-solutions.com Regards Sathish.S
Hi, This is Sathish asking you a doubt. Platfrm: C++,MFC on winXP. I am dveloping a program to track browser url w.r.to hwnd. Right now i can track iexplore,chrome,ff,netscape,opera etc except safari. why bcse i am using DDE(dynamic dt exchange) to connect safari,but it is failing in DdeCreateStringHandle to pass the conversation topic,in other browser's we are passing a string ("WWW_GetWindowInfo" ) as topic.but in the case of safari i could't get the desired string to pass ,so can you give me an answer to fullfill my need. or which way to get the url's from safari while browsing. sath...@codework-solutions.com Regards Sathish.S
> Hi, > This is Sathish asking you a doubt. > Platfrm: C++,MFC on winXP. > I am dveloping a program to track browser url w.r.to hwnd. Right now > i can track iexplore,chrome,ff,netscape,opera etc except safari. > why bcse i am using DDE(dynamic dt exchange) to connect safari,but it > is failing in DdeCreateStringHandle to pass the conversation topic,in > other browser's we are passing a string ("WWW_GetWindowInfo" ) as > topic.but in the case of safari i could't get the desired string to > pass ,so can you give me an answer to fullfill my need. > or which way to get the url's from safari while browsing.
Apparently Safari (an Apple product) doesn't support the DDE topics of common Windows browsers. Maybe you could ask on a Safari newsgroup. Although I think it's fair to say that making Safari a DDE server is probably not very high on Apple's list.
> > Hi, > > This is Sathish asking you a doubt. > > Platfrm: C++,MFC on winXP. > > I am dveloping a program to track browser url w.r.to hwnd. Right now > > i can track iexplore,chrome,ff,netscape,opera etc except safari. > > why bcse i am using DDE(dynamic dt exchange) to connect safari,but it > > is failing in DdeCreateStringHandle to pass the conversation topic,in > > other browser's we are passing a string ("WWW_GetWindowInfo" ) as > > topic.but in the case of safari i could't get the desired string to > > pass ,so can you give me an answer to fullfill my need. > > or which way to get the url's from safari while browsing.
> Apparently Safari (an Apple product) doesn't support the DDE topics of > common Windows browsers. Maybe you could ask on a Safari newsgroup. > Although I think it's fair to say that making Safari a DDE server is > probably not very high on Apple's list.
> -- David
Thank you very much David .I will try in safari news group. Regards, Sathish.S