Click here to Skip to main content
16,009,640 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionActiveX Controls MFC or ATL? Pin
Andy H28-Sep-04 3:51
Andy H28-Sep-04 3:51 
AnswerRe: ActiveX Controls MFC or ATL? Pin
Kevin McFarlane29-Sep-04 2:13
Kevin McFarlane29-Sep-04 2:13 
GeneralPLS HELP : CoCreateInstance on IE object failed on XP/SP2 Pin
SenPy27-Sep-04 13:43
SenPy27-Sep-04 13:43 
GeneralRe: PLS HELP : CoCreateInstance on IE object failed on XP/SP2 Pin
Michael Dunn27-Sep-04 19:28
sitebuilderMichael Dunn27-Sep-04 19:28 
GeneralRe: PLS HELP : CoCreateInstance on IE object failed on XP/SP2 Pin
SenPy28-Sep-04 7:21
SenPy28-Sep-04 7:21 
GeneralGet Object corresponding interface Pin
Tholkiem27-Sep-04 12:10
Tholkiem27-Sep-04 12:10 
Generalvalid CLSID Pin
Monty226-Sep-04 1:45
Monty226-Sep-04 1:45 
GeneralRe: valid CLSID Pin
Michael Dunn26-Sep-04 7:22
sitebuilderMichael Dunn26-Sep-04 7:22 
You would need to replicate the steps that COM takes when looking for a COM server:
  1. Convert the CLSID to a string
  2. look for a key with that name under HKCR\CLSID
  3. look for an InprocServer32 key (or LocalServe32 depending on the server type) key under there
  4. Read the default value of that key, which holds the full path to the server
  5. See if that file exists
  6. For in-proc servers, see if that is a DLL that exports DllGetClassObject().


--Mike--
Personal stuff:: Ericahist | Homepage
Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt
CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ

----
Pinky, are you pondering what I'm pondering?
I think so Brain, but if we shaved our heads, we'd look like weasels!

GeneralOportunidade de trabalho Pin
SolangeGomes25-Sep-04 9:39
sussSolangeGomes25-Sep-04 9:39 
GeneralRe: Oportunidade de trabalho Pin
Jörgen Sigvardsson25-Sep-04 11:50
Jörgen Sigvardsson25-Sep-04 11:50 
Generalusing MFC from c++/cli Pin
aaa_avraham25-Sep-04 9:16
aaa_avraham25-Sep-04 9:16 
GeneralLogon screen for Internet caf billing app Pin
prof.hell25-Sep-04 6:16
prof.hell25-Sep-04 6:16 
GeneralRe: Logon screen for Internet caf billing app Pin
Tomos28-Sep-04 15:53
Tomos28-Sep-04 15:53 
GeneralLearning ATL. Pin
Zero_One_ADO24-Sep-04 21:15
Zero_One_ADO24-Sep-04 21:15 
GeneralRe: Learning ATL. Pin
User 21559728-Sep-04 4:46
User 21559728-Sep-04 4:46 
GeneralOportunidade de trabalho Pin
luciramos24-Sep-04 10:33
luciramos24-Sep-04 10:33 
GeneralWeb services and events Pin
De Nardis Andrea24-Sep-04 3:29
De Nardis Andrea24-Sep-04 3:29 
GeneralRe: Web services and events Pin
User 21559731-Oct-04 17:18
User 21559731-Oct-04 17:18 
GeneralFlat look to DateTime Control Pin
qur24-Sep-04 1:22
qur24-Sep-04 1:22 
GeneralATL Collection Classes Pin
DeepakSharma22-Sep-04 21:24
DeepakSharma22-Sep-04 21:24 
GeneralRe: ATL Collection Classes Pin
Igor Vigdorchik23-Sep-04 15:17
Igor Vigdorchik23-Sep-04 15:17 
GeneralRe: ATL Collection Classes Pin
DeepakSharma23-Sep-04 20:39
DeepakSharma23-Sep-04 20:39 
GeneralRe: ATL Collection Classes Pin
ThatsAlok29-Oct-04 21:14
ThatsAlok29-Oct-04 21:14 
GeneralAddIns icon don't visble Pin
El'Cachubrey22-Sep-04 4:10
El'Cachubrey22-Sep-04 4:10 
GeneralSTL bug? weird ostream&() << "behavior"; Pin
froyd21-Sep-04 4:36
froyd21-Sep-04 4:36 

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.