Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to implement PrintScreen functionality in VC++6.0 Pin
Arun Abraham Jose12-Oct-09 1:14
Arun Abraham Jose12-Oct-09 1:14 
QuestionRe: How to implement PrintScreen functionality in VC++6.0 Pin
CPallini12-Oct-09 1:57
mveCPallini12-Oct-09 1:57 
QuestionRe: How to implement PrintScreen functionality in VC++6.0 Pin
David Crow12-Oct-09 2:52
David Crow12-Oct-09 2:52 
AnswerRe: How to implement PrintScreen functionality in VC++6.0 Pin
kilt13-Oct-09 2:20
kilt13-Oct-09 2:20 
GeneralRe: How to implement PrintScreen functionality in VC++6.0 Pin
Henry Minute13-Oct-09 5:21
Henry Minute13-Oct-09 5:21 
GeneralRe: How to implement PrintScreen functionality in VC++6.0 Pin
Arun Abraham Jose14-Oct-09 3:21
Arun Abraham Jose14-Oct-09 3:21 
QuestionGet List of Devices Currently Attached in a thread [modified] Pin
tibbasultanpur12-Oct-09 0:04
tibbasultanpur12-Oct-09 0:04 
AnswerPlease reformat your code snippets Pin
CPallini12-Oct-09 0:20
mveCPallini12-Oct-09 0:20 
AnswerRe: Get List of Devices Currently Attached in a thread Pin
David Crow12-Oct-09 3:01
David Crow12-Oct-09 3:01 
GeneralRe: Get List of Devices Currently Attached in a thread Pin
tibbasultanpur12-Oct-09 18:17
tibbasultanpur12-Oct-09 18:17 
QuestionRe: Get List of Devices Currently Attached in a thread Pin
David Crow13-Oct-09 2:54
David Crow13-Oct-09 2:54 
QuestionInitialize into const char** Pin
m_mun11-Oct-09 23:15
m_mun11-Oct-09 23:15 
AnswerRe: Initialize into const char** Pin
Iain Clarke, Warrior Programmer11-Oct-09 23:20
Iain Clarke, Warrior Programmer11-Oct-09 23:20 
GeneralRe: Initialize into const char** Pin
m_mun11-Oct-09 23:43
m_mun11-Oct-09 23:43 
AnswerRe: Initialize into const char** Pin
CPallini12-Oct-09 0:08
mveCPallini12-Oct-09 0:08 
GeneralRe: Initialize into const char** Pin
m_mun12-Oct-09 0:32
m_mun12-Oct-09 0:32 
AnswerRe: Initialize into const char** Pin
«_Superman_»12-Oct-09 8:58
professional«_Superman_»12-Oct-09 8:58 
Question40 bit decimal to binary Pin
Makakuin11-Oct-09 21:03
Makakuin11-Oct-09 21:03 
AnswerRe: 40 bit decimal to binary Pin
CPallini11-Oct-09 22:19
mveCPallini11-Oct-09 22:19 
Questionhow to check if a thread handle is available Pin
Hari_1611-Oct-09 19:49
Hari_1611-Oct-09 19:49 
AnswerRe: how to check if a thread handle is available Pin
Iain Clarke, Warrior Programmer11-Oct-09 20:47
Iain Clarke, Warrior Programmer11-Oct-09 20:47 
AnswerRe: how to check if a thread handle is available Pin
CPallini11-Oct-09 22:21
mveCPallini11-Oct-09 22:21 
Questionconvert pdf to tif file in C Pin
billcodes11-Oct-09 18:49
billcodes11-Oct-09 18:49 
AnswerRe: convert pdf to tif file in C Pin
Iain Clarke, Warrior Programmer11-Oct-09 20:55
Iain Clarke, Warrior Programmer11-Oct-09 20:55 
No-one is going to give you a few lines of code to do this.

As you don't already realise this, you have a lot of learning / work ahead of you.

You need to find / pay for a pdf library that can render a PDF into a HDC.

Capture that HDC (which could be very large) into a bitmap.

Convert that bitmap into a tiff.

What about multipages? Maybe your pdf library can "print" one page at a time?


I hope that helps you with your google search terms. I know there are articles on CP for bitmap to tiff. And for simple PDF rendering.

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

GeneralRe: convert pdf to tif file in C Pin
billcodes11-Oct-09 22:08
billcodes11-Oct-09 22:08 

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.