Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the full path of a file? Pin
Michael Schubert4-Jun-08 2:04
Michael Schubert4-Jun-08 2:04 
AnswerRe: How to get the full path of a file? Pin
David Crow4-Jun-08 3:45
David Crow4-Jun-08 3:45 
GeneralRe: How to get the full path of a file? Pin
CrocodileBuck4-Jun-08 4:16
CrocodileBuck4-Jun-08 4:16 
GeneralRe: How to get the full path of a file? Pin
David Crow4-Jun-08 4:41
David Crow4-Jun-08 4:41 
GeneralRe: How to get the full path of a file? Pin
Hamid_RT4-Jun-08 21:13
Hamid_RT4-Jun-08 21:13 
QuestionHow can i get dynamic URL? Pin
sumit.durg4-Jun-08 1:40
sumit.durg4-Jun-08 1:40 
AnswerRe: How can i get dynamic URL? Pin
_AnsHUMAN_ 4-Jun-08 1:58
_AnsHUMAN_ 4-Jun-08 1:58 
GeneralRe: How can i get dynamic URL? Pin
sumit.durg4-Jun-08 3:12
sumit.durg4-Jun-08 3:12 
QuestionRemove the file in use Pin
mihai1234-Jun-08 1:35
mihai1234-Jun-08 1:35 
AnswerRe: Remove the file in use Pin
Michael Schubert4-Jun-08 1:54
Michael Schubert4-Jun-08 1:54 
QuestionRe: Remove the file in use Pin
CPallini4-Jun-08 1:56
mveCPallini4-Jun-08 1:56 
AnswerRe: Remove the file in use Pin
Hamid_RT4-Jun-08 21:10
Hamid_RT4-Jun-08 21:10 
GeneralRe: Remove the file in use Pin
mihai1234-Jun-08 21:16
mihai1234-Jun-08 21:16 
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 

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.