Search results for query: *

  • Users: ChrisJ
  • Content: Threads
  • Order by date
  1. 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