Click here to Skip to main content
15,909,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMaking App Windows Larger Than Desktop? Pin
Anonymous27-Apr-05 1:42
Anonymous27-Apr-05 1:42 
AnswerRe: Making App Windows Larger Than Desktop? Pin
ThatsAlok27-Apr-05 2:19
ThatsAlok27-Apr-05 2:19 
GeneralRe: Making App Windows Larger Than Desktop? Pin
Anonymous27-Apr-05 3:38
Anonymous27-Apr-05 3:38 
AnswerRe: Making App Windows Larger Than Desktop? Pin
David Crow27-Apr-05 7:17
David Crow27-Apr-05 7:17 
QuestionAdding controls to the task bar?? Pin
Anonymous27-Apr-05 1:38
Anonymous27-Apr-05 1:38 
QuestionHow do i disable mouse wheel in comboBox (MFC) Pin
Yanshof27-Apr-05 1:35
Yanshof27-Apr-05 1:35 
GeneralBinary value of a pixel from a bitmap Pin
VPNampoothiri27-Apr-05 1:20
VPNampoothiri27-Apr-05 1:20 
GeneralRe: Binary value of a pixel from a bitmap Pin
Chris Losinger27-Apr-05 1:29
professionalChris Losinger27-Apr-05 1:29 
if you need quick access to all pixels, you'll need to use GetDIBits . that will give you a DIB, which is a BITMAPINFOHEADER struct followed by the pixel data - vertically flipped, probably stored in BGR order (maybe BGRA depending on your video driver), with pixel rows padded to multiples of four bytes.


Image Toolkits | Image Processing | Cleek

GeneralRe: Binary value of a pixel from a bitmap Pin
ThatsAlok27-Apr-05 2:16
ThatsAlok27-Apr-05 2:16 
GeneralRe: Binary value of a pixel from a bitmap Pin
Roger Allen27-Apr-05 5:51
Roger Allen27-Apr-05 5:51 
GeneralRe: Binary value of a pixel from a bitmap Pin
ThatsAlok27-Apr-05 23:26
ThatsAlok27-Apr-05 23:26 
GeneralRe: Binary value of a pixel from a bitmap Pin
Roger Allen28-Apr-05 2:48
Roger Allen28-Apr-05 2:48 
GeneralRe: Binary value of a pixel from a bitmap Pin
ThatsAlok28-Apr-05 2:55
ThatsAlok28-Apr-05 2:55 
GeneralWIndows XP Pin
densitet27-Apr-05 0:44
densitet27-Apr-05 0:44 
GeneralWhy OpenDocument Failed Pin
zahid_ash27-Apr-05 0:15
zahid_ash27-Apr-05 0:15 
GeneralRe: Why OpenDocument Failed Pin
Chris Losinger27-Apr-05 1:37
professionalChris Losinger27-Apr-05 1:37 
GeneralRe: Why OpenDocument Failed Pin
zahid_ash27-Apr-05 2:10
zahid_ash27-Apr-05 2:10 
GeneralRe: Why OpenDocument Failed Pin
Chris Losinger27-Apr-05 2:13
professionalChris Losinger27-Apr-05 2:13 
GeneralRe: Why OpenDocument Failed Pin
zahid_ash27-Apr-05 2:28
zahid_ash27-Apr-05 2:28 
GeneralRe: Why OpenDocument Failed Pin
Chris Losinger27-Apr-05 3:15
professionalChris Losinger27-Apr-05 3:15 
GeneralRe: Why OpenDocument Failed Pin
zahid_ash27-Apr-05 19:42
zahid_ash27-Apr-05 19:42 
GeneralRe: Why OpenDocument Failed Pin
Chris Losinger28-Apr-05 1:31
professionalChris Losinger28-Apr-05 1:31 
GeneralRe: Why OpenDocument Failed Pin
Ravi Bhavnani27-Apr-05 6:03
professionalRavi Bhavnani27-Apr-05 6:03 
GeneralExcel Class Object in a C++ component Pin
AnuradhaCpp27-Apr-05 0:15
AnuradhaCpp27-Apr-05 0:15 
GeneralRe: Excel Class Object in a C++ component Pin
Larry J. Siddens27-Apr-05 8:40
Larry J. Siddens27-Apr-05 8: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.