Search results for query: *

  • Users: angrycoder
  • Content: Threads
  • Order by date
  1. A

    NumericUpDown and GetNextControl - "Value" not supported in .NET framework?

    NumericUpDown and GetNextControl - "Value" not supported in .NET framework? Why can't I change the Value field in a NumericUpDown control with something like this using GetNextControl()? Dim thing As Object = price1.GetNextControl(Me, False) thing.Value = 5 where the previous tab...
Back
Top