I need hel on printing in visual c#, I am pretty new to c# programming and I really need help.
I am tryin to print my form as is. I have a panel and within that panel I have the following:
*button
*label
*textbox
*radiobutton
*picturebox
*combobox
I want to be able to preview and then print my form.
Can someone please help me.