Hi, I've written a graphing program in VB which uses BitBlt to draw graphs/axis onto a picturebox (well, the picturebox's DC).
However, I'm wondering what code I need to print the contents of this picturebox as I can't seem to get ``normal'' print code to work -- prints out blank picturebox etc.
I guess you have to bitblt the picbox's DC onto a printer object or something (as you can see I have no idea what I'm talking about). Any help appreciated :)
