Hi I need a combo box control (.NET, WinForms) and to be able to constraint available combo box values by typing a string of characters and have those apply a contains/like search to constrain the available values in the combo box. I mean entering "Un" will show me "United Kingom", "United States"... Can you please advise any existent implementations?
I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...