Search results for query: *

  1. P

    Question DataGridViewLinkColumn and opening a browser

    Found out how to look it up on the click event.
  2. P

    Question DataGridViewLinkColumn and opening a browser

    I'm probably looking in all the wrong places for this, but how do I fire up the browser when a user clicks on one of the links? Thanks In Advance
  3. P

    Beginner question about using a second form

    Set the radio button's checked property to true
  4. P

    Beginner question about using a second form

    You pass it by creating a subroutine, passing the variables on through and having the other form display them. i.e. 'form 2 public sub Passthrough(dim i_var as Integer) 'display it somehow end sub 'form 1 dim frm2 as new form2 frm2.show frm2.passthrough(decrunningtotal)
Back
Top