Click here to Skip to main content
15,884,986 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: how to use visual studio 2008 to send network packets to database Pin
that_dude_tj17-Nov-09 5:14
that_dude_tj17-Nov-09 5:14 
GeneralRe: how to use visual studio 2008 to send network packets to database Pin
#realJSOP17-Nov-09 5:25
mve#realJSOP17-Nov-09 5:25 
Questionstrange "module could not be found error" [modified] Pin
invader826-Nov-09 1:24
invader826-Nov-09 1:24 
AnswerRe: strange "module could not be found error" Pin
Shameel6-Nov-09 4:34
professionalShameel6-Nov-09 4:34 
Questionvb.net code related to speech recognition Pin
pooja_chande6-Nov-09 1:19
pooja_chande6-Nov-09 1:19 
AnswerRe: vb.net code related to speech recognition Pin
Shameel6-Nov-09 4:33
professionalShameel6-Nov-09 4:33 
AnswerRe: vb.net code related to speech recognition Pin
amitk_1892-Apr-10 0:41
amitk_1892-Apr-10 0:41 
QuestionDataGridViewComboBoxColumn not showing the contents Pin
sachinkalse5-Nov-09 21:37
sachinkalse5-Nov-09 21:37 
Hi
I am trying to insert a DataGridViewComboBoxColumn, the column is getting inserted but the values in the combo box are shown.
The Code is as under

<br />
DataGridViewComboBoxColumn column = new DataGridViewComboBoxColumn();<br />
column.HeaderText = "SELECT";<br />
column.Name = "ItemSelect";<br />
column.CellTemplate = new DataGridViewComboBoxCell();<br />
//column.DataSource = new string[] { "One", "Two", "Three" };<br />
column.Items.AddRange(new string[] { "One", "One", "Three" });<br />
column.DropDownWidth = 160;<br />
column.Width = 90;<br />
column.MaxDropDownItems = 3;<br />
column.FlatStyle = FlatStyle.Flat;<br />
myDataViewGrid.Columns.Insert(0, column);<br />
<br />


When I run the code, the dataviewgrid all cells except 1st are populated properly, but in first cell I see only empty combobox
Please guide
Thanks in advance
QuestionText position in a richtextbox Pin
lbs.allies5-Nov-09 17:31
lbs.allies5-Nov-09 17:31 
QuestionExchange 2003 Sink written with Visual Studio 2008 Pin
Craig Henderson Qvai5-Nov-09 7:30
Craig Henderson Qvai5-Nov-09 7:30 
AnswerRe: Exchange 2003 Sink written with Visual Studio 2008 Pin
Richard MacCutchan6-Nov-09 0:00
mveRichard MacCutchan6-Nov-09 0:00 
QuestionMy old VC++ 6.0 multi-threadingprogram doesnt work on PC with .NET 2.0 (maybe due thread safe) Pin
rudozkv_new4-Nov-09 5:04
rudozkv_new4-Nov-09 5:04 
AnswerRe: My old VC++ 6.0 multi-threadingprogram doesnt work on PC with .NET 2.0 (maybe due thread safe) Pin
Richard MacCutchan4-Nov-09 5:13
mveRichard MacCutchan4-Nov-09 5:13 
Questioncan't install .NET 1.1 Pin
ed welch4-Nov-09 0:06
ed welch4-Nov-09 0:06 
AnswerRe: can't install .NET 1.1 Pin
Not Active4-Nov-09 2:35
mentorNot Active4-Nov-09 2:35 
AnswerRe: can't install .NET 1.1 Pin
Luc Pattyn4-Nov-09 2:41
sitebuilderLuc Pattyn4-Nov-09 2:41 
AnswerRe: can't install .NET 1.1 Pin
Mark Salsbery4-Nov-09 7:50
Mark Salsbery4-Nov-09 7:50 
GeneralRe: can't install .NET 1.1 Pin
ed welch6-Nov-09 0:00
ed welch6-Nov-09 0:00 
Question"unable to connect to mail server" Pin
desaishivang3-Nov-09 19:30
desaishivang3-Nov-09 19:30 
AnswerRe: "unable to connect to mail server" Pin
Pete O'Hanlon3-Nov-09 21:41
mvePete O'Hanlon3-Nov-09 21:41 
AnswerRe: "unable to connect to mail server" Pin
Simon_Whale5-Nov-09 3:11
Simon_Whale5-Nov-09 3:11 
QuestionLanguage selection : C# or vb.net Pin
Jaydev.A3-Nov-09 10:01
Jaydev.A3-Nov-09 10:01 
AnswerRe: Language selection : C# or vb.net Pin
Richard MacCutchan3-Nov-09 11:30
mveRichard MacCutchan3-Nov-09 11:30 
AnswerRe: Language selection : C# or vb.net Pin
Luc Pattyn3-Nov-09 13:34
sitebuilderLuc Pattyn3-Nov-09 13:34 
AnswerRe: Language selection : C# or vb.net Pin
Kevin McFarlane4-Nov-09 8:12
Kevin McFarlane4-Nov-09 8:12 

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.