CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2002
    Location
    Russia
    Posts
    1

    Windows.Forms.Design or ComponentModel.Design

    if You have any documents or samples how to using this dotNET classes, please send me it.

    I work with Form Designer. it will enable people to move, resize, edit components property on a form at runtime just like in the visual studio.net enviroment.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    go to
    www.codeproject.com
    you will find good samples.

  3. #3
    Join Date
    Jul 2000
    Location
    Pakistan
    Posts
    137
    search the following on MSDN online:
    Article: Make Your Components Really RAD With the Microsoft Visual Studio

    Code sample: FunkyButton

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured