hi All,
I'm using Visual Basic 2012. Is there a way to display the following string using a PrintDocument and PrintPreviewDialog control? Some other control maybe? I'll need to print it to.
this string is what I need render (displayed) in a control:
M_BodyText = _
"<HTML>" & vbCrLf & _
"<HEAD>" & vbCrLf & _
"<TITLE>" & "" & " " & "" & _
"</TITLE>" & vbCrLf & _
"<BODY>" & vbCrLf & _
"<B>Explanation:</B>" & vbCrLf & _
"<BODY>" & vbCrLf & _
"</HTML>"
Maybe open in a web browser? it that possible and how do I do it?
Thanks, ADawnADawn