Hello,

This is horrible, I am making quite a difficult program and I can't solve a very basic problem. I hate it when that happend. *sigh*

Anyways, I have two forms: frmMain and frmUpload.
I use frmUpload to upload pictures to an FTP server, but I need to know where on the server. So there is an Internet Transfer Control on frmMain which has a '.URL'-property which contains that information, but somehow I can't seem to get it. All I get is errors.

With VB6 this was easy: sSomeString = frmMain.inet.URL, but everything I try with .NET fails and all my MSDN and VBForums searches did not give me any information about this either.

So, please tell me how to do this, however obvious it is.

Thanks.