mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-11 21:50:00 +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
|