Mousepointers equivalent from VB to C#
Good day fellas!
I would like to have all the mousepointer equivalent between VB and C#.
I already googled this but have no luck to find. I think you guys can help me here... geeee thanks in advance.
Note: please give me a proof that the equivalent you will give is the RIGHT equivalent of VB to C#. I am not testing your capacity, just wanted a proof for my documentation.
Re: Mousepointers equivalent from VB to C#
VB and C# use the same .NET Framework so they both use the same Cursors class so they are all exactly the same for both languages.