VB.NET 2.0 - how display custom control

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I have created a custom control in vb.net.

How do I show 10 of them (vertical stack) on a new form when it loads?

Thanks!
 
Thanks. This is what I'm trying to do...

I'm making a winform monitoring application. Each monitoring "guage"
consists of a few controls. I was thinking of making a user control because
all of these are the same, with the exception to property settings, etc....
The user can display (side by side) from 1 to 10 guages. I want the form
dynamically load as many "guages" as they want, putting them side by side.
Any suggestions?

Thanks!
 
I'm making a winform monitoring application. Each monitoring "guage"
consists of a few controls. I was thinking of making a user control
because all of these are the same, with the exception to property
settings, etc.... The user can display (side by side) from 1 to 10 guages.
I want the form dynamically load as many "guages" as they want, putting
them side by side. Any suggestions?
I thought that it was on the page I showed you, what did you miss?

Cor
 
That helped alot. Thanks Cor. You are an awesome assett to this newsgroup!

Take care....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top