scoobydoobie Posted August 7, 2004 Share Posted August 7, 2004 I have a cpu monitor form ( keeps track of cpu performance) that I would like to embedd in my main form..is there a simple solution to this? Link to comment Share on other sites More sharing options...
0 scoobydoobie Posted August 8, 2004 Author Share Posted August 8, 2004 and here I thought there were some vb gurus out here......... :huh: Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted August 8, 2004 Share Posted August 8, 2004 Lol! You never stated it was VB. How about creating a control from your form? You can't really embed a form in a form without having to do some Win32 trickery. At least, I'm unaware of a simple way. Link to comment Share on other sites More sharing options...
0 scoobydoobie Posted August 8, 2004 Author Share Posted August 8, 2004 How would I do that? I'm a newbie..thanks for the reply Link to comment Share on other sites More sharing options...
0 Mordkanin Posted August 8, 2004 Share Posted August 8, 2004 Make a UserControl. Then copy all the stuff over from your monitor form to the New UserControl. You can then add the usercontrol to your main form :) Link to comment Share on other sites More sharing options...
0 John Veteran Posted August 8, 2004 Veteran Share Posted August 8, 2004 Title edited Link to comment Share on other sites More sharing options...
0 anthonycara Posted August 10, 2004 Share Posted August 10, 2004 just create a picturebox within the form and copy over all controls from the form you wish to embed. Link to comment Share on other sites More sharing options...
Question
scoobydoobie
I have a cpu monitor form ( keeps track of cpu performance) that I would like to embedd in my main form..is there a simple solution to this?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts