How can I close a firefox tab in my Visual C++ code which I have created
I have written a code to open a specific link in firefox. It open in a new tab, but when I try to terminate that process through code, it doesn't work. I have assume the new tab to be a process, I even tried to delete the thread but I an not able to find the appropriate thread. Please help me to should i proceed. Is the new tab a new thread? If yes, how can i get that thread id?
I have written a code to open a specific link in firefox. It open in a new tab, but when I try to terminate that process through code, it doesn't work. I have assume the new tab to be a process, I even tried to delete the thread but I an not able to find the appropriate thread. Please help me to should i proceed. Is the new tab a new thread? If yes, how can i get that thread id?
Tutte le risposte (1)
Try to ask on this MozillaZine forum.
- http://forums.mozillazine.org/viewforum.php?f=27 - mozillaZine Mozilla Development forum
You need to register on the MozillaZine Forums to post there.