How can we create Toolbar in .Net C#

Last post 04-12-2007 9:50 AM by digvijay.chauhan. 5 replies.

Sort Posts:

  • How can we create Toolbar in .Net C#

    04-08-2007, 7:15 AM
    • Member
      10 point Member
    • Asif Abdullah
    • Member since 07-14-2005, 5:41 PM
    • Sharjah
    • Posts 22

    Dear All,

    I want to create toolbar as you have seen, google toolbar and other, How can I create it in C#.

    Please assist,

     Asif

    Asif Abdullah
    Filed under:
  • Re: How can we create Toolbar in .Net C#

    04-08-2007, 8:27 AM
    • All-Star
      63,048 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,311
    • TrustedFriends-MVPs

    Rather than thinking how do you create it in a particular language, look at the various toolbars you like and create one in HTML first. Once you have an HTML sample that is integrated into your stylesheet (as much of the appearance such as font colour ect) then you can set about creating the control in the language of your choice.

    If you using ASP.NET you could usefully build it into your master pages. You may well decide that you want the menu content to be database driven. In this case you think about gnerating all the toolbar content directly within code and inserting into the InnerHtml property of a table cell in your master page.

    Alternatively just put it into a user control.

     

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: How can we create Toolbar in .Net C#

    04-08-2007, 8:36 AM
    Answer

    Hi Asif,

     

    About the toolbar embed IE which like google toolbar and other. Here is a sample code by C#. I hope it helps.

     

    http://www.codeproject.com/csharp/ie_advanced_toolbar.asp

     

     

    This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

     

     

    Sincerely,
    Benson Yu
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
  • Re: How can we create Toolbar in .Net C#

    04-08-2007, 9:00 AM
    Answer
    • All-Star
      63,048 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,311
    • TrustedFriends-MVPs

    Hi Asif

      Also look at http://www.codeproject.com/aspnet/CrossBrowserToolbar.asp - this is a cross-browser toolbar - very important these days when many people use Firefox (and other browsers) in preference to IE.
     

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: How can we create Toolbar in .Net C#

    04-12-2007, 9:43 AM
    • Member
      10 point Member
    • Asif Abdullah
    • Member since 07-14-2005, 5:41 PM
    • Sharjah
    • Posts 22

    That is very good example which you have forwarded but let me further brief that we need downloadable toolbar. like google or yellow pages and all.

     If any one has any idea then please share it.

     

    Regards,

    Asif

    Asif Abdullah
    Filed under:
  • Re: How can we create Toolbar in .Net C#

    04-12-2007, 9:50 AM
    • Participant
      1,577 point Participant
    • digvijay.chauhan
    • Member since 02-05-2007, 10:30 PM
    • Stockholm
    • Posts 370

    Hi,

     I think you should post it in WinForms discussion google groups. This forum is for ASP .NET. may be you will find an answer there already :-)

    Regards,

    Digvijay
    http://www.digvijay.eu
    http://blog.digvijay.eu

    --------
    Please remember to Mark As Answer if this post answered your question!
Page 1 of 1 (6 items)