Click here to Skip to main content
16,016,229 members

Comments by yogesh a sharma (Top 25 by date)

yogesh a sharma 16-Jul-14 12:54pm View    
Thanks but selected property does nothing
yogesh a sharma 16-Jul-14 12:50pm View    
Thanks but selected property does nothing...
yogesh a sharma 16-Jul-14 12:35pm View    
thanks but I only need to set default value for datagridviewcomboboxcolumn.
ie; DataGridViewComboBoxColumn cmb = new DataGridViewComboBoxColumn();
cmb.DisplayMember = "dm";
cmb.ValueMember = "vm";
cmb.DataSource = ds; //where ds is the datasource
now i want something like cmb.selectedvalue=1;
but DataGridViewComboBoxColumn doesn't have selectedvalue property....
When my form displays it doesn't show any value selected... By default i need to display first item in my DataGridViewComboBoxColumn...
yogesh a sharma 23-Jan-13 2:19am View    
thanks sir..but can you provide any simple example of one of the methods of IPC..
yogesh a sharma 23-Jan-13 2:11am View    
Thnks for reply but is it possible to know that if thread is alive when it is really in procces, from another instance???