Hey,
Set the public variables or properties in new form,
then assign grid values to that variables and use it.
like
objFrm.iValue = datagridview(cu rrentCol,Curren tRow).value
objFrm.Show
also implement this new values in form load.
JSR
User Profile
Collapse
-
Hi,
Use CellContentClic k event of datagridview.Us e following code snippet...
Private Sub DataGridView1_C ellContentClick (ByVal sender As System.Object, ByVal e As System.Windows. Forms.DataGridV iewCellEventArg s) Handles DataGridView1.C ellContentClick
If e.ColumnIndex = 0 Then '(0 is index of Check Box Column)
If DataGridView1.I tem(e.ColumnInd ex, e.RowIndex).Edi tedFormattedVal ue...Leave a comment:
-
Windows service Error
Hi,
I m getting following error while starting windows service,and service stops working.
"The Visual Basic Development Environment can't provide multiple
instances of a single use class. Consult the documentation for
restrictions on debugging single-use objects"
-
JSR
No activity results to display
Show More
Leave a comment: