Torna al Thread

If e.ColumnIndex = 5 And e.RowIndex >= 0 Then If Me.DataGridView1(5, e.RowIndex).Value.ToString = "1" Then Me.DataGridView1(1, e.RowIndex).Value = Image.FromFile(My.Application.Info.DirectoryPath & "\image\kuser.png") Else Me.DataGridView1(1, e.RowIndex).Value = Image.FromFile(My.Application.Info.DirectoryPath & "\image\kuser_double.png") End If End If
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5