Delphi's TFrame equivalent ?

J

J F

hi all,

A simple question : Is there in C# (Visual Studio .Net 2003) an
equivalent to the really usefull Delphi component TFrame. (It's like a
form but you can drop it on another form like any component)

If no, what is the best way to achieve this behavior.

TIA

J F
 
C

cody

A simple question : Is there in C# (Visual Studio .Net 2003) an
equivalent to the really usefull Delphi component TFrame. (It's like a
form but you can drop it on another form like any component)


System.Windows.Forms.Panel?
 
M

Morten Wennevik

Hi J F,

I'm not familiar with TFrame, but I think the closest thing in C# would be
a User Control.


Happy coding!
Morten Wennevik [C# MVP]
 

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

Top