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 Wanet Telecoms Ltd 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. Bushwack

    Is there a half-way decent dropdown control in VB?

    ...or you can simply set a reference to the Access library in your project and use the exact same combo Access uses in VB. I'm not sure how the licensing would work on distribution for that one though...
  2. Bushwack

    Can a variable act like a file?

    Is it possible to implement somthing like a stream object and use it for I/O instead of a file? The ADO.Stream does not seem to have the functionality I need. My problem is security. I'm using a proprietary compression utility that can only read/write to and from files. Is there an...
  3. Bushwack

    Here's a question for you VB gurus.

    Here's a question for you VB gurus. I'm using a Collection. When adding Items into my Collection, I'm adding values from a Recordset. I'm assigning a field from the Recordset as a string into the "Item", and I'm assigning the record's key into the collection.Item's "key&quot...

Part and Inventory Search

Back
Top