CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    115

    Unhappy help for Generic Controls on a Form

    Dear Sir,

    I have developed a project on vb.net (2008) which contains some forms those are more or less same looks.

    I want to incorporate a tool bar and status bar and want to color backgroud and some control I can insert or incorporate as per my requirement on every form. I want to do completely in class which will be my base class and the class will be inherited from other class whatever modification i do in the derived class. I can't get confidence therefore please give me a sample code regarding such type of process.

    if any mistake please forgive me.

    Thanking You

    Debasis Bag

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: help for Generic Controls on a Form

    seems as if you need a small tutorial...Take a look at these:
    http://msdn.microsoft.com/en-us/libr...13(VS.71).aspx
    http://msdn.microsoft.com/en-us/magazine/cc301345.aspx
    if instead you prefer custom controls, then:
    http://msdn.microsoft.com/en-us/library/6hws6h2t.aspx
    Last edited by Cimperiali; January 18th, 2010 at 07:02 PM.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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