Results 1 to 3 of 3

Thread: Crosshair

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Location
    Toronto
    Posts
    1
    I am trying to make a shootem game with vb6. How do i make
    it so that where ever the mouse pointer is, the crosshair image (.gif) follows, without having to drag it.
    thanx

  2. #2
    Hyperactive Member PJB's Avatar
    Join Date
    Aug 2000
    Location
    dunno at the moment
    Posts
    302
    why not just change your mousepointer to a crosshair?

    Code:
    Private Sub Form_Load()
    Screen.MousePointer = vbCrosshair
    End Sub
    of course i would just put it in the mouseover event of the area your doing the shooting in
    VB6.0 SP4
    Windows 2000
    I'm thinking of a number between

  3. #3
    Guest
    if you want your own mouse cursor convert the gif to a .ico file (icon) and then change the icon of the mouse cursor

    Good Luck
    ~Chenko

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width