Property Page

  • Thread starter Thread starter Bob C.
  • Start date Start date
B

Bob C.

Hello Everybody,

I am new to C# and .NET.
I used to write ActiveX using MFC.
Now i need to write componets in C#.

My qustions is, what is the equivelent to PropertyPage in componets?
For my componets i need to give UI to set property values.... How can i do
it?

Thanks a lot,
Bob.
 
Hi Bob,

Bob C. said:
Hello Everybody,

I am new to C# and .NET.
I used to write ActiveX using MFC.
Now i need to write componets in C#.

My qustions is, what is the equivelent to PropertyPage in componets?
For my componets i need to give UI to set property values.... How can i do
it?

Thanks a lot,
Bob.

http://msdn.microsoft.com/msdnmag/issues/03/04/Design-TimeControls/default.aspx

http://msdn.microsoft.com/msdnmag/issues/03/05/Design-TimeControls/default.aspx

Regards,
Daniel
 
Bob C. said:
My qustions is, what is the equivelent to PropertyPage in componets?
For my componets i need to give UI to set property values.... How can i do
it?

Its very different in .NET. In ActiveX there was almost no support and you
had to build everything. In .NET there is a bunch of framework support as
well as VS support.

I suggest you get a good book or reference on component writing and also
check google for custom property editors.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 

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

Back
Top