Results 1 to 8 of 8
  1. #1
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed

    How to make your form have its own cursor?

    Any way to make a form have its own custom cursor?

    yes I googled and youtubed

    any help will do
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  2. #2
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Can't you just have a picturebox follow the mouse?

    Something in the lines of Picturebox1.Location = Me.PointtoClient

  3. #3
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Code:
    Private Sub Form1_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.MouseHover
            Cursor = Cursors.IBeam ' Maybe u can edit something.
        End Sub
    I dont kno if u can edit something


    Cursor.Draw
    might work.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  4. #4
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Me.cursor = new cursor("c:\cursor path\filename.cur") you can do this with a resource cur as well.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. The Following User Says Thank You to NextGen1 For This Useful Post:

    willrulz188 (09-23-2010)

  6. #5
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by NextGen1 View Post
    Me.cursor = new cursor("c:\cursor path\filename.cur") you can do this with a resource cur as well.
    SO I WAS KINDA RIGHT.. how about... U convert the Cursor to bytes.

    Recreate it and put it in the Location.

    and use a bool .
    Code:
     If curror_ready Then
                Me.Cursor = New Cursor("c:\cursor path\filename.cur")
            Else
                Me.Cursor = Cursors.WaitCursor
            End If


    when u convert the cursor to a file. Then u use it.

    That way u can use on other computers


    A+ for creativity
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  7. #6
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Non of that is ness. Justadd it as a resource.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  8. #7
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by NextGen1 View Post
    Non of that is ness. Justadd it as a resource.
    D:... still creative(i forgot about resources I could not get Images done in c++ as a resource so i forgot about them.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  9. #8
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Quote Originally Posted by NextGen1 View Post
    Me.cursor = new cursor("c:\cursor path\filename.cur") you can do this with a resource cur as well.
    Thank you
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  10. The Following User Says Thank You to willrulz188 For This Useful Post:

    NextGen1 (09-23-2010)

Similar Threads

  1. [HELP]How to make your OWN Chams
    By true1playa in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 08-07-2008, 03:15 PM
  2. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum Visual Basic Programming
    Replies: 17
    Last Post: 10-15-2007, 09:34 AM
  3. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 09-25-2007, 05:35 AM
  4. (TUT)how to make your own warrock menu
    By aprill27 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 09-21-2007, 03:46 PM
  5. How to make your own radiostation?
    By nasir91 in forum General
    Replies: 3
    Last Post: 04-30-2007, 07:25 AM