mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2025-02-07 21:30:45 +00:00
5 lines
187 B
VB.net
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 |