Click here to Skip to main content
15,914,165 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionmovefileex + win9x + directory Pin
emmi20-Sep-05 0:02
emmi20-Sep-05 0:02 
AnswerRe: movefileex + win9x + directory Pin
RichardS20-Sep-05 7:50
RichardS20-Sep-05 7:50 
QuestionAn Algorithm !! Pin
Jomy John19-Sep-05 15:23
Jomy John19-Sep-05 15:23 
AnswerRe: An Algorithm !! Pin
Christian Graus19-Sep-05 18:18
protectorChristian Graus19-Sep-05 18:18 
GeneralRe: An Algorithm !! Pin
VaporTrace19-Sep-05 20:16
VaporTrace19-Sep-05 20:16 
GeneralRe: An Algorithm !! Pin
VaporTrace19-Sep-05 20:20
VaporTrace19-Sep-05 20:20 
GeneralRe: An Algorithm !! Pin
Jomy John19-Sep-05 23:25
Jomy John19-Sep-05 23:25 
GeneralRe: An Algorithm !! Pin
Christian Graus20-Sep-05 11:10
protectorChristian Graus20-Sep-05 11:10 
You can get the colour values of a bitmap by using a DIBSection to hold it, or by using GDI+ ( which comes with VC7, is in the PSDK for VC6 ). Or you can use the GetPixel function on the DC, but that's really slow. Also, if you don't use a DIBSection or just a DIB, you won't get an accurate color value range for your image, unless your computer is running in 24 bit mode.

So you want to turn an image into text, so it can be sent as ASCII art ? There's at least one article on doing this on this site, do a search for it and your problems may be solved.


Christian Graus - Microsoft MVP - C++
GeneralRe: An Algorithm !! Pin
Jomy John20-Sep-05 14:53
Jomy John20-Sep-05 14:53 
GeneralRe: An Algorithm !! Pin
Christian Graus20-Sep-05 14:55
protectorChristian Graus20-Sep-05 14:55 
GeneralRe: An Algorithm !! Pin
Jomy John21-Sep-05 4:52
Jomy John21-Sep-05 4:52 
GeneralRe: An Algorithm !! Pin
Christian Graus21-Sep-05 9:11
protectorChristian Graus21-Sep-05 9:11 
GeneralRe: An Algorithm !! Pin
Jomy John21-Sep-05 10:21
Jomy John21-Sep-05 10:21 
GeneralRe: An Algorithm !! Pin
Christian Graus21-Sep-05 10:25
protectorChristian Graus21-Sep-05 10:25 
GeneralRe: An Algorithm !! Pin
Jomy John21-Sep-05 21:48
Jomy John21-Sep-05 21:48 
GeneralRe: An Algorithm !! Pin
Christian Graus22-Sep-05 12:17
protectorChristian Graus22-Sep-05 12:17 
GeneralRe: An Algorithm !! Pin
Jomy John28-Sep-05 6:38
Jomy John28-Sep-05 6:38 
GeneralRe: An Algorithm !! Pin
Christian Graus28-Sep-05 7:30
protectorChristian Graus28-Sep-05 7:30 
GeneralRe: An Algorithm !! Pin
Jomy John28-Sep-05 15:07
Jomy John28-Sep-05 15:07 
GeneralRe: An Algorithm !! Pin
Christian Graus29-Sep-05 19:39
protectorChristian Graus29-Sep-05 19:39 
GeneralRe: An Algorithm !! Pin
Jomy John30-Sep-05 16:19
Jomy John30-Sep-05 16:19 
AnswerRe: An Algorithm !! Pin
Johann Gerell20-Sep-05 20:05
Johann Gerell20-Sep-05 20:05 
GeneralRe: An Algorithm !! Pin
Jomy John21-Sep-05 4:39
Jomy John21-Sep-05 4:39 
QuestionC++ Pointer To Pointer Pin
BlitzPackage19-Sep-05 14:57
BlitzPackage19-Sep-05 14:57 
NewsRe: C++ Pointer To Pointer Pin
prasad_som19-Sep-05 19:03
prasad_som19-Sep-05 19:03 

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.