I currently am coding an activeX control and I need to have a property that is a string. The only string type that it appears I can use is the BSTR type. But I need it to be a LPCTSTR type. What is the code for changing the type from a BSTR to a LPCTSTR type? Iam not familiar with type casting in c++ as I usually deal with java so sorry if this is a stupid question!