Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MS4] Relocating Right Click Window
#1
Hey guys, I know most of you can probably do this, but I was messing with my code and decided I wanted to do a small tut in Robin style
Code:
If Button = 2 Then
        If picw/e.visible = false  Then
            frmMirage.picw/e.Top = Y - numbers here
            frmMirage.picw/e.Left = X - numbers here
            frmMirage.picw/e.Visible = True
        Else
            frmMirage.picw/e.Top = Y - numbers here
            frmMirage.picw/e.Left = X - numbers here
            frmMirage.picw/e.Visible = True
        End If
    Else
        If Button = 1 Then
            picw/e.Visible = False
        End If
    End If
I changed this to the origanal copy, so theres no longer x or y in it
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)