Hello everyone,
I learned how to open files with *.docx,*.xlsx, and *.pptx type files using the following..
but how I do it when it is *.dwg (CAD)file type?
Thanks in advance.
I learned how to open files with *.docx,*.xlsx, and *.pptx type files using the following..
B4X:
i.SetType("application/msword")
i.SetType("application/vnd.ms-excel")
i.SetType("application/vnd.ms-powerpoint")
Thanks in advance.