chris smith

chris smith

  • NA
  • 3
  • 0

Print Price

Nov 18 2007 8:54 PM

I cant get my price to show up in my print preview for my function.

[code]

Private Sub PrintSelected_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintSelected.PrintPage

[/code]

so far the code I have

[code]

e.Graphics.DrawString(CStr(lblPrice.Text(lstProducts.SelectedIndex)), fntPrintFont, Brushes.Black, sngX, sngY)

[/code]

isnt working I'll post the rest of my code below this to make it easier to understand maybe if somone looks at my logic they'll be able to tell me what I wrote wrong.


Answers (2)