User Profile

Collapse

Profile Sidebar

Collapse
DotNation
DotNation
Last Activity: Nov 27 '07, 11:43 AM
Joined: Oct 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DotNation
    replied to textbox problem
    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
    See more | Go to post

    Leave a comment:


  • DotNation
    replied to select the row using checkbox
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • DotNation
    started a topic Windows service Error
    in .NET

    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
    See more | Go to post
No activity results to display
Show More
Working...