

We don't want to do that without communicating first, though, because it would prevent you from logging on.ġ. For that reason we'd like to change it to something more suitable for you.

Various spam bots tend to troll forums looking for email addresses and will start flooding you with junk mail. Having your email address as a username really isn't a good idea.

I've also sent this as a personal message to you but, as a new user you may not have worked out the pm system yet so I'll post it here. ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.DisplayedCells Columns(i). = DataGridViewContentAlignment.MiddleCenter DataSource = dt ' set DataTable for Boring Summary Pageįor i As Integer = 0 To. ' dt.Columns.Add(ColHdr, GetType(DataGridViewComboBoxColumn)) Columns("CBB_DV").DisplayIndex = CRemoveIndexĮnd WithWhat is it I am doing wrong or not doing?Ĭode: Sub AddTableBorColumnHead(ByVal dgv As DataGridView, ByVal dt As DataTable, ByVal ColHeader As String(), ByVal tip As String(), ByVal SourceData As String())ĭim chkBox As System.Type = ("System.Boolean")įor i As Integer = 0 To UBound(ColHeader)ĭim ColHdr As String = Trim(ColHeader(i)) DataSource = TempTable ' adding the datasourceĭim CCB As DataGridViewComboBoxColumn = New DataGridViewComboBoxColumn()ĭim items() As String = įor i As Integer = 0 To DGV_ - 1ĭGV_DVTracker.Rows(i).Cells("CBB_DV").Value = DGV_DVTracker.Rows(i).Cells("IntOrExt").Valueĭim CRemoveIndex As Integer = DGV_DVTracker.Columns("IntOrExt").Index ColumnHeadersDefaultCellStyle.Font = New Font(DGV_DVTracker.Font, FontStyle.Bold) RowHeadersDefaultCellStyle.BackColor = Color.Black ColumnHeadersDefaultCellStyle.BackColor = Color.Blue ColumnHeadersDefaultCellStyle.ForeColor = Color.White RowHeadersWidthSizeMode = DataGridViewRowHeadersWidthSizeMode.DisableResizing ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing
