Click here to Skip to main content
15,890,825 members
Home / Discussions / COM
   

COM

 
QuestionCom interface call retuns error "Not enough storage is available to complete this operation" Pin
george_thomas6-Jul-06 20:32
george_thomas6-Jul-06 20:32 
QuestionInstances of COM Objects Pin
HakunaMatada6-Jul-06 20:09
HakunaMatada6-Jul-06 20:09 
AnswerRe: Instances of COM Objects Pin
Lim Bio Liong6-Jul-06 22:30
Lim Bio Liong6-Jul-06 22:30 
GeneralRe: Instances of COM Objects Pin
george_thomas9-Jul-06 20:00
george_thomas9-Jul-06 20:00 
GeneralRe: Instances of COM Objects Pin
Lim Bio Liong9-Jul-06 21:01
Lim Bio Liong9-Jul-06 21:01 
QuestionCalling COM from C# managed code Pin
sony alex6-Jul-06 0:47
sony alex6-Jul-06 0:47 
QuestionPassing a string from C to VB Pin
Bratis5-Jul-06 22:04
Bratis5-Jul-06 22:04 
AnswerRe: Passing a string from C to VB Pin
peterchen8-Jul-06 5:31
peterchen8-Jul-06 5:31 
No need to use a SafeArray.

If the string is using ANSI, convert it to UNICODE using MultibyteToWideChar API.
For the Unicode string, call SysAllocString to make it a "good" BSTR, which is the "VB-native" string type.

Depending on the parameter declaration, you need to SysFreeString the BSTR when you are done.



Some of us walk the memory lane, others plummet into a rabbit hole

Tree<t> in C# || Fold With Us! || sighist

Questionerror importing api Pin
nikhil_ag19855-Jul-06 20:04
nikhil_ag19855-Jul-06 20:04 
QuestionBlinking Windowless activex ATL control Pin
emilmih5-Jul-06 11:39
emilmih5-Jul-06 11:39 
QuestionOutlook integration with external address book Pin
Mithin4-Jul-06 6:40
Mithin4-Jul-06 6:40 
QuestionAutomation error while creating a vc com dll object Pin
nikhil_ag19853-Jul-06 23:02
nikhil_ag19853-Jul-06 23:02 
AnswerRe: Automation error while creating a vc com dll object Pin
nikhil_ag19854-Jul-06 2:55
nikhil_ag19854-Jul-06 2:55 
GeneralRe: Automation error while creating a vc com dll object Pin
_AnsHUMAN_ 4-Jul-06 3:32
_AnsHUMAN_ 4-Jul-06 3:32 
GeneralRe: Automation error while creating a vc com dll object Pin
nikhil_ag19855-Jul-06 20:06
nikhil_ag19855-Jul-06 20:06 
QuestionDebug ActiveX control from C# application Pin
Maddie from Dartford3-Jul-06 21:11
Maddie from Dartford3-Jul-06 21:11 
QuestionHow DCOM is implemented? Pin
jayanthkulkarni3-Jul-06 2:21
jayanthkulkarni3-Jul-06 2:21 
AnswerRe: How DCOM is implemented? Pin
Mike Dimmick3-Jul-06 3:07
Mike Dimmick3-Jul-06 3:07 
QuestionHow to register a UPnP device Pin
Le Saint2-Jul-06 1:41
Le Saint2-Jul-06 1:41 
QuestionActiveX Question, help me. Pin
Shi Zhu29-Jun-06 23:18
Shi Zhu29-Jun-06 23:18 
AnswerRe: ActiveX Question, help me. Pin
peterchen8-Jul-06 5:33
peterchen8-Jul-06 5:33 
QuestionUsing MSHTML/CHtmlView in a thread Pin
Neville Franks29-Jun-06 16:31
Neville Franks29-Jun-06 16:31 
AnswerRe: Using MSHTML/CHtmlView in a thread Pin
Keith Worden30-Jun-06 1:04
Keith Worden30-Jun-06 1:04 
GeneralRe: Using MSHTML/CHtmlView in a thread Pin
Neville Franks30-Jun-06 1:38
Neville Franks30-Jun-06 1:38 
AnswerRe: Using MSHTML/CHtmlView in a thread Pin
peterchen8-Jul-06 5:37
peterchen8-Jul-06 5:37 

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.