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

    Question Multiple-tag textbox

    Hi, I am looking to create a textbox similar to the Tags textbox in this forum (the one at the bottom when you create a new post). The user should be able to type some text, select an option from the autocomplete dropdown. Selected values are appended with commas and the user can select more than one tags. This is a Winforms application. Any suggestions on how to proceed? Should I create a custom control by extended a textbox?

    Thanks
    Bala

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: Multiple-tag textbox

    Quote Originally Posted by bala.ramadurai View Post
    Should I create a custom control by extended a textbox?
    Yes.

    Also: http://www.dreamincode.net/forums/to...ntrol-in-c%23/
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Tags for this Thread

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