Click here to Skip to main content
15,886,519 members
Home / Discussions / C#
   

C#

 
GeneralRe: Load a new Tab Page Automatically from a Method Call Pin
PDTUM3-Mar-10 12:17
PDTUM3-Mar-10 12:17 
AnswerRe: Load a new Tab Page Automatically from a Method Call Pin
Rod Kemp3-Mar-10 17:20
Rod Kemp3-Mar-10 17:20 
AnswerRe: Load a new Tab Page Automatically from a Method Call Pin
PDTUM3-Mar-10 17:50
PDTUM3-Mar-10 17:50 
QuestionBitmap Image to Binary Image (Black & White) [modified] Pin
ant-damage3-Mar-10 5:47
ant-damage3-Mar-10 5:47 
AnswerRe: Bitmap Image to Binary Image (Black & White) Pin
OriginalGriff3-Mar-10 6:05
mveOriginalGriff3-Mar-10 6:05 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
ant-damage3-Mar-10 6:08
ant-damage3-Mar-10 6:08 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
OriginalGriff3-Mar-10 6:27
mveOriginalGriff3-Mar-10 6:27 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
ant-damage4-Mar-10 10:31
ant-damage4-Mar-10 10:31 
See the link below.
It is a test image which I want to convert to binary image
I forgot to mention something. The binary image is to be used in C++ source files.

http://img176.imageshack.us/img176/744/boxm.png[^]

Here is the expected result:
unsigned char box[27] = {
	0xf8,0xff,0x3,
	0x6,0x0,0xc,
	0x1,0x0,0x10,
	0x1,0x0,0x10,
	0x1,0x0,0x10,
	0x1,0x0,0x10,
	0x1,0x0,0x10,
	0x1,0x0,0x10,
	0x1,0x0,0x10 };

GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
OriginalGriff4-Mar-10 22:07
mveOriginalGriff4-Mar-10 22:07 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
ant-damage23-Mar-10 3:13
ant-damage23-Mar-10 3:13 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
ant-damage17-Apr-10 12:54
ant-damage17-Apr-10 12:54 
AnswerRe: Bitmap Image to Binary Image (Black & White) Pin
Ennis Ray Lynch, Jr.3-Mar-10 6:31
Ennis Ray Lynch, Jr.3-Mar-10 6:31 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
Luc Pattyn3-Mar-10 6:43
sitebuilderLuc Pattyn3-Mar-10 6:43 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
Ennis Ray Lynch, Jr.3-Mar-10 8:00
Ennis Ray Lynch, Jr.3-Mar-10 8:00 
GeneralRe: Bitmap Image to Binary Image (Black & White) Pin
Luc Pattyn3-Mar-10 8:30
sitebuilderLuc Pattyn3-Mar-10 8:30 
QuestionCan you target .NET and .NET CF from one project? Pin
hairy_hats3-Mar-10 4:57
hairy_hats3-Mar-10 4:57 
AnswerRe: Can you target .NET and .NET CF from one project? Pin
Dave Kreskowiak3-Mar-10 6:21
mveDave Kreskowiak3-Mar-10 6:21 
GeneralRe: Can you target .NET and .NET CF from one project? Pin
hairy_hats3-Mar-10 6:56
hairy_hats3-Mar-10 6:56 
GeneralRe: Can you target .NET and .NET CF from one project? Pin
Som Shekhar3-Mar-10 7:01
Som Shekhar3-Mar-10 7:01 
GeneralRe: Can you target .NET and .NET CF from one project? Pin
Dave Kreskowiak3-Mar-10 8:36
mveDave Kreskowiak3-Mar-10 8:36 
GeneralRe: Can you target .NET and .NET CF from one project? Pin
hairy_hats3-Mar-10 11:01
hairy_hats3-Mar-10 11:01 
GeneralRe: Can you target .NET and .NET CF from one project? Pin
Dave Kreskowiak3-Mar-10 11:53
mveDave Kreskowiak3-Mar-10 11:53 
QuestionCreating graphics object Pin
gwithey3-Mar-10 4:09
gwithey3-Mar-10 4:09 
AnswerRe: Creating graphics object Pin
kevinnicol3-Mar-10 4:21
kevinnicol3-Mar-10 4:21 
GeneralRe: Creating graphics object Pin
gwithey3-Mar-10 4:28
gwithey3-Mar-10 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.