Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Showing a single frame with multiple contents

Status
Not open for further replies.

Genotix

Programmer
Dec 16, 2004
53
0
0
NL
Hi All,

I've got a problem which I hope you can help me out with.
I'm trying to create an application that can open a frame that i've designed multiple times at once. (So there will be like three of the same frame with different content)

(How) Is this possible?

Thanx in advance!

Eric

Linux IS userfriendly.
It's only very selective about who it's friends are.
 
How about creating a control ? Design it once and use it many times. Of course to access it (e.g. its textboxes text, visibility ...etc) you must create some get,let,set properies.
 
Ok, let me specify my question better.

I want to use the frame as an object.
I'd like to create an instance of it.

Like :

Code:
Public FRM1 As New Frame
Public FRM2 As New Frame

FRM1.Visible = True
FRM2.Visible = True

Linux IS userfriendly.
It's only very selective about who it's friends are.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top