Click here to Skip to main content
15,891,136 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: WTL Custom message handling in the message map? Pin
KingsGambit9-Nov-09 9:03
KingsGambit9-Nov-09 9:03 
QuestionHow to change button color in ATL Pin
am 20094-Nov-09 20:08
am 20094-Nov-09 20:08 
AnswerRe: How to change button color in ATL Pin
«_Superman_»5-Nov-09 8:24
professional«_Superman_»5-Nov-09 8:24 
QuestionHow to access custom ActiveX object properties in ATL Composite Control Pin
komofilms774-Nov-09 19:52
komofilms774-Nov-09 19:52 
QuestionHow to remove type library informationn from atl dll? Pin
kcynic4-Nov-09 15:33
kcynic4-Nov-09 15:33 
AnswerRe: How to remove type library informationn from atl dll? Pin
Lim Bio Liong4-Nov-09 16:17
Lim Bio Liong4-Nov-09 16:17 
GeneralRe: How to remove type library informationn from atl dll? Pin
kcynic4-Nov-09 16:30
kcynic4-Nov-09 16:30 
GeneralRe: How to remove type library informationn from atl dll? Pin
Lim Bio Liong4-Nov-09 16:46
Lim Bio Liong4-Nov-09 16:46 
>> And another question, in some of my code, i use another interface witch is provided by ms...
Do you mean that in your ATL COM object class, you implement the MS interface ? E.g. :

class ATL_NO_VTABLE CMyClass :
   public ...
   public ISomeMSInterface,
   public ...

Or do you mean that the actual code :

>> CComPtr pI;
>> HRESULT hr = pI.CoCreateInstance(CLSID_SomeInterface);

is called in some function of your ATL COM object source codes ? E.g. :

STDMETHODIMP CMyClass::SomeMethod()
{
   CComPtr pI;
   HRESULT hr = pI.CoCreateInstance(CLSID_SomeInterface);
   ...
}

- Bio.
GeneralRe: How to remove type library informationn from atl dll? Pin
kcynic4-Nov-09 16:53
kcynic4-Nov-09 16:53 
GeneralRe: How to remove type library informationn from atl dll? Pin
Lim Bio Liong4-Nov-09 17:04
Lim Bio Liong4-Nov-09 17:04 
GeneralRe: How to remove type library informationn from atl dll? Pin
kcynic4-Nov-09 17:12
kcynic4-Nov-09 17:12 
GeneralRe: How to remove type library informationn from atl dll? Pin
Lim Bio Liong4-Nov-09 17:26
Lim Bio Liong4-Nov-09 17:26 
GeneralRe: How to remove type library informationn from atl dll? Pin
kcynic4-Nov-09 18:38
kcynic4-Nov-09 18:38 
GeneralRe: How to remove type library informationn from atl dll? Pin
kcynic2-Dec-09 19:08
kcynic2-Dec-09 19:08 
GeneralRe: How to remove type library informationn from atl dll? Pin
Lim Bio Liong2-Dec-09 23:24
Lim Bio Liong2-Dec-09 23:24 
GeneralRe: How to remove type library informationn from atl dll? Pin
kcynic3-Dec-09 2:19
kcynic3-Dec-09 2:19 
News[Message Deleted] Pin
Ahmed Charfeddine4-Nov-09 2:07
Ahmed Charfeddine4-Nov-09 2:07 
AnswerRe: How do you profile your C++ code ? Pin
Richard MacCutchan4-Nov-09 3:11
mveRichard MacCutchan4-Nov-09 3:11 
AnswerRe: How do you profile your C++ code ? Pin
Ahmed Charfeddine4-Nov-09 3:19
Ahmed Charfeddine4-Nov-09 3:19 
GeneralRe: How do you profile your C++ code ? Pin
Richard MacCutchan4-Nov-09 4:55
mveRichard MacCutchan4-Nov-09 4:55 
GeneralRe: How do you profile your C++ code ? Pin
Ahmed Charfeddine4-Nov-09 5:06
Ahmed Charfeddine4-Nov-09 5:06 
QuestionBitmap image in static control is flicker Pin
am 20093-Nov-09 22:15
am 20093-Nov-09 22:15 
Questionstd::copy question [modified] Pin
followait3-Nov-09 14:33
followait3-Nov-09 14:33 
AnswerRe: std::copy question Pin
Stuart Dootson3-Nov-09 23:40
professionalStuart Dootson3-Nov-09 23:40 
GeneralRe: std::copy question Pin
followait4-Nov-09 3:17
followait4-Nov-09 3:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.