Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  Answer this Question    Ask about Visual Basic    Ask about another Subject  
 

Mistery1
Jun 12, 2009, 03:54 AM
Hi there

Does anyone know how to open a form in a picturebox?

Thanks

Perito
Jun 12, 2009, 06:12 AM
Open a form in a picturebox? Do you have an example of someone doing this?

A picturebox is typically a component placed on a form. I'm not sure how you could open a form in a component. If you could explain a little better, then I might be able to help.

Mistery1
Jun 16, 2009, 11:24 PM
Hi there,

Thanks for the reply. Its ok I have the answer

Form1.TopLevel = False

SplitContainer1.Panel2.Controls.Add(Form1)

Form1.Show()

Form1.BringToFront()