Click here to Skip to main content
15,921,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFilter Driver for File Operations Pin
mmica14-Mar-04 21:51
mmica14-Mar-04 21:51 
GeneralRe: Filter Driver for File Operations Pin
Ravi Bhavnani15-Mar-04 4:06
professionalRavi Bhavnani15-Mar-04 4:06 
GeneralDialogBox Pin
asv14-Mar-04 21:25
asv14-Mar-04 21:25 
GeneralRe: DialogBox Pin
Prakash Nadar14-Mar-04 21:36
Prakash Nadar14-Mar-04 21:36 
GeneralTinting a Bitmap Pin
MeterMan14-Mar-04 20:30
MeterMan14-Mar-04 20:30 
GeneralRe: Tinting a Bitmap Pin
Monty214-Mar-04 20:37
Monty214-Mar-04 20:37 
GeneralRe: Tinting a Bitmap Pin
MeterMan14-Mar-04 20:42
MeterMan14-Mar-04 20:42 
GeneralRe: Tinting a Bitmap Pin
Monty214-Mar-04 20:56
Monty214-Mar-04 20:56 
if you are using MFC and won't mind third party classes to assist you in image manipulation CxImage[^] is the class for you.
otherwise if you prefer to use win32 functions then you will have to use the LoadImage function as it can load an image from a resource or from a file.
After Loading the image on a DC you can call GetDIBits function to retrieve the pointer to the actual rgb Values.

(if you are unsure or find all this too tedious go for a tried and tested class to manipulate Images)

Hope it helps Smile | :)


C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg
GeneralGaining Exclusive Access over a used volume Pin
mmica14-Mar-04 20:17
mmica14-Mar-04 20:17 
GeneralRe: Gaining Exclusive Access over a used volume Pin
Antti Keskinen14-Mar-04 21:30
Antti Keskinen14-Mar-04 21:30 
GeneralRe: Gaining Exclusive Access over a used volume Pin
mmica14-Mar-04 21:49
mmica14-Mar-04 21:49 
GeneralUsing Bitmasks Pin
monrobot1314-Mar-04 19:14
monrobot1314-Mar-04 19:14 
GeneralRe: Using Bitmasks Pin
Antti Keskinen14-Mar-04 21:47
Antti Keskinen14-Mar-04 21:47 
GeneralModeless Messagebox Pin
Prakash Nadar14-Mar-04 17:50
Prakash Nadar14-Mar-04 17:50 
GeneralRe: Modeless Messagebox Pin
Ravi Bhavnani14-Mar-04 18:00
professionalRavi Bhavnani14-Mar-04 18:00 
GeneralRe: Modeless Messagebox Pin
Prakash Nadar14-Mar-04 18:13
Prakash Nadar14-Mar-04 18:13 
GeneralRe: Modeless Messagebox Pin
Ravi Bhavnani14-Mar-04 18:19
professionalRavi Bhavnani14-Mar-04 18:19 
GeneralRe: Modeless Messagebox Pin
Prakash Nadar14-Mar-04 18:53
Prakash Nadar14-Mar-04 18:53 
GeneralRe: Modeless Messagebox Pin
Neville Franks14-Mar-04 22:19
Neville Franks14-Mar-04 22:19 
GeneralDebug and attach to a process Pin
deyadav14-Mar-04 17:49
deyadav14-Mar-04 17:49 
GeneralRe: Debug and attach to a process Pin
Monty214-Mar-04 18:00
Monty214-Mar-04 18:00 
GeneralRe: Debug and attach to a process Pin
deyadav14-Mar-04 18:09
deyadav14-Mar-04 18:09 
GeneralRe: Debug and attach to a process Pin
Monty214-Mar-04 18:37
Monty214-Mar-04 18:37 
GeneralRe: Debug and attach to a process Pin
deyadav14-Mar-04 19:06
deyadav14-Mar-04 19:06 
GeneralRe: Debug and attach to a process Pin
Antti Keskinen14-Mar-04 21:40
Antti Keskinen14-Mar-04 21:40 

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.