26-06-24, 10:55 PM
حطيت الكود هذا وما زبط معي ... اريد الضغط او الإتصال بي Customers1DataGridView_CellFormatting عبر Button ولم يزبط معي
Customers1DataGridView_CellFormatting(sender, e)
Customers1DataGridView_CellFormatting(sender, e)
PHP كود :
Private Sub Customers1DataGridView_CellFormatting(sender As Object, e As DataGridViewCellFormattingEventArgs) Handles Customers1DataGridView.CellFormatting
End sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Customers1DataGridView_CellFormatting(sender, e)
End Sub