diff --git a/basDeclarations.vb b/basDeclarations.vb deleted file mode 100644 index e9667ed..0000000 --- a/basDeclarations.vb +++ /dev/null @@ -1,5 +0,0 @@ -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 \ No newline at end of file