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...
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;
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.