Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. hi

hi

Scheduled Pinned Locked Moved Visual Basic
csharp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mon z
    wrote on last edited by
    #1

    i want to convert some code in vb to vb .net..and i dont know how it will be. the vb code is Screen.MousePointer = 11 i want to write in vb.net.. how we will write this code in vb.net. or in c# .net

    A 1 Reply Last reply
    0
    • M mon z

      i want to convert some code in vb to vb .net..and i dont know how it will be. the vb code is Screen.MousePointer = 11 i want to write in vb.net.. how we will write this code in vb.net. or in c# .net

      A Offline
      A Offline
      Ajay k_Singh
      wrote on last edited by
      #2

      You may change mouse cursor using cursor property of Form, such as – Vb.Net- Me.Cursor = Cursors.WaitCursor C# - this.Cursor = Cursors.WaitCursor; I hope this helps :) . -Dave.

      Dave Traister, ComponentOne LLC. www.componentone.com

      M 1 Reply Last reply
      0
      • A Ajay k_Singh

        You may change mouse cursor using cursor property of Form, such as – Vb.Net- Me.Cursor = Cursors.WaitCursor C# - this.Cursor = Cursors.WaitCursor; I hope this helps :) . -Dave.

        Dave Traister, ComponentOne LLC. www.componentone.com

        M Offline
        M Offline
        MohammadAmiry
        wrote on last edited by
        #3

        My.Computer.Scree.MousePointer=Cursors.WaitCursor

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups