Click here to Skip to main content
15,923,197 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Nid help in getting list of URLS in a webpage/website Pin
Giannakakis Kostas22-Mar-06 1:13
professionalGiannakakis Kostas22-Mar-06 1:13 
GeneralRe: Nid help in getting list of URLS in a webpage/website Pin
SteelCrow22-Mar-06 16:02
SteelCrow22-Mar-06 16:02 
GeneralRe: Nid help in getting list of URLS in a webpage/website Pin
Giannakakis Kostas22-Mar-06 19:02
professionalGiannakakis Kostas22-Mar-06 19:02 
QuestionHow to get window's color? Pin
at2000121-Mar-06 23:23
at2000121-Mar-06 23:23 
AnswerRe: How to get window's color? Pin
Hamid_RT21-Mar-06 23:39
Hamid_RT21-Mar-06 23:39 
Questionprinting Pin
_tasleem21-Mar-06 23:20
_tasleem21-Mar-06 23:20 
AnswerRe: printing Pin
Monty221-Mar-06 23:43
Monty221-Mar-06 23:43 
AnswerRe: printing Pin
Hamid_RT22-Mar-06 8:45
Hamid_RT22-Mar-06 8:45 
maybe it is some helpful to you


...
HDC m_dcPrinter=CreateCompatibleDC(CreateDC(m_Printer->pDriverName,
(LPCTSTR)lpdevmode->dmDeviceName,m_Printer->pPortName,lpdevmode));


PRINTDLG lppd;
...
...
PrintDlg(&pd);

hBitmap=LoadBitmap or LoadImage

SelectObject(m_dcPrinter,hBitmap);
StartDoc (pd.hDC, &di);
StartPage (pd.hDC);
BitBlt(pd.hDC,150,300,2100,1575,m_dcPrinter,0,0,SRCCOPY);
EndPage (pd.hDC);
EndDoc (pd.hDC);

QuestionAutomatization help needed Pin
Radu Sorin21-Mar-06 23:18
Radu Sorin21-Mar-06 23:18 
AnswerRe: Automatization help needed Pin
Giannakakis Kostas22-Mar-06 1:28
professionalGiannakakis Kostas22-Mar-06 1:28 
QuestionLoading of one jpeg on to another jpeg Pin
RahulOP21-Mar-06 23:12
RahulOP21-Mar-06 23:12 
AnswerRe: Loading of one jpeg on to another jpeg Pin
Monty221-Mar-06 23:56
Monty221-Mar-06 23:56 
QuestionWorking with DLL Pin
chaitanya2221-Mar-06 23:03
chaitanya2221-Mar-06 23:03 
AnswerRe: Working with DLL Pin
Cedric Moonen21-Mar-06 23:19
Cedric Moonen21-Mar-06 23:19 
Questioncommand line instructions Pin
chetan21018321-Mar-06 22:58
chetan21018321-Mar-06 22:58 
AnswerRe: command line instructions Pin
toxcct21-Mar-06 22:59
toxcct21-Mar-06 22:59 
GeneralRe: command line instructions Pin
chetan21018321-Mar-06 23:09
chetan21018321-Mar-06 23:09 
GeneralRe: command line instructions Pin
toxcct21-Mar-06 23:43
toxcct21-Mar-06 23:43 
Questionwhat does the WINAPI macro do? Pin
namaskaaram21-Mar-06 22:56
namaskaaram21-Mar-06 22:56 
AnswerRe: what does the WINAPI macro do? Pin
Nibu babu thomas21-Mar-06 23:11
Nibu babu thomas21-Mar-06 23:11 
AnswerRe: what does the WINAPI macro do? Pin
Stephen Hewitt21-Mar-06 23:18
Stephen Hewitt21-Mar-06 23:18 
AnswerRe: what does the WINAPI macro do? Pin
Hamid_RT22-Mar-06 9:04
Hamid_RT22-Mar-06 9:04 
GeneralRe: what does the WINAPI macro do? Pin
namaskaaram22-Mar-06 21:59
namaskaaram22-Mar-06 21:59 
Questioncommunication between my own webbrowser and web Application Pin
Amit Agarrwal21-Mar-06 22:46
Amit Agarrwal21-Mar-06 22:46 
QuestionFAX through windows API Pin
aasstt21-Mar-06 22:09
aasstt21-Mar-06 22:09 

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.