diff --git a/basDeclarations.bas b/basDeclarations.bas deleted file mode 100644 index 2d107ca..0000000 --- a/basDeclarations.bas +++ /dev/null @@ -1,4 +0,0 @@ -Attribute VB_Name = "basDeclarations" -Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, _ -ByVal hWndNewParent As Long) As Long -