mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-03 16:49:21 +00:00
bff2e655c3
NET Code!
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 |