Newbies: How can I show up the print dialog box

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Cherry,

You would use Javascript.

To get that in a button from a .Net application it is like this.

This is a sample for to show up a mail message

Me.Button1.Attributes("onClick") =
"window.location='mailto:[email protected]?subject=Cor demo&body=I hope this
helps?';"

I hope this helps?

Cor
 
Back
Top