You will need to open the file and check the information in the header.
Here's more info:

<http://en.wikipedia.org/wiki/BMP_file_format#BMP_File_Header>

George Henne                                     
NS BASIC Corporation
http://www.nsbasic.com 

>
>
>Hello,
> I'm developing a program that needs to validate the input file as a 16-
>Bits BMP.
>
>At the time my script is like this:
>Const OverwriteExisting = TRUE
>
>Set objFSO = CreateObject("Scripting.FileSystemObject")
>objFSO.CopyFile "C:\16bmp.bmp" , "D:\test.bmp", OverwriteExisting
>But How can I validate the input file as a 16-Bits BMP?
>
>Best Regards,
> Nathan Paulino Campos
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to