Hi everybody,
I want to print screen my form, if I press Print Scrn button, its can to print at the printer.How can I do?

Give me pls.

Recommended Answers

All 4 Replies

After pressing 'Print Screen', load up a paint app (ie msPaint, Paint Shop Pro etc) Then paste. (CTRL + V)


pG

Put either a command button, image, or make it a hot key and teh use Me.PrintForm to print the form.

I don't know about code.
I want to do its 1 time and it's can to print, not to Ctrl+V at other program (Such as Paint)

public sub command1_Click()
Me.PrintForm
End Sub

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.