Guest User

Untitled

a guest
Oct 10th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. id,
  2. nome - (nome fantasia do formulário) [Empresas],
  3. slug - (nome real do formulário na aplicação) [frm_empresas]
  4.  
  5. Dim slugform As string
  6. slugform = "AbrindoForms.Form1"
  7.  
  8. Dim form = DirectCast(Assembly.GetExecutingAssembly().CreateInstance(slugform), Form)
  9. form.ShowDialog()
Advertisement
Add Comment
Please, Sign In to add comment