On_LiNe Konu tarihi: 27 Ocak 2012 Paylaş Konu tarihi: 27 Ocak 2012 [VB2008] Aero Glass Form Effekti Video dərslik Kod: Imports System.Runtime.InteropServices Public Class Form1 <StructLayout(LayoutKind.Sequential)> _ Public Structure MARGINS Public Left As Integer Public Right As Integer Public Top As Integer Public Bottom As Integer End Structure <DllImport("dwmapi.dll")> Public Shared Function DwmExtendFrameIntoClientArea(ByVal hWnd As IntPtr, ByRef pMarinset As MARGINS) As Integer End Function Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim margins As MARGINS = New MARGINS margins.Left = -1 margins.Right = -1 margins.Top = -1 margins.Bottom = -1 Dim hwnd As IntPtr = Handle Dim result As Integer = DwmExtendFrameIntoClientArea(hwnd, margins) Me.BackColor = Color.Black End Sub End Class Alıntı Link to comment Share on other sites More sharing options...
zeus Mesaj tarihi: 27 Ocak 2012 Paylaş Mesaj tarihi: 27 Ocak 2012 On_LiNe Çox sağol Alıntı Link to comment Share on other sites More sharing options...
On_LiNe Mesaj tarihi: 27 Ocak 2012 mövzunu açan Paylaş Mesaj tarihi: 27 Ocak 2012 Deymez Alıntı Link to comment Share on other sites More sharing options...
=== Mesaj tarihi: 27 Ocak 2012 Paylaş Mesaj tarihi: 27 Ocak 2012 Əla Alıntı Link to comment Share on other sites More sharing options...
Guest Musa_ Mesaj tarihi: 27 Ocak 2012 Paylaş Mesaj tarihi: 27 Ocak 2012 Like... Alıntı Link to comment Share on other sites More sharing options...
Elvin Məlikov Mesaj tarihi: 27 Ocak 2012 Paylaş Mesaj tarihi: 27 Ocak 2012 Təşəkkür. Alıntı Link to comment Share on other sites More sharing options...
TΛNNΞЯ Mesaj tarihi: 27 Ocak 2012 Paylaş Mesaj tarihi: 27 Ocak 2012 Evvelce tesekkurler indi ise baxacam kodlar lazim idi sagol Alıntı Link to comment Share on other sites More sharing options...
My-Comp yek Mesaj tarihi: 27 Ocak 2012 Paylaş Mesaj tarihi: 27 Ocak 2012 Təşəkkürlər Alıntı Link to comment Share on other sites More sharing options...
On_LiNe Mesaj tarihi: 27 Ocak 2012 mövzunu açan Paylaş Mesaj tarihi: 27 Ocak 2012 Deymez sagolun Alıntı Link to comment Share on other sites More sharing options...
farid.93 Mesaj tarihi: 27 Ocak 2012 Paylaş Mesaj tarihi: 27 Ocak 2012 chox sagol 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ç.