Search results for query: *

  • Users: slackey26
  • Content: Threads
  • Order by date
  1. S

    Datagridview Binding

    Ok, here's the problem. This is the first time I'm trying to use a datagridview in just straight VB.NET. I'm trying to bind it to a datareader but nothing gets displayed. I checked the reader to see if it had information in it and it does. So why isn't the datagrid showing anything? Dim...
  2. S

    Listening Thread Problems

    I have an application that has a listening thread on it. It listens for any instructions sent to the application itself, and if it receives information, it does what it needs to. The problem is that sometimes I need to create a form inside the listening thread loop, but once the thread stops...
  3. S

    Looping Through Multiple Forms

    Ok, I'm new to VB.NET and I'm having a slight problem. On my main form F1, I have a list box with items in it. Double clicking on an item creates a new instance of the second form F2 with a text box that holds the value of the list box that was selected. I want to be able to loop through the...
Back
Top