Click here to Skip to main content
15,912,082 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProgress bar to display to take time of to load the report [modified] Pin
jigneshDPatel16-Dec-08 17:12
jigneshDPatel16-Dec-08 17:12 
AnswerRe: Progress bar to display to take time of to load the report Pin
Christian Graus16-Dec-08 17:17
protectorChristian Graus16-Dec-08 17:17 
QuestionRegistry PowerCfg Pin
User 540919016-Dec-08 14:00
User 540919016-Dec-08 14:00 
AnswerRe: Registry PowerCfg Pin
Nanda_MR16-Dec-08 17:09
Nanda_MR16-Dec-08 17:09 
GeneralRe: Registry PowerCfg Pin
User 540919016-Dec-08 17:17
User 540919016-Dec-08 17:17 
GeneralRe: Registry PowerCfg Pin
Dave Kreskowiak16-Dec-08 17:38
mveDave Kreskowiak16-Dec-08 17:38 
Questionconverting 24bit color depth image to 1bpp image Pin
pnpfriend16-Dec-08 6:04
pnpfriend16-Dec-08 6:04 
AnswerRe: converting 24bit color depth image to 1bpp image Pin
Dave Kreskowiak16-Dec-08 8:36
mveDave Kreskowiak16-Dec-08 8:36 
This isn't going to work because how does the code know which pixels to turn on and which to turn off?? 1bpp only leaves white and black as your colors, so you need to come up with a cut off point in the original image to make the conversion mean anything. In other words, if the brightness of a color is below a certain threashold, the target pixel should be black, otherwise it's white. This code will not do that for you.

3 seconds worth of Google came up with this[^] C# source to do the conversion your talking about.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: converting 24bit color depth image to 1bpp image Pin
pnpfriend16-Dec-08 9:43
pnpfriend16-Dec-08 9:43 
GeneralRe: converting 24bit color depth image to 1bpp image Pin
Christian Graus16-Dec-08 9:58
protectorChristian Graus16-Dec-08 9:58 
GeneralRe: converting 24bit color depth image to 1bpp image Pin
Dave Kreskowiak16-Dec-08 13:34
mveDave Kreskowiak16-Dec-08 13:34 
AnswerRe: converting 24bit color depth image to 1bpp image Pin
Christian Graus16-Dec-08 8:53
protectorChristian Graus16-Dec-08 8:53 
QuestionCallerID doesn't show up , even when I use a Demo of CallerID app Pin
Yasser Daheek16-Dec-08 5:49
Yasser Daheek16-Dec-08 5:49 
AnswerRe: CallerID doesn't show up , even when I use a Demo of CallerID app Pin
cpkilekofp16-Dec-08 5:58
cpkilekofp16-Dec-08 5:58 
QuestionTwo Questions Pin
Quecumber25616-Dec-08 4:11
Quecumber25616-Dec-08 4:11 
AnswerRe: Two Questions Pin
Dave Kreskowiak16-Dec-08 8:54
mveDave Kreskowiak16-Dec-08 8:54 
GeneralRe: Two Questions Pin
Quecumber25616-Dec-08 9:51
Quecumber25616-Dec-08 9:51 
GeneralRe: Two Questions Pin
Dave Kreskowiak16-Dec-08 10:36
mveDave Kreskowiak16-Dec-08 10:36 
GeneralRe: Two Questions Pin
Quecumber25616-Dec-08 12:09
Quecumber25616-Dec-08 12:09 
QuestionHow to get a list of all the properties in a class? Pin
H3rmansson16-Dec-08 3:56
H3rmansson16-Dec-08 3:56 
GeneralRe: How to get a list of all the properties in a class? Pin
Luc Pattyn16-Dec-08 4:03
sitebuilderLuc Pattyn16-Dec-08 4:03 
QuestionClient-Server application Pin
Subjugate16-Dec-08 3:05
Subjugate16-Dec-08 3:05 
AnswerRe: Client-Server application Pin
EliottA16-Dec-08 3:07
EliottA16-Dec-08 3:07 
GeneralRe: Client-Server application Pin
Subjugate16-Dec-08 3:12
Subjugate16-Dec-08 3:12 
GeneralRe: Client-Server application Pin
EliottA16-Dec-08 3:14
EliottA16-Dec-08 3:14 

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.