Search results for query: *

  1. P

    Question How to retrieve the selected papersource form a print dialog

    Use pagesetupdialog instead of PrinterDialog Hi rptfan, Thanks for the input. I found an alternate method using the PageSetupDialog instead of the PrinterDialog. This allows access to the user selected papersource (ie the tray the paper's coming from rather than the papersize) via...
  2. P

    Question How to retrieve the selected papersource form a print dialog

    I'm trying to retrieve the user selected papersource from a print dialog so i can pass it to the Crystal reports API to print a crystal report, but I can't see any property or method to do it. I can get all the papersources for the given printer so I could have another dialog box that the user...
  3. P

    Question Stack overflow problem with DataGridView

    Checked triggers CheckStateChanged event Just in case anyone comes across this post. Yes, the answer is glaringly obvious. Calling the .Checked() property triggers the CheckStateChanged event
  4. P

    Question Stack overflow problem with DataGridView

    G'day, I wonder if anyone can help me with this problem I have a datagridview in which the user can select multiple items. I want to be able to toggle between displaying just selected items and all items depending on the value of a checkbox. To do this I used the following code. Private Sub...
Back
Top