Search results for query: *

  • Users: wcsloco
  • Content: Threads
  • Order by date
  1. W

    Setting text in ComboBox, when style set as DropDownList

    I have an issue that I've not yet been able to resolve. I've spent a couple weeks reviewing several forums and help sites and have not yet been able to get exactly what I need. I've had great luck in the past in this forum, and I'm hoping you all can help again. I need to be able to set the...
  2. W

    MeasureString help

    I'm trying to find the best way to get the length of each line in a multi-line textbox. I'm trying to use , but I'm not having much luck. Does anyone have any examples of using MeasureString, using the returned value of the parameter? I just want to pass it the dimensions of my textbox and...
  3. W

    Max lines in a multi-line textbox

    Is there a way to control the number of lines in a multi-line textbox. I want to have just one textbox and let it be only 2 lines max, but I need to allow the user to press "enter" to display text on the next line. Any thoughts?
  4. W

    Printing a form that has verical or horizontal scrollbars

    I have created forms that may have scrollbars on them, depending on what the user's screen resolution is set to. I already have existing logic that prints the forms just fine from my computer (with higher resolution and no scrollbars), but how do I ensure that when a "print" button is clicked...
  5. W

    Printing a popup form

    I had posted this in the general discussion, but I later found a forum specifically for forms, so I wanted to get people's input here. Through a bit of research, I've been able to figure out how to print an entire active form through the click of a button. Now what I'm trying to do is the...
  6. W

    Printing a popup form

    Through a bit of research, I've been able to figure out how to print an entire active form through the click of a button. Now what I'm trying to do is the following scenario: 1) Click a button on form A 2) Have that button click call form B, passing in some parameters 3) Have form B display...
Back
Top