Search:

Type: Posts; User: soviet87

Search: Search took 0.02 seconds.

  1. Re: Issue with Picturebox Control Array VS2010 vb.net

    Okay, I seen post #11 come across, let me try that and I will get back to you in a few, thanks for the support and help thus far. I will keep you updated.
  2. Re: Issue with Picturebox Control Array VS2010 vb.net

    Okay, I moved the all of this:


    Public PbControls_PingStatus() As Control = {frmLockout.pbDCS1, frmLockout.pbDCS2, frmLockout.pbDCS3, frmLockout.pbDCS4, frmLockout.pbDCS5, frmLockout.pbDCS6,...
  3. Re: Issue with Picturebox Control Array VS2010 vb.net

    Then I have this in a module:


    Public PbControls_PingStatus() As Control = {frmLockout.pbDCS1, frmLockout.pbDCS2, frmLockout.pbDCS3, frmLockout.pbDCS4, frmLockout.pbDCS5, frmLockout.pbDCS6,...
  4. Re: Issue with Picturebox Control Array VS2010 vb.net

    Sho nuff!



    Public Sub PingServers()
    Dim Result As Net.NetworkInformation.PingReply
    Dim SendPing As New Net.NetworkInformation.Ping
    Dim ResponseTime As Long
  5. Re: Issue with Picturebox Control Array VS2010 vb.net

    Okay, so this is the code that I entered:


    Private Sub LockoutToolToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LockoutToolToolStripMenuItem.Click
    ...
  6. Re: Issue with Picturebox Control Array VS2010 vb.net

    Private Sub LockoutToolToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LockoutToolToolStripMenuItem.Click

    frmLockout.Show()

    End Sub

    I...
  7. Issue with Picturebox Control Array VS2010 vb.net

    Okay,

    So I have a 36 picture boxes on a windows form, I am using a "for I as integer = 0 to bob.count - 1" setup to loop through all the picture boxes in a control array.

    It's basically a ping...
  8. Replies
    148
    Views
    221,428

    Re: Understanding Multi-Threading in VB.Net

    Niya, I really have to say, by far this is the-best breakdown I have ever seen of multithreading for vb.net. I was having so much issues trying to figure this out for my self. You put this in...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width