Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I thought something like:

 

frmName.Show() or

frmName.Load() or

frmName.Open

 

Course it won't work, and I left my Dummies book at the office. :)

I feel the pivitol moment of failure approaching.
Posted

Dim frmSomeform As Form
       frmSomeform.Show()

 

equals :(

 

The form is created. I just want to call it up.

I feel the pivitol moment of failure approaching.
  • *Experts*
Posted
If it is created then you would have to keep the reference to the instance of that form in a variable and then use the Show method with that variable.
Posted

Can you point me to some examples.

I'm very new to this and I'm having to take lots of baby steps.... but it's been fun.

 

Very late, very tired.

Thanks for helping.

 

catch everyone later.

I feel the pivitol moment of failure approaching.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...