Click here to Skip to main content
15,892,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Remove the file in use Pin
Hamid_RT4-Jun-08 21:32
Hamid_RT4-Jun-08 21:32 
GeneralRe: Remove the file in use Pin
mihai1234-Jun-08 21:43
mihai1234-Jun-08 21:43 
QuestionBitBlt is failing Pin
subramanyeswari4-Jun-08 1:06
subramanyeswari4-Jun-08 1:06 
AnswerRe: BitBlt is failing Pin
CPallini4-Jun-08 1:46
mveCPallini4-Jun-08 1:46 
GeneralRe: BitBlt is failing Pin
subramanyeswari4-Jun-08 1:51
subramanyeswari4-Jun-08 1:51 
GeneralRe: BitBlt is failing Pin
CPallini4-Jun-08 1:58
mveCPallini4-Jun-08 1:58 
GeneralRe: BitBlt is failing Pin
subramanyeswari4-Jun-08 2:04
subramanyeswari4-Jun-08 2:04 
GeneralRe: BitBlt is failing Pin
CPallini4-Jun-08 2:08
mveCPallini4-Jun-08 2:08 
subramanyeswari wrote:
bRet = BitBlt(hdcMem,0,0,width,height,hdcOld,0,0,SRCCOPY);//here it saying invalid handle


The above line should be
bRet = BitBlt(hdcOld,0,0,width,height,hdcMem,0,0,SRCCOPY);

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: BitBlt is failing Pin
subramanyeswari4-Jun-08 2:15
subramanyeswari4-Jun-08 2:15 
QuestionRe: BitBlt is failing Pin
CPallini4-Jun-08 2:29
mveCPallini4-Jun-08 2:29 
AnswerRe: BitBlt is failing Pin
subramanyeswari4-Jun-08 2:39
subramanyeswari4-Jun-08 2:39 
GeneralRe: BitBlt is failing Pin
CPallini4-Jun-08 2:59
mveCPallini4-Jun-08 2:59 
JokeRe: BitBlt is failing Pin
Nelek4-Jun-08 7:21
protectorNelek4-Jun-08 7:21 
GeneralRe: BitBlt is failing Pin
CPallini4-Jun-08 8:02
mveCPallini4-Jun-08 8:02 
QuestionSending Device Context Through Shared Memory? Pin
Llasus4-Jun-08 0:05
Llasus4-Jun-08 0:05 
AnswerRe: Sending Device Context Through Shared Memory? Pin
Cedric Moonen4-Jun-08 1:03
Cedric Moonen4-Jun-08 1:03 
GeneralRe: Sending Device Context Through Shared Memory? Pin
Llasus4-Jun-08 1:15
Llasus4-Jun-08 1:15 
Questionhow to calculate mean of histogram? Pin
traelektro3-Jun-08 23:38
traelektro3-Jun-08 23:38 
AnswerRe: how to calculate mean of histogram? Pin
Hamid_RT4-Jun-08 21:10
Hamid_RT4-Jun-08 21:10 
GeneralRe: how to calculate mean of histogram? Pin
traelektro5-Jun-08 21:21
traelektro5-Jun-08 21:21 
GeneralRe: how to calculate mean of histogram? Pin
Hamid_RT6-Jun-08 1:31
Hamid_RT6-Jun-08 1:31 
GeneralRe: how to calculate mean of histogram? Pin
traelektro12-Jun-08 21:08
traelektro12-Jun-08 21:08 
GeneralRe: how to calculate mean of histogram? Pin
Hamid_RT13-Jun-08 6:39
Hamid_RT13-Jun-08 6:39 
GeneralRe: how to calculate mean of histogram? Pin
traelektro13-Jun-08 17:27
traelektro13-Jun-08 17:27 
GeneralRe: how to calculate mean of histogram? Pin
Hamid_RT14-Jun-08 0:42
Hamid_RT14-Jun-08 0:42 

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.