Hos Computerworld it-jobbank er vi stolte af at fortsætte det gode partnerskab med folkene bag IT-DAY – efter vores mening Danmarks bedste karrieremesse for unge og erfarne it-kandidater.
Private Sub Form_Load() With Shape1 '<-- Shape .Visible = False End With End Sub
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button = 1 Then With Shape1 '<-- Shape .Visible = True .Top = Y .Left = X .Width = (X - .Left) .Height = (Y - .Top) End With End If End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button = 1 Then With Shape1 '<-- Shape .Width = (X - .Left) .Height = (Y - .Top) End With End If End Sub
Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button = 1 Then With Shape1 '<-- Shape .Visible = False End With End If End Sub
"Du kender da godt sådan en stiplet linie der viser hvor figure vil blive placeret når du slipper musen."
Hvilken figur? Er du i den rigtige kategori?
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.