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 strongm 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. jonsagara

    any good books?

    I bought this one just now - it appears to have what I need. I'll let you know what I think of it. http://www.amazon.com/exec/obidos/tg/detail/-/0201775743/qid=1045535660/sr=8-3/ref=sr_8_3/002-2708003-6086455?v=glance&s=books&n=507846 Jon Sagara
  2. jonsagara

    limit contents of one combo box based on the selection in another

    So, after selecting a value in the subCombo, how to you access that value programatically? In my case, the subCombo has two columns. Is there a collection built into the Value property? Jon Sagara
  3. jonsagara

    Any good books? and what compiler?

    "Programming Windows" 5th Ed. by Charles Petzold "Programming Windows with MFC" 2nd Ed. by Jeff Prosise Those books are for intermediate-advance programmers. You can get a great step-by-step book: "Beginning Visual C++ 6" by Ivor Horton This walks you through...
  4. jonsagara

    Uplink port and Cisco Catalyst 3500 series XL

    Thanks Shnypr. You rock. Jon Sagara
  5. jonsagara

    Retuning a String

    You'll need to (1) convert both to multi-byte strings, or (2) convert both to wide character strings if you want to compare them to each other. You can accomplish this with mbstowcs() and/or wcstombs(). Jon Sagara
  6. jonsagara

    Uplink port and Cisco Catalyst 3500 series XL

    Hello, I have several Cisco Catalyst 3500 Series XL switches that I want to connect together. From the lack of info the documentation, I am getting a sneaking suspicion that it is not possible to configure a port to be an "Uplink" port. Is this in fact possible, or am I forced to...

Part and Inventory Search

Back
Top