Hi,
I have this 3rd party tool to do a print preview on some selected text, how can I show text in the preview? they gave this code which tells me to add my drawing code but I dont know how to do this part so some help would be most grateful
VB Code:
Private Sub IPrintExt_DrawPage(ByVal Options As Variant, ByVal hdc As Long, ByVal Page As EXPRINTLib.IPage, pbContinue As Boolean) Dim r As RECT GetClipBox hdc, r FillRect hdc, r, 1 ' Add your own drawing code End Sub if you need to see the whole project I will post it. Thanks Hugh


Reply With Quote
