Click here to Skip to main content
15,917,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: memcpy() not working ? Pin
David Crow29-Mar-05 3:12
David Crow29-Mar-05 3:12 
GeneralProblems with HHOOK variable Pin
r3dqu33n28-Mar-05 7:08
r3dqu33n28-Mar-05 7:08 
GeneralRe: Problems with HHOOK variable Pin
David Crow28-Mar-05 9:35
David Crow28-Mar-05 9:35 
GeneralRe: Problems with HHOOK variable Pin
r3dqu33n28-Mar-05 9:45
r3dqu33n28-Mar-05 9:45 
GeneralRe: Problems with HHOOK variable Pin
David Crow28-Mar-05 9:51
David Crow28-Mar-05 9:51 
GeneralRe: Problems with HHOOK variable Pin
r3dqu33n28-Mar-05 10:03
r3dqu33n28-Mar-05 10:03 
GeneralRe: Problems with HHOOK variable Pin
David Crow28-Mar-05 10:22
David Crow28-Mar-05 10:22 
GeneralBitmap Data Manipulation Pin
LighthouseJ28-Mar-05 7:07
LighthouseJ28-Mar-05 7:07 
I found this page to display a bitmap and it works fine, but I need to replace each pixel value from a decompression routine done elsewhere in my app. In the broadstrokes, I'll open a bitmap image, send the bitmap data to be compressed, it'll be decompressed locally, then display the result. I can send the data fine and the decompression is no problem, but I need to display the decompressed result. I'm thinking I can open the image to fill the bitmap structure with the data it needs, then just drop in my decompressed data, then continue with the second half of the code to display the image. I can't seem to find any pages anywhere about this specifically because most projects only display images or maybe even change the palette values, but nothing as specific as what I'm trying to do. I tried to look at where the bitmap data is stored, then just allocate a chunk of memory the same size and just point to my new decompressed data rather than the data from the file but I couldn't locate that. Any help would be appreciated, thanks in advance, Nate.
GeneralRe: Bitmap Data Manipulation Pin
Chris Losinger28-Mar-05 10:42
professionalChris Losinger28-Mar-05 10:42 
GeneralRe: Bitmap Data Manipulation Pin
LighthouseJ28-Mar-05 12:23
LighthouseJ28-Mar-05 12:23 
Generalerror - edit box variable cannot be evaluated Pin
theFrenchHornet28-Mar-05 5:22
theFrenchHornet28-Mar-05 5:22 
GeneralRe: error - edit box variable cannot be evaluated Pin
David Crow28-Mar-05 6:02
David Crow28-Mar-05 6:02 
GeneralRe: error - edit box variable cannot be evaluated Pin
theFrenchHornet28-Mar-05 6:35
theFrenchHornet28-Mar-05 6:35 
Generaltopmost window stye without getting the focus Pin
Cris28-Mar-05 3:40
Cris28-Mar-05 3:40 
GeneralRe: topmost window stye without getting the focus Pin
ThatsAlok28-Mar-05 17:47
ThatsAlok28-Mar-05 17:47 
GeneralRe: topmost window stye without getting the focus Pin
Cris29-Mar-05 8:10
Cris29-Mar-05 8:10 
GeneralMPEG-2 Transport Stream converter Pin
Alexander M.,28-Mar-05 3:15
Alexander M.,28-Mar-05 3:15 
Generalproblem with DLL and CString Pin
eli1502197928-Mar-05 3:06
eli1502197928-Mar-05 3:06 
GeneralRe: problem with DLL and CString Pin
Joel Holdsworth28-Mar-05 3:39
Joel Holdsworth28-Mar-05 3:39 
GeneralRe: problem with DLL and CString Pin
Alexander M.,28-Mar-05 3:41
Alexander M.,28-Mar-05 3:41 
GeneralRe: problem with DLL and CString Pin
eli1502197928-Mar-05 3:58
eli1502197928-Mar-05 3:58 
GeneralRe: problem with DLL and CString Pin
Blake Miller28-Mar-05 4:39
Blake Miller28-Mar-05 4:39 
GeneralRe: problem with DLL and CString Pin
jogibaer7914-Apr-05 1:35
jogibaer7914-Apr-05 1:35 
GeneralRe: problem with DLL and CString Pin
Blake Miller14-Apr-05 4:17
Blake Miller14-Apr-05 4:17 
QuestionHow to display MultiLine in MFCGrid Cell Pin
UrbanBlues28-Mar-05 2:26
UrbanBlues28-Mar-05 2:26 

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.