473,385 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Form within a picture box??

Hi,

I have an application which displays a form with bar graph data on it.
What I need to do is string 30 of these bar graph forms vertically in
a picture box or some other container so I can scroll the 30 forms
vertically in sort of a "film clip" like method.

Can anyone give a little insight into what, if any, container is
capable of holding 30 different form objects each with its own data?

I was hoping a picture box could be loaded with a form object, then
add scroll bars to move vertically through the "film clip".

Thank you for your ideas.

---
Allen

Jul 17 '05 #1
2 2943
On Sun, 4 Jul 2004 17:17:40 -0700, "Woof-Woof" <ot*********@cox.net>
wrote:
Hi,

I have an application which displays a form with bar graph data on it.
What I need to do is string 30 of these bar graph forms vertically in
a picture box or some other container so I can scroll the 30 forms
vertically in sort of a "film clip" like method.

Can anyone give a little insight into what, if any, container is
capable of holding 30 different form objects each with its own data?

I was hoping a picture box could be loaded with a form object, then
add scroll bars to move vertically through the "film clip".


Look into UserControls
They are like Forms - but can be placed on Forms, Pictureboxes etc
Jul 17 '05 #2
None. VB does not support the showing of forms inside other forms or
containers. It is possible with SetParent, but you will soon tire of the
issues this technique raises. Why not bitblit the graph from the forms to
an array of pictureboxes on the main form, and use those as the flip clip?
Or create the bar graphs directly in each the parent form's picturebox
control array (if the bar graph's container can be specified).

--

Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.
"Woof-Woof" <ot*********@cox.net> wrote in message
news:h61Gc.41651$6r1.25552@fed1read06...
: Hi,
:
: I have an application which displays a form with bar graph data on it.
: What I need to do is string 30 of these bar graph forms vertically in
: a picture box or some other container so I can scroll the 30 forms
: vertically in sort of a "film clip" like method.
:
: Can anyone give a little insight into what, if any, container is
: capable of holding 30 different form objects each with its own data?
:
: I was hoping a picture box could be loaded with a form object, then
: add scroll bars to move vertically through the "film clip".
:
: Thank you for your ideas.
:
:
:
: ---
: Allen
:
:
:

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: smjmitchell | last post by:
Hi All, I am a relative newcomer to programming in VB. I am developing an application which has dozens of forms on which I need to plot graphs in Picture boxes. I have written a number of...
3
by: Scott M | last post by:
Hi, I am currently trying to write a simple game using vb.net the form I am working on is 800*600 (this is set as the maximum size) and autoscroll is set to true. The user moves around the...
9
by: deko | last post by:
Is it possible to store a company logo (a gif file) in a table (binary field) and have the logo appear in a form? If I insert a picture object in the form, the properties sheet of the Image...
6
by: John Ortt | last post by:
Hi there everyone, I have a part info form which has a faded image of our company logo as a background. I want to replace the faded image with a bright red warning image on items which have run...
4
by: Jeff Griffin | last post by:
OK, this should be my last question for the day. I have spent a couple hours on google trying to figure this out but I probibly just dont know what I really need to be searching for. I have a...
6
by: Rich | last post by:
Hello, I want to simulate the dynamic thumbnail display of Windows Explorer (winxp) on a form or pannel container. If I place a picture box on my container form/pannel and dimension it to the...
3
by: EnglishMan69 | last post by:
Hello All, I am using VB2005 Beta 2 in VS 2005 and am running into a small problem. I need to be able to add a picture box to the main form from within a thread. The program goes to a web...
4
by: MLH | last post by:
Setting form's Picture property to another file from within VBA doesn't repaint the form with new bitmap - for instance... Me.Picture = "c:\pics\MyNewPic.jpg" I tried Me.Repaint afterward,...
8
by: martinsmith160 | last post by:
Hi all I have a picture box placed within a panel so i can scroll across the picture due to it being very wide. My problem is I want to draw an image over the picture box when a user clicks at a...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.