No announcements
Found 136460 threads
-
0 Votes
IsEditable ComboBox LostFocus called initially instead of GotFocus event while focus ComboBox WPF
According to your description, your question is more related to WPF.Unanswered | 1 Replies | 635 Views | Created by Muneesh Kumar - Wednesday, May 13, 2020 1:04 PM | Last reply by Xingyu Zhao - Thursday, May 14, 2020 1:27 AM -
0 Votes
Combobox question
My question is about populating a C# Forms combobox with one column (VendorName), and then using the combobox to input another column (VendorID) of the same row into a table.Answered | 2 Replies | 7717 Views | Created by byschaupp - Tuesday, September 1, 2009 10:10 PM | Last reply by byschaupp - Wednesday, September 2, 2009 1:24 PM -
0 Votes
How To Call Javascript Function() to Select Combobox Item
Hello, The 'Academic Initiatives - Technical Queries' forum is for posts Related to technical / coding / programming related issues as related to Microsoft's Academic ...Answered | 2 Replies | 1249 Views | Created by DineshJayachandran - Tuesday, January 19, 2016 6:56 AM | Last reply by Just Karl - Tuesday, January 26, 2016 3:21 PM -
0 Votes
axWebBrowser DocumentComplete With ComboBox
The combobox items are probably create by javascript code that runs some time after DocumentComplete.Answered | 5 Replies | 2261 Views | Created by AL3ANEED - Wednesday, November 13, 2019 1:34 PM | Last reply by Guido Franzke - Friday, November 15, 2019 10:03 AM -
0 Votes
ComboBox Suggestions
When I type some characters into a combobox the suggestion below shows all the items which start with the entered string and I can select the one I want with the key down key.Answered | 1 Replies | 10177 Views | Created by Rebkas - Wednesday, July 30, 2008 8:57 AM | Last reply by Shrikant Maske - Wednesday, November 5, 2008 1:02 PM -
0 Votes
Visual c++ load .ini files to combobox
Answered | 3 Replies | 1351 Views | Created by ray2091 - Tuesday, February 25, 2014 9:06 AM | Last reply by Carl Cai - Wednesday, February 26, 2014 1:43 AM -
1 Votes
Multi column combobox dropdown list
Ghost, Call me ghost for short, Thanks To get the better answer, it should be a better question.Answered | 2 Replies | 5663 Views | Created by asethurm - Sunday, May 13, 2012 2:45 PM | Last reply by Ed Price - MSFT - Monday, May 28, 2012 5:20 PM -
4 Votes
Multi-binding combobox in winforms?
That combobox is bound to another table to get all the valid values it can hold.Answered | 3 Replies | 10254 Views | Created by jjd1241 - Friday, June 24, 2011 6:29 PM | Last reply by Just Karl - Wednesday, October 3, 2012 2:47 PM -
0 Votes
Data Bind XML to a combobox
xmal code <Window x:Class="dataBind.Window2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...Answered | 2 Replies | 9577 Views | Created by Dave Parker - Tuesday, June 8, 2010 6:12 PM | Last reply by Ed Price - MSFT - Thursday, December 22, 2011 2:25 PM -
1 Votes
Resize problem combobox on toolstrip
Hello I have a resize problem with a combobox. using the resize event this is my ...Answered | 3 Replies | 13576 Views | Created by Marius Fanu - Thursday, May 29, 2008 1:54 PM | Last reply by Luigi Bruno - Sunday, January 8, 2012 3:06 PM -
0 Votes
D3DImage and DirectInput keyboard focus problem in wpf application
The option of using the standard mouse input from WPF seems more usefull.Answered | 2 Replies | 12515 Views | Created by Hans Potgieter - Monday, February 8, 2010 12:03 PM | Last reply by Hans Potgieter - Wednesday, February 24, 2010 8:32 PM -
0 Votes
Connect to the database with combobox
My connection to a database was: MySqlConnection con = new MySqlConnection("server=localhost;user id=root;Password=root;database=ilerose"); ...Answered | 1 Replies | 1064 Views | Created by jacob mahone - Monday, August 12, 2019 12:46 PM | Last reply by Dave Patrick - Monday, August 12, 2019 12:55 PM -
0 Votes
How can I override an event method for a combobox control used in my Windows App?
Tudor Could I use a partial class instead of using a brand new class for the above purpose to avoid ...Answered | 5 Replies | 13889 Views | Created by SreeRamaSaran Mullapudi - Thursday, June 19, 2008 10:27 AM | Last reply by Peter Ritchie - Friday, June 20, 2008 1:52 PM -
2 Votes
How to populate a ComboBox or a ListBox in a UserForm ?
Question of a beginner : How to populate a ComboBox or a ListBox in a UserForm ?Answered | 4 Replies | 5897 Views | Created by WLID1966 - Friday, November 16, 2012 1:48 PM | Last reply by Rod Gill - Friday, November 16, 2012 7:43 PM -
0 Votes
ComboBox with 'Please Select'
Public Class DoubleDataSourceCombo Inherits ComboBox Dim myDataTable As ...Answered | 1 Replies | 10311 Views | Created by kai12 - Tuesday, January 13, 2009 9:05 AM | Last reply by Shrikant Maske - Tuesday, February 17, 2009 8:25 AM -
0 Votes
Object as binding source for ComboBox WinForms
I need bind the PrimKey to value member and Username to DisplayMember, but it seems to be a issue, I cannot get the Combobox to display correctly..Easy ...Answered | 1 Replies | 1145 Views | Created by labjac - Thursday, August 13, 2020 11:14 PM | Last reply by Dave Patrick - Thursday, August 13, 2020 11:49 PM -
0 Votes
Intercepting the SelectionChanged event of a WPF ComboBox
However, for WPF questions, I recommend you to discuss it in Windows Presentation Foundation forum.Unanswered | 1 Replies | 10132 Views | Created by W5JDX - Tuesday, August 26, 2008 7:04 AM | Last reply by Michael Sun [MSFT] - Thursday, August 28, 2008 6:45 AM -
0 Votes
Silverlight and CRM 2011 : Binding OptionSetValues to a Silverlight ComboBox
CRM 2011, Silverlight, DataGrid as source of Entity and ComboBox as source of OptionSetValues.Answered | 2 Replies | 4804 Views | Created by _Hopeful - Wednesday, February 29, 2012 1:05 PM | Last reply by Mohan Swargam - Thursday, July 12, 2012 6:14 AM -
2 Votes
How to change DropDownHeight in ComboBox in AutoComplete mode
Hi All, I have these settings in combobox control AutoCompleteMode = Suggest AutoCompleteSource - ListItems DropDownStyle = ...Answered | 3 Replies | 12085 Views | Created by muntyanu - Friday, June 13, 2008 3:54 PM | Last reply by Ed Price - MSFT - Thursday, May 10, 2012 7:20 AM -
1 Votes
VB6 Combobox (add, subtract, multiply and divide)
I want the following items to be added to combobox (add, subtract, multiply and divide) so that when one chooses one command during runtime my program will respond ...Answered | 2 Replies | 4399 Views | Created by Etie Kamondo - Saturday, February 4, 2012 11:03 PM | Last reply by Rudedog2 - Sunday, February 5, 2012 2:36 AM - Items 1 to 20 of 136460 Next ›
No announcements