Results 1 to 3 of 3

Thread: [RESOLVED] Insert symbol in a combobox using combination of keys

Hybrid View

  1. #1
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Insert symbol in a combobox using combination of keys

    1. Follow the Blog link in my signature and check out my post on Keyboard Events for the answer to your question and more.

    2. Set the SelectedText property of the ComboBox, which will insert at the caret if no text is selected and replace if text is selected.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Sep 2012
    Posts
    221

    Re: Insert symbol in a combobox using combination of keys

    Great. I made it work. Thank you very much. Topic solved.
    Last edited by ovi_gm; May 14th, 2013 at 04:47 AM.

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