Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Mouse Click Message From Desktop Pin
Nishad S10-Oct-07 21:23
Nishad S10-Oct-07 21:23 
GeneralRe: Mouse Click Message From Desktop Pin
Nishad S10-Oct-07 23:23
Nishad S10-Oct-07 23:23 
GeneralRe: Mouse Click Message From Desktop Pin
ashishbhatt11-Oct-07 1:37
ashishbhatt11-Oct-07 1:37 
GeneralRe: Mouse Click Message From Desktop Pin
Nishad S11-Oct-07 1:43
Nishad S11-Oct-07 1:43 
GeneralRe: Mouse Click Message From Desktop Pin
ashishbhatt11-Oct-07 2:00
ashishbhatt11-Oct-07 2:00 
GeneralRe: Mouse Click Message From Desktop Pin
Nishad S11-Oct-07 18:03
Nishad S11-Oct-07 18:03 
Questionhow to read the Red Green and Blue values from a bmp image file? Pin
purplee8510-Oct-07 20:48
purplee8510-Oct-07 20:48 
AnswerRe: how to read the Red Green and Blue values from a bmp image file? Pin
Nelek10-Oct-07 20:51
protectorNelek10-Oct-07 20:51 
CDC::GetPixel  <br />
COLORREF GetPixel( int x, int y ) const;<br />
COLORREF GetPixel( POINT point ) const;<br />


or

<br />
::GetPixel ()<br />
COLORREF GetPixel(<br />
  HDC hdc,   // handle to device context<br />
  int XPos,  // x-coordinate of pixel<br />
  int nYPos  // y-coordinate of pixel<br />
);<br />


will help you



Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

GeneralRe: how to read the Red Green and Blue values from a bmp image file? Pin
purplee8510-Oct-07 20:55
purplee8510-Oct-07 20:55 
GeneralRe: how to read the Red Green and Blue values from a bmp image file? Pin
Nelek10-Oct-07 22:43
protectorNelek10-Oct-07 22:43 
QuestionVectors! Pin
Michael10110-Oct-07 20:17
Michael10110-Oct-07 20:17 
AnswerRe: Vectors! Pin
Nibu babu thomas10-Oct-07 20:28
Nibu babu thomas10-Oct-07 20:28 
GeneralRe: Vectors! Pin
Michael10110-Oct-07 20:29
Michael10110-Oct-07 20:29 
GeneralRe: Vectors! Pin
Nibu babu thomas10-Oct-07 20:32
Nibu babu thomas10-Oct-07 20:32 
QuestionAttach the caption of the child window to the Frame Pin
prithaa10-Oct-07 20:04
prithaa10-Oct-07 20:04 
AnswerRe: Attach the caption of the child window to the Frame Pin
Nibu babu thomas10-Oct-07 20:06
Nibu babu thomas10-Oct-07 20:06 
GeneralRe: Attach the caption of the child window to the Frame Pin
prithaa10-Oct-07 20:24
prithaa10-Oct-07 20:24 
GeneralRe: Attach the caption of the child window to the Frame Pin
Nelek10-Oct-07 20:49
protectorNelek10-Oct-07 20:49 
GeneralRe: Attach the caption of the child window to the Frame Pin
prithaa10-Oct-07 21:44
prithaa10-Oct-07 21:44 
GeneralRe: Attach the caption of the child window to the Frame Pin
Nelek12-Oct-07 1:52
protectorNelek12-Oct-07 1:52 
QuestionHow "Winmain()" works in MFC? and From where it is called? Pin
Sethuraman.K10-Oct-07 19:50
Sethuraman.K10-Oct-07 19:50 
AnswerRe: How &amp;quot;Winmain()&amp;quot; works in MFC? and From where it is called? Pin
Nibu babu thomas10-Oct-07 20:01
Nibu babu thomas10-Oct-07 20:01 
GeneralRe: How &amp;quot;Winmain()&amp;quot; works in MFC? and From where it is called? Pin
Sethuraman.K10-Oct-07 20:07
Sethuraman.K10-Oct-07 20:07 
AnswerRe: How "Winmain()" works in MFC? and From where it is called? Pin
David Crow11-Oct-07 3:36
David Crow11-Oct-07 3:36 
QuestionRegistry Restore Using A Service Pin
nagadravid10-Oct-07 19:35
nagadravid10-Oct-07 19:35 

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.