Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Guidelines say avoid standard integer types Pin
codedgn28-Oct-09 6:55
codedgn28-Oct-09 6:55 
GeneralRe: Guidelines say avoid standard integer types Pin
Richard MacCutchan28-Oct-09 7:48
mveRichard MacCutchan28-Oct-09 7:48 
GeneralRe: Guidelines say avoid standard integer types Pin
CPallini28-Oct-09 3:03
mveCPallini28-Oct-09 3:03 
GeneralRe: Guidelines say avoid standard integer types Pin
Rajesh R Subramanian28-Oct-09 5:42
professionalRajesh R Subramanian28-Oct-09 5:42 
AnswerRe: Guidelines say avoid standard integer types [modified] Pin
Adam Roderick J28-Oct-09 0:27
Adam Roderick J28-Oct-09 0:27 
QuestionPrinting the snapshot to the Default printer in VC++ Pin
Arun Abraham Jose27-Oct-09 23:28
Arun Abraham Jose27-Oct-09 23:28 
AnswerRe: Printing the snapshot to the Default printer in VC++ Pin
Randor 27-Oct-09 23:37
professional Randor 27-Oct-09 23:37 
GeneralRe: Printing the snapshot to the Default printer in VC++ Pin
Arun Abraham Jose28-Oct-09 0:18
Arun Abraham Jose28-Oct-09 0:18 
Thanks David,

Let me ask you one doubt from your code.

You have taken the default printer to the Handle and in the calling area, you have used it with GetPrinter(). I require the function which will work same as the code snippet in VB.

Dim PauseTime, Start
Clipboard.Clear
Call PrintScreenApp
Dim dataPic As Picture
PauseTime = 20 ' Set duration.
Start = Timer ' Set start time.
Do While Timer < Start + PauseTime
Set dataPic = Clipboard.GetData()
DoEvents ' Yield to other processes.
If dataPic <> 0 Then
Printer.PaintPicture dataPic, 0, 0, (Printer.Width - 400)
Printer.EndDoc
Clipboard.Clear
Exit Do
End If
Loop
Set dataPic = Nothing



Can you please help me?

With Regards,

Abraham Jose

GeneralRe: Printing the snapshot to the Default printer in VC++ Pin
Randor 28-Oct-09 1:11
professional Randor 28-Oct-09 1:11 
GeneralRe: Printing the snapshot to the Default printer in VC++ Pin
Arun Abraham Jose28-Oct-09 2:29
Arun Abraham Jose28-Oct-09 2:29 
GeneralRe: Printing the snapshot to the Default printer in VC++ Pin
Randor 28-Oct-09 3:15
professional Randor 28-Oct-09 3:15 
QuestionHow to know if there is a valid session running on the machine or not ? Pin
Kushagra Tiwari27-Oct-09 23:25
Kushagra Tiwari27-Oct-09 23:25 
AnswerRe: How to know if there is a valid session running on the machine or not ? Pin
Randor 27-Oct-09 23:32
professional Randor 27-Oct-09 23:32 
GeneralRe: How to know if there is a valid session running on the machine or not ? Pin
Kushagra Tiwari27-Oct-09 23:39
Kushagra Tiwari27-Oct-09 23:39 
GeneralRe: How to know if there is a valid session running on the machine or not ? Pin
Covean27-Oct-09 23:56
Covean27-Oct-09 23:56 
QuestionRe: How to know if there is a valid session running on the machine or not ? Pin
Kushagra Tiwari27-Oct-09 23:55
Kushagra Tiwari27-Oct-09 23:55 
AnswerRe: How to know if there is a valid session running on the machine or not ? Pin
Covean28-Oct-09 0:04
Covean28-Oct-09 0:04 
QuestionRe: How to know if there is a valid session running on the machine or not ? Pin
Randor 28-Oct-09 0:25
professional Randor 28-Oct-09 0:25 
AnswerRe: How to know if there is a valid session running on the machine or not ? Pin
Covean28-Oct-09 0:40
Covean28-Oct-09 0:40 
GeneralRe: How to know if there is a valid session running on the machine or not ? Pin
Kushagra Tiwari28-Oct-09 0:26
Kushagra Tiwari28-Oct-09 0:26 
AnswerRe: How to know if there is a valid session running on the machine or not ? Pin
Randor 28-Oct-09 0:32
professional Randor 28-Oct-09 0:32 
AnswerRe: How to know if there is a valid session running on the machine or not ? Pin
Kushagra Tiwari28-Oct-09 4:34
Kushagra Tiwari28-Oct-09 4:34 
Questionhow to get the file or folder name which is selected by mouse Pin
Member 211485227-Oct-09 23:07
Member 211485227-Oct-09 23:07 
AnswerRe: how to get the file or folder name which is selected by mouse Pin
Richard MacCutchan27-Oct-09 23:24
mveRichard MacCutchan27-Oct-09 23:24 
AnswerRe: how to get the file or folder name which is selected by mouse Pin
Adam Roderick J28-Oct-09 0:19
Adam Roderick J28-Oct-09 0:19 

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.