Hi all . could any one point me to a DLL that i can inject to another application process and be able to read its winsock API arrival data ? Looking forward for some replies.Thanks
Hi all . could any one show me an example on how to hook another application winsock API "recv" and parse its packet which contain given value for example "value="?
There is this external application that i don't have its source code. That application communicates with its server via winsock...
Hi all . I got a tab in my webbrowser and a listbox. Every time i click a listbox item a html loads in to my new tab inside webbrowser controle. Now i want to add a close button to each tabs. so when i press that button i want that tab closes. I placed the code for adding new tabs when listbox...
Hi all i have html page loaded in to my webbrowser controle that looks like this:
<a href="http://www.somesite.com/recordds.wmt?page=31" title="Go to Next Page" onfocus="if(this.blur)this.blur();"
> next »</a>
I used the following codes to click on it but it doesn't work . could you...
Hi all . I have list of webpages that need to go in each one of them and a press a print button on each one of them(once i press the print button then the button no longer show as it means i have already send it for print). So I tried doing:
Dim i As Integer
For i = 0 To List1.Items.Count - 1...
Hi all . I wonder how i can select an item from a treeview(which is in other application) having the handle of treeview and position of item in treeview? could any one show me how i can write a CrossProcess function giving it the handle of treeview to select an item. Looking forward for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.