Using Office 2007 extension (i.e. docx) for skin based On-Screen keyboard.
Posted
by Peymankh
on Stack Overflow
See other posts from Stack Overflow
or by Peymankh
Published on 2010-04-16T15:13:35Z
Indexed on
2010/04/16
16:43 UTC
Read the original article
Hit count: 312
Hi guys, I'm creating a On-Screen keyboard for my application, and it supports skins as well. Here's what I'm doing with the skins, I have a folder which contains some images and a xml file which maps the images to the keyboard, I want to be able to have the folder as a zip file like in Office 2007 (.docx) and iPhone firmwares (.ipsw), I know I can simply zip the folder and change the extension, what I need to know is how to read the files in the code.
Thanks in advance.
© Stack Overflow or respective owner