Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8809233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:49:11+00:00 2026-06-14T02:49:11+00:00

In my Winform app, i have a Drawing panel. when i move my cursor

  • 0

In my Winform app, i have a Drawing panel.

when i move my cursor within the drawing panel, cursor should be changed to pencil
how can i do this ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:49:12+00:00Added an answer on June 14, 2026 at 2:49 am

    There is no Cursor called ‘Pencil’ within Cursor Class,See the complete cursor listing here :

    Complete Cursor Listing

    However You can try Custom Cursors

    Visual Studio allows you to create cursor (.cur) files. A cursor file is a bitmap file with .cur extension. To create a cursor file, right click on your project and select Add New Item menu item. After that, select Cursor File from the items. This action will add a default Cursor1.cur file

    enter image description here

    Once a cursor file is added, you will land in bitmap editor where you can change the bitmap using drawing tools as you can see

    enter image description here

    Now copy Cursor1.cur file to your Debug or Release folder where your executable file is stored.

    Once a file is saved, we can create a cursor from the cursor file using following code snippet.

    C# Code:

    this.Cursor = new Cursor(Application.StartupPath +  "\\Cursor1.cur");  
    

    VB.NET Code:

    Me.Cursor = New Cursor(Application.StartupPath + "\Cursor1.cur") 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my first winform app in .NET... I have made a couple of
I have this code in a winform app: for (int i = 1; i
Ok, this one's easy for you guys, I basically have a C# winform app,
I'm writing a C# database winform app and I have a problem executing this
I am working on a little WinForm app and have been trying to find
Hello I have a WinForm app that generates a ton of data. Currently I
I have a winform app that has tabcontrols that are 3 layers deep. I
I have a winform app that fills a lot of its dropdomn fields fram
I have a Winform app which lists a batch of invoices in a gridview.
I have a Winform App that uses a 3rd Party Library of Controls, DevExpress.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.