Click here to Skip to main content
15,913,090 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionTransparent controls Pin
damir_tk21-Nov-06 11:06
damir_tk21-Nov-06 11:06 
AnswerRe: Transparent controls Pin
damir_tk21-Nov-06 11:30
damir_tk21-Nov-06 11:30 
Questionhow do I Accessing a C# dll in VC++? Pin
malayalite19-Nov-06 15:31
malayalite19-Nov-06 15:31 
AnswerRe: how do I Accessing a C# dll in VC++? Pin
led mike20-Nov-06 5:37
led mike20-Nov-06 5:37 
Questioncan somebody help me? Pin
china.net19-Nov-06 3:31
china.net19-Nov-06 3:31 
AnswerRe: help me ,please Pin
Stephen Hewitt19-Nov-06 15:28
Stephen Hewitt19-Nov-06 15:28 
Questionreplacment of CComModule in ATL7 Pin
tom groezer16-Nov-06 1:22
tom groezer16-Nov-06 1:22 
AnswerRe: replacment of CComModule in ATL7 Pin
prasad_som16-Nov-06 1:44
prasad_som16-Nov-06 1:44 
CComModule was declared in ATLBase.h. So there was not any problem previously.
You may need to move MyClassModule class definition to separate header file.
And declare its object as extern in stdafx.h. Before that you need to include class header.
Or in other words adopt method in c++ to make visbile any global object across applicatin.


GeneralRe: replacment of CComModule in ATL7 Pin
tom groezer22-Nov-06 4:03
tom groezer22-Nov-06 4:03 
Questionshow or hiding tool bar Pin
salman kazi15-Nov-06 18:07
salman kazi15-Nov-06 18:07 
QuestionFont Information Pin
Gupta Suraj14-Nov-06 8:10
Gupta Suraj14-Nov-06 8:10 
QuestionSpecialization Pin
Juan Antonio Bermejo14-Nov-06 6:15
Juan Antonio Bermejo14-Nov-06 6:15 
AnswerRe: Specialization Pin
Joaquín M López Muñoz18-Nov-06 4:26
Joaquín M López Muñoz18-Nov-06 4:26 
GeneralRe: Specialization Pin
Juan Antonio Bermejo19-Nov-06 20:44
Juan Antonio Bermejo19-Nov-06 20:44 
AnswerRe: Specialization Pin
Zac Howland20-Nov-06 5:45
Zac Howland20-Nov-06 5:45 
QuestionSubstitute of CComModule _Module in VC2005 Pin
tom groezer13-Nov-06 18:59
tom groezer13-Nov-06 18:59 
Questionis socket class is blocking Pin
vineeshV13-Nov-06 6:06
vineeshV13-Nov-06 6:06 
AnswerRe: is socket class is blocking Pin
led mike13-Nov-06 11:38
led mike13-Nov-06 11:38 
JokeRe: is socket class is blocking Pin
Chris Meech17-Nov-06 8:14
Chris Meech17-Nov-06 8:14 
JokeRe: is socket class is blocking Pin
Jörgen Sigvardsson17-Nov-06 8:34
Jörgen Sigvardsson17-Nov-06 8:34 
Questionhow to handle pss_thru in hyerthreading Pin
vineeshV13-Nov-06 6:02
vineeshV13-Nov-06 6:02 
AnswerRe: CComModule _Module; Pin
led mike13-Nov-06 11:37
led mike13-Nov-06 11:37 
Questionproblem with registering a dll Pin
narayanagvs13-Nov-06 0:37
narayanagvs13-Nov-06 0:37 
AnswerRe: problem with registering a dll Pin
User 21559714-Nov-06 23:55
User 21559714-Nov-06 23:55 
QuestionHow to use tab control in split window by WTL Pin
Tom zh11-Nov-06 15:40
Tom zh11-Nov-06 15:40 

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.