I've got 2 easy ones for you:
1-I'm trying to change the attribute of a file with this statement:
setattr("c:\test.dll",vbnormal)=1
but it doesn't work...I want to restrore all the attribute of this file to normal...such as the DOS command :
attrib -r -a -s -h c:\test.dll
2-When the user navigates through my program some forms are showed & hidden ....how do I make sure all the forms get unloaded when the user clicks on the " X " to exit my program ?
Any help would be greatly appreciated
1-I'm trying to change the attribute of a file with this statement:
setattr("c:\test.dll",vbnormal)=1
but it doesn't work...I want to restrore all the attribute of this file to normal...such as the DOS command :
attrib -r -a -s -h c:\test.dll
2-When the user navigates through my program some forms are showed & hidden ....how do I make sure all the forms get unloaded when the user clicks on the " X " to exit my program ?
Any help would be greatly appreciated