Recent content by itsallinthemind

  1. itsallinthemind

    How to Display Selected Data in a DataGridView using it's own events??

    Hi Guys:-) I hope everyone is doing great:-) I Have a Question.. How to Display Selected Data in a DataGridView using it's own events?? This is my Code.. Public Class From1 Private Sub frmTest_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load...
  2. itsallinthemind

    How to loop inside a database and display its result in a msgbox??..

    Public Class frmTest Private Sub DBLoadNames() Dim i, countNames, last As Integer countNames = BindingSource1.Count last = countNames - 1 For i = 0 To countNames If i = last Then MsgBox("Last Name Entry: " &...
  3. itsallinthemind

    How to loop inside a database and display its result in a msgbox??..

    Hi EveryOne:-) I hope everyone is doing great... I have a question.. I have a table in a database and it contains 20 names How to loop in a database and display each name in a msgbox?? Thanks :-)
  4. itsallinthemind

    How to make a checkbox behave like a radio button

    Thank you Friends:-)...now i have a reason for my boss:-) HAHAHAHA!!!... Thanks :-)
  5. itsallinthemind

    How to make a checkbox behave like a radio button

    Hi all:-) How to make a checkboxes behave like a radio button