Virtual-Mac/basDeclarations.vb
SistemaRayoXP bff2e655c3
Add files via upload
NET Code!
2018-03-13 13:38:09 -05:00

5 lines
187 B
VB.net

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