Tofiq Huseynov Konu tarihi: 16 Nisan 2012 Paylaş Konu tarihi: 16 Nisan 2012 Vb 2010 da hər hansı bir səkli nece ede bileremdi onan formu tərpətmək olsun Alıntı Link to comment Share on other sites More sharing options...
Ʌüsal Mesaj tarihi: 16 Nisan 2012 Paylaş Mesaj tarihi: 16 Nisan 2012 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 Alıntı - 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 More sharing options...
AliZairov Mesaj tarihi: 16 Nisan 2012 Paylaş Mesaj tarihi: 16 Nisan 2012 Ʌüsal salam. Mənə elə gəlir şəkil ilə dizayn edəcək ona görə istəyir. Alıntı Link to comment Share on other sites More sharing options...
Recommended Posts
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ç.