Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Valarian23

  1. Valarian23

    Finding click even for button on DataGrid

    You should be able to affect a solution using the DataGridView.CellClick or DataGridView.CellContentClick event! :) Ian
  2. Valarian23

    What function do I use to link data from a .txt file to Excel?

    Are you explicitly trying to avoid reading through the text file line by line to determine which data is wanted? Your question implies you want to do something a bit more complex, perhaps because you have a very large file.
  3. Valarian23

    Resolve username from IP address

    Is the local computer the "source" computer, i.e. is it the computer on which the code is being executed? If so, it's as simple as Environment.MachineName() (returns the machine name as a string)... If you mean you want to be able to creation a custom function that can accept any IP Address on...

Part and Inventory Search

Back
Top