Search results for query: *

  1. C

    Answered Form object from text

    Perfect thanks. Yes in this case it will always inherit from Form tested and works
  2. C

    Answered Form object from text

    Dim frm as new MyForm frm.show() MyForm is one of many forms in the application. I am trying to use a database text field which contains the name of the form Something like... dim sForm as string = "frmTest" Dim frm as new sForm frm.show() I know this won't work, but the correct syntax...
Back
Top