Click here to Skip to main content
15,889,802 members
Home / Discussions / COM
   

COM

 
AnswerRe: Release COM interfaces Pin
Roger Stoltz20-Oct-08 21:18
Roger Stoltz20-Oct-08 21:18 
AnswerRe: Release COM interfaces [modified] Pin
john563220-Oct-08 22:34
john563220-Oct-08 22:34 
GeneralRe: Release COM interfaces Pin
Roger Stoltz21-Oct-08 3:58
Roger Stoltz21-Oct-08 3:58 
AnswerRe: Release COM interfaces Pin
Member 459552813-Nov-08 20:30
Member 459552813-Nov-08 20:30 
Questionwhat is .pfx file Pin
wasimsharp19-Oct-08 23:47
wasimsharp19-Oct-08 23:47 
QuestionUsing MsComm for recieving data Pin
tauras8118-Oct-08 0:08
tauras8118-Oct-08 0:08 
JokeRe: Using MsComm for recieving data Pin
CPallini18-Oct-08 1:36
mveCPallini18-Oct-08 1:36 
AnswerRe: Using MsComm for recieving data Pin
Mike Dimmick19-Oct-08 0:38
Mike Dimmick19-Oct-08 0:38 
Firstly, if you're using .NET 2.0 or later you should be using the SerialPort class. The MsComm control is ancient and wasn't particularly good even with Visual Basic 6.0.

Secondly, serial communications are not framed - write boundaries are not preserved. You will get whatever is in the buffer when the read timeout expires, depending on how you've set up your serial port timeouts; this may be less than the number of bytes you requested.

"Multithreading is just one damn thing after, before, or simultaneous with another." - Andrei Alexandrescu

Question[Message Deleted] Pin
_nnemo_16-Oct-08 3:18
_nnemo_16-Oct-08 3:18 
AnswerRe: IWebBrowser2 - object deletion Pin
Mike Dimmick19-Oct-08 0:40
Mike Dimmick19-Oct-08 0:40 
QuestionHow to execute methods from ATL/COM base class Pin
Doug Knudson15-Oct-08 9:34
Doug Knudson15-Oct-08 9:34 
AnswerRe: How to execute methods from ATL/COM base class Pin
prasad_som16-Oct-08 4:59
prasad_som16-Oct-08 4:59 
GeneralRe: How to execute methods from ATL/COM base class Pin
Doug Knudson16-Oct-08 7:49
Doug Knudson16-Oct-08 7:49 
AnswerRe: How to execute methods from ATL/COM base class Pin
Mike Dimmick19-Oct-08 0:50
Mike Dimmick19-Oct-08 0:50 
GeneralRe: How to execute methods from ATL/COM base class Pin
Doug Knudson20-Oct-08 5:36
Doug Knudson20-Oct-08 5:36 
Questionproblem accessing .net dll from excel 2003 Pin
newbieNeeraj15-Oct-08 1:42
newbieNeeraj15-Oct-08 1:42 
GeneralInterface - Class Pin
Karri Mohan14-Oct-08 0:40
Karri Mohan14-Oct-08 0:40 
AnswerRe: Interface - Class Pin
Roger Stoltz14-Oct-08 1:42
Roger Stoltz14-Oct-08 1:42 
AnswerRe: Interface - Class Pin
prasad_som16-Oct-08 5:01
prasad_som16-Oct-08 5:01 
QuestionVisual c++ in managed environment with Framework and no visualstudio Pin
balu1234513-Oct-08 21:48
balu1234513-Oct-08 21:48 
AnswerRe: Visual c++ in managed environment with Framework and no visualstudio Pin
alchong14-Oct-08 6:43
alchong14-Oct-08 6:43 
GeneralRe: Visual c++ in managed environment with Framework and no visualstudio Pin
balu1234514-Oct-08 7:11
balu1234514-Oct-08 7:11 
QuestionIt still gives "Unknown Publisher" error even after signing ActiveX control Pin
dharmesh@krishtechnologies.net8-Oct-08 23:22
dharmesh@krishtechnologies.net8-Oct-08 23:22 
QuestionReleasing CComPtr Pin
alchong8-Oct-08 13:34
alchong8-Oct-08 13:34 
AnswerRe: Releasing CComPtr Pin
Lim Bio Liong8-Oct-08 18:45
Lim Bio Liong8-Oct-08 18:45 

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.