Jump to content
Forum Windows-az.com

VB Form tərpənməsi


Tofiq Huseynov

Recommended Posts

Proqramlar telegramda

Forma 1 eded picturebox elave et

 

Public Class Form1 alt bolmune kodu yazin

 

Private oControlOffsetPoint As Point

 

PictureBox1-un MouseMove bolumune kodu yazin

 

Dim sX As Integer = RectangleToClient(New Rectangle(Windows.Forms.Cursor.Position.X, Windows.Forms.Cursor.Position.Y, 1, 1)).Left - oControlOffsetPoint.X

Dim sY As Integer = RectangleToClient(New Rectangle(Windows.Forms.Cursor.Position.X, Windows.Forms.Cursor.Position.Y, 1, 1)).Top - oControlOffsetPoint.Y

 

If e.Button = Windows.Forms.MouseButtons.Left Then

sender.Location = New Point(sX, sY)

PictureBox1.Left = sX

PictureBox1.Top = sY

End If

 

 

Umimi kod:

 

 

Public Class Form1

Private oControlOffsetPoint As Point

 

Private Sub PictureBox1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseMove

Dim sX As Integer = RectangleToClient(New Rectangle(Windows.Forms.Cursor.Position.X, Windows.Forms.Cursor.Position.Y, 1, 1)).Left - oControlOffsetPoint.X

Dim sY As Integer = RectangleToClient(New Rectangle(Windows.Forms.Cursor.Position.X, Windows.Forms.Cursor.Position.Y, 1, 1)).Top - oControlOffsetPoint.Y

 

If e.Button = Windows.Forms.MouseButtons.Left Then

sender.Location = New Point(sX, sY)

PictureBox1.Left = sX

PictureBox1.Top = sY

End If

End Sub

 

End Class

 

Qeyd:

 

Formu sekille terpetmeq qeribe geldi mene

men verdiyim kod sekili terpetmek olur form uzerinde

- Laptop ve Desktop Anakartlarin temiri

- BIOS yazilmasi

- Sifreli SuperUser BIOS-larin silinmesi

- Kicik chiplerin deyisidrilmesi

- BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s)

Link to comment
Share on other sites

Sohbete katıl

Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.

Misafir
Bu konuya yanıt ver...

×   Zengin metin olarak yapıştırıldı.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Önceki içeriğiniz geri yüklendi.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • loading...
×
×
  • Create New...