Click here to Skip to main content
15,906,766 members
Home / Discussions / COM
   

COM

 
GeneralRe: Creating Windows mail(outlook expr) account on Vista Pin
User 21559716-Jan-07 2:42
User 21559716-Jan-07 2:42 
QuestionVB.NET, SafeArray... Pin
Jeffrey Walton15-Jan-07 4:57
Jeffrey Walton15-Jan-07 4:57 
AnswerRe: VB.NET, SafeArray... Pin
prasad_som15-Jan-07 17:21
prasad_som15-Jan-07 17:21 
Questionapplication Crashing while AddRef() Pin
helpcode15-Jan-07 4:12
helpcode15-Jan-07 4:12 
GeneralRe: application Crashing while AddRef() Pin
prasad_som15-Jan-07 17:16
prasad_som15-Jan-07 17:16 
AnswerRe: application Crashing while AddRef() Pin
Tim Paaschen15-Jan-07 19:35
Tim Paaschen15-Jan-07 19:35 
QuestionReturning a SafeArray (IDL/Automation) Pin
zaccheus12-Jan-07 23:45
zaccheus12-Jan-07 23:45 
AnswerRe: Returning a SafeArray (IDL/Automation) Pin
Phil Harding15-Jan-07 3:34
Phil Harding15-Jan-07 3:34 
Yes that sounds correct, just to be clear, your ReadData method will create [and populate] the SafeArray and assign the SafeArray pointer to your out parameter:-

if(outItem != NULL)<br />
  (*outItem) = SafeArrayCreate(...)


The caller, must then free up the returned SafeArray

Phil Harding.
myBlog [^] | mySite [^]


QuestionHow to display a Web Content in an Explorer Bar Pin
georgekjolly11-Jan-07 19:25
georgekjolly11-Jan-07 19:25 
AnswerRe: How to display a Web Content in an Explorer Bar Pin
User 21559712-Jan-07 1:03
User 21559712-Jan-07 1:03 
QuestionRegistry Entry for an Explorer Bar Pin
georgekjolly11-Jan-07 3:45
georgekjolly11-Jan-07 3:45 
AnswerRe: Registry Entry for an Explorer Bar Pin
User 21559711-Jan-07 12:52
User 21559711-Jan-07 12:52 
QuestionI am converting a ActiveX(DSO Framer)control into .Net assembly Pin
indian14311-Jan-07 1:06
indian14311-Jan-07 1:06 
AnswerRe: I am converting a ActiveX(DSO Framer)control into .Net assembly Pin
Pete O'Hanlon11-Jan-07 3:10
mvePete O'Hanlon11-Jan-07 3:10 
GeneralRe: I am converting a ActiveX(DSO Framer)control into .Net assembly Pin
indian14311-Jan-07 4:24
indian14311-Jan-07 4:24 
QuestionNo Subject Pin
indian14311-Jan-07 0:57
indian14311-Jan-07 0:57 
AnswerRe: I tried to edit the .il file it is giving the following error Pin
Pete O'Hanlon11-Jan-07 0:13
mvePete O'Hanlon11-Jan-07 0:13 
Questionregistration and gac intallation Pin
indian14310-Jan-07 23:22
indian14310-Jan-07 23:22 
AnswerRe: registration and gac intallation Pin
Pete O'Hanlon11-Jan-07 0:13
mvePete O'Hanlon11-Jan-07 0:13 
AnswerRe: registration and gac intallation Pin
User 21559711-Jan-07 0:16
User 21559711-Jan-07 0:16 
GeneralRe: registration and gac intallation Pin
indian14311-Jan-07 0:54
indian14311-Jan-07 0:54 
GeneralRe: registration and gac intallation Pin
User 21559711-Jan-07 2:38
User 21559711-Jan-07 2:38 
GeneralRe: registration and gac intallation Pin
indian14311-Jan-07 3:22
indian14311-Jan-07 3:22 
AnswerRe: After I register a dll file "regasm d:\Aleem\DSOControl1\DSOControl1.dll" Pin
Pete O'Hanlon11-Jan-07 0:13
mvePete O'Hanlon11-Jan-07 0:13 
AnswerRe: I am trying to convert the DSOFramer com component as .net framework assembly Pin
Pete O'Hanlon11-Jan-07 0:13
mvePete O'Hanlon11-Jan-07 0:13 

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.