Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are custom mouse pointers supported in Visual Basic.NET?

0
Posted

Are custom mouse pointers supported in Visual Basic.NET?

0

In Visual Basic 6.0, You can use the MousePointer and MouseIcon properties to display a custom icon, cursor, or any one of a variety of predefined mouse pointers. Changing the mouse pointer gives you a way to inform the user of a variety of activities or possible activities. Using custom icons or mouse pointers, you can express an endless range of visual information about the state and functionality of your application. Custom mouse pointers are not supported at design time in Visual Basic .NET; the MousePointer property is replaced by the Cursor property, and the MouseIcon property no longer exists. However, you can load your custom mouse pointer in the Load event.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123