RLRE
5 years agoOccasional Contributor
How to change cursor to hourglass from a TestComplete Extension
I wrote a TestComplete extension to update Keyword-Test signature from TestComplete in to an external tool. However, this action takes very long time. That's why I need to change the cursor from arro...
- 5 years ago
Hi,
> The object does not support this property or method: 'dotNET.Cursors'
Proper assembly must be added to dotNET Bridge in TestComplete in order for this or that .Net class to become accessible for dotNET TestComplete's object. Depending on the .Net version/flavor you are using the required assembly might differ. (For example, as per https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.cursors?view=netcore-3.1,
- System.Windows.Forms.dll must be added to dotNET Bridge).