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
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
"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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.