On my datagridview I have 3 columns, when a user uses the search box for a product or word e.g. blue, only so many words appear in column A, if I highlight those words and press the Printer option I would like the Print option to display so I can print that selection.
At present its the long way, do a search, highlight the words in that column, copy and paste into notepad and print. I would like to eliminate the notepad part and print whats selected.
Can someone assist me please with some code on the button to bring up the Printer option, so pressing print will print what I have selected in the datagridview.
Thank you.
At present its the long way, do a search, highlight the words in that column, copy and paste into notepad and print. I would like to eliminate the notepad part and print whats selected.
Can someone assist me please with some code on the button to bring up the Printer option, so pressing print will print what I have selected in the datagridview.
Thank you.