Virtual-Mac/basDeclarations.vb

5 lines
187 B
VB.net
Raw Normal View History

2018-03-13 18:38:09 +00:00
Option Strict Off
Option Explicit On
Module basDeclarations
Declare Function SetParent Lib "user32" (ByVal hWndChild As Integer, ByVal hWndNewParent As Integer) As Integer
End Module