CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2003
    Location
    N. Bethesda, MD
    Posts
    1

    Question Component Gallery

    VS6 had a nice little feature called the Component Gallery (CG), if I recall correctly. It allowed one to add OCXs and other goodies to an MFC program in a click or two. This functionality is duplicated in VS .NET using the Customize Toolbox command on the Tools menu.

    BUT CG also allowed one to add Property Sheets, Idle Time Processing, Status Bar support, Palette support, and other really useful features to existing programs with only 2 or 3 clicks of the mouse. Has this functionality been duplicated anywhere in VS .NET?
    Last edited by MarkSpano; January 29th, 2003 at 03:05 PM.

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