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 gkittelson 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. boybles

    Batch Print Feature

    Sharepoint has a feature that will automatically print several documents that have been selected in a batch job. Like in this screenshot: http://i37.photobucket.com/albums/e76/boybles/selecteddocs.jpg What is going on under the hood? And what would I need to do in a web application developed...
  2. boybles

    How to cast integer->CString?

    The following casting method compiles correctly, but doesn't seem to work. I want to cast an integer value into a CString. Can anybody help? -Boybles int testint=1; CString testcstring; testcstring=(CString)testint;

Part and Inventory Search

Back
Top