Yes, I've got that but how do I recieve the call??
Yes, I already know how to split up the text from the URL, but lets say i have the internet explorer control on my form and it pulls up a website that connects to different clients that will be using my program (similar to napster interface). how can i get which link was clicked.. like if they click ftp://132.54.656.12:6969/j:\something\up.zip i need to know what they clicked because i need the end of that statement j:\something\up.zip so that the server (recieving users computer) will be able to send me the file. when i use the getdata method now it returns nothing off of a click from the webpage. do i need to put this under a certain item, right now i have it under WinS_DataArrival, and ive tried it under WinS_Connect and WinS_ConnectionRequest? Anyone can give me any info. Ohh by the way, thanks for the help that you gave, it fixed some of my code.