Mouse cursor while transferring via .NET

Advertisement

Denis
Joined:
Posts:
1
Location:
Leipzig

Mouse cursor while transferring via .NET

Hello,

I am using WinSCP 5.21.8.0 via .NET. While the session to the (S)FTP-host is open and the file is transfered the mouse cursor appears (spinning wheel) and although the upload is running in a parallel thread this blocks other threads of the application.
Is there any parameter to avoid the mouse cursor?

Regards Denis.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
41,441
Location:
Prague, Czechia

Re: Mouse Cursor while transfering via .net

Is the mouse cursor the actual issue? Or is the cursor just a way how the Windows tells you that your code is blocking the GUI thread?

Reply with quote

Denis x
Guest

Mouse Cursor while transfering via .net

Hello,

the main problem is, that the GUI is blocked. Meanwhile I changed the code. Now I do not make the transfer with .NET but with a script file. This way it works.

Regards Denis.

Reply with quote

Advertisement

You can post new topics in this forum