Skip to main content

AccessTr.neT


Etiketler
Yazar: gitarc - Cevaplar: 4 - İzleme: 5068
DSN DEĞİŞTİRİCİ
[Resim: http://i55.tinypic.com/fn4rb8.jpg]
[vb]
Const n = vbNewLine
Private Declare Function SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long) As Long
Private Declare Function SetLayeredWindowAttributes Lib "user32" (ByVal hWnd As Long, ByVal crKe