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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jdigital

    How do I dynamically assign label control names through a loop?

    A name in a compiled language is used by the compiler and doesn't have any real meaning at runtime; i.e., it's a compile-time entity. Since you are creating objects at run time, there isn't any way to create a fixed name. You can put the object into a variable, and then refer to it that way...
  2. jdigital

    web request via Socket issue

    It looks like chunked transfer encoding. See this article on wikipedia: http://en.wikipedia.org/wiki/Chunked_transfer_encoding

Part and Inventory Search

Back
Top