creating a Wireless bitmap file
-
How can I create a wireless bitmap file, having the following information using C# Width = 8 Height = 8 Data = 0x00, 0xbd, 0xdb, 0xe7, 0xe7, 0xdb, 0xbd, 0x00 Thanks
Fara76 wrote:
wireless bitmap file
:confused:
only two letters away from being an asset
-
How can I create a wireless bitmap file, having the following information using C# Width = 8 Height = 8 Data = 0x00, 0xbd, 0xdb, 0xe7, 0xe7, 0xdb, 0xbd, 0x00 Thanks
What on earth is a "wireless bitmap file"???
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
What on earth is a "wireless bitmap file"???
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Wireless bitmap (WBMP) is the de facto WAP image format. WBMP images are monochrome (black & white) so that the image size is kept to a minimum.
maybe this article could be of some help http://www.codeproject.com/useritems/bmp\_to\_wbmp\_converter.asp