Click here to Skip to main content
16,005,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Fingerprint capture Pin
chand4u2-Jan-09 0:26
chand4u2-Jan-09 0:26 
GeneralRe: Fingerprint capture Pin
Dave Kreskowiak2-Jan-09 3:25
mveDave Kreskowiak2-Jan-09 3:25 
GeneralRe: Fingerprint capture Pin
chand4u2-Jan-09 17:15
chand4u2-Jan-09 17:15 
GeneralRe: Fingerprint capture Pin
chand4u5-Jan-09 18:07
chand4u5-Jan-09 18:07 
GeneralRe: Fingerprint capture Pin
Dave Kreskowiak5-Jan-09 18:45
mveDave Kreskowiak5-Jan-09 18:45 
QuestionCrystal reports with visual basic 6.0 Pin
hozsam31-Dec-08 0:20
hozsam31-Dec-08 0:20 
AnswerRe: Crystal reports with visual basic 6.0 Pin
Mycroft Holmes31-Dec-08 0:24
professionalMycroft Holmes31-Dec-08 0:24 
QuestionHow to select Item from DataGridViewComboBoxCell in Datagridview Pin
Amit Agarrwal30-Dec-08 23:18
Amit Agarrwal30-Dec-08 23:18 
hello,

I have a Combobox in My Grid. I have bound this Combobox by datasource.

Suppose values in Combobox After binding (x,y,z);

I have a checkbox on form. i get some value like "x" After clicking on checkbox, what i want when i click on checkbox this x value should be selected in ComboBox. for this I'm trying following code


DataGridViewComboBoxCell cboCell = this.dgvQueryPane.Rows[CurrentRowIndex].Cells[CurrentCellName] as DataGridViewComboBoxCell;

cboCell.Value = x;

but its not working....can anyone please help me.....

Amit Agarwal

AnswerRe: How to select Item from DataGridViewComboBoxCell in Datagridview Pin
Mycroft Holmes31-Dec-08 0:21
professionalMycroft Holmes31-Dec-08 0:21 
Questionlistbox in vb.net Pin
jigneshDPatel30-Dec-08 19:28
jigneshDPatel30-Dec-08 19:28 
AnswerRe: listbox in vb.net Pin
dan!sh 30-Dec-08 19:46
professional dan!sh 30-Dec-08 19:46 
GeneralRe: listbox in vb.net Pin
jigneshDPatel30-Dec-08 19:59
jigneshDPatel30-Dec-08 19:59 
GeneralRe: listbox in vb.net Pin
Indra PR30-Dec-08 23:58
Indra PR30-Dec-08 23:58 
GeneralRe: listbox in vb.net Pin
jigneshDPatel31-Dec-08 1:09
jigneshDPatel31-Dec-08 1:09 
GeneralRe: listbox in vb.net Pin
Jon_Boy31-Dec-08 2:33
Jon_Boy31-Dec-08 2:33 
AnswerRe: listbox in vb.net Pin
Pasan1481-Jan-09 20:54
Pasan1481-Jan-09 20:54 
GeneralRe: listbox in vb.net Pin
jigneshDPatel2-Jan-09 1:35
jigneshDPatel2-Jan-09 1:35 
QuestionHow to create Birthday Events Pin
JC.KaNNaN30-Dec-08 19:09
JC.KaNNaN30-Dec-08 19:09 
AnswerRe: How to create Birthday Events Pin
Nanda_MR30-Dec-08 20:29
Nanda_MR30-Dec-08 20:29 
AnswerRe: How to create Birthday Events Pin
Mycroft Holmes31-Dec-08 0:28
professionalMycroft Holmes31-Dec-08 0:28 
AnswerRe: How to create Birthday Events Pin
Jon_Boy31-Dec-08 2:28
Jon_Boy31-Dec-08 2:28 
AnswerRe: How to create Birthday Events Pin
JC.KaNNaN1-Jan-09 18:46
JC.KaNNaN1-Jan-09 18:46 
GeneralRe: How to create Birthday Events Pin
Nanda_MR1-Jan-09 22:47
Nanda_MR1-Jan-09 22:47 
QuestionGenerate XML file using XML schema in VB.Net 2005 Pin
jaysaran30-Dec-08 18:56
jaysaran30-Dec-08 18:56 
QuestionWebbrowser.navigate control is parsing url "&" Pin
rss_bateman30-Dec-08 10:52
rss_bateman30-Dec-08 10:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.