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

COM

 
QuestionHow to debug when I'm developing an outlook add-in using COM? Pin
OctopusThu25-Oct-06 8:35
OctopusThu25-Oct-06 8:35 
AnswerRe: How to debug when I'm developing an outlook add-in using COM? Pin
Jörgen Sigvardsson25-Oct-06 9:48
Jörgen Sigvardsson25-Oct-06 9:48 
GeneralRe: How to debug when I'm developing an outlook add-in using COM? Pin
Mike Dimmick25-Oct-06 23:54
Mike Dimmick25-Oct-06 23:54 
QuestionNeed to read value from config file Pin
Shilpa124-Oct-06 10:24
Shilpa124-Oct-06 10:24 
AnswerRe: Need to read value from config file Pin
voorugonda prashanth29-Oct-06 23:09
voorugonda prashanth29-Oct-06 23:09 
Questiongetactiveobject vs cocreateinstance Pin
sbuchner24-Oct-06 2:43
sbuchner24-Oct-06 2:43 
QuestionC# & mswinsock.ocx Pin
Shahin7719-Oct-06 11:41
Shahin7719-Oct-06 11:41 
AnswerRe: C# & mswinsock.ocx Pin
Mike Dimmick23-Oct-06 1:43
Mike Dimmick23-Oct-06 1:43 
Don't use this control in C#. Instead, use the System.Net.Sockets.Socket class, or the TcpClient, UdpClient, TcpListener classes which are a little more friendly to use.

The data you get from the socket will be in raw bytes. You will need to use one of the System.Text.Encoding classes to turn text from the byte-oriented wire format into a string. As a starting point, try Encoding.Default.

Stability. What an interesting concept. -- Chris Maunder

QuestionActivedocument error - word addin problem Pin
K edar V18-Oct-06 20:07
K edar V18-Oct-06 20:07 
AnswerRe: Activedocument error - word addin problem Pin
K edar V18-Oct-06 20:25
K edar V18-Oct-06 20:25 
QuestionError while Installing Pin
Jeeva Mary Varghese18-Oct-06 19:26
Jeeva Mary Varghese18-Oct-06 19:26 
GeneralRe: Error while Installing Pin
prasad_som18-Oct-06 20:08
prasad_som18-Oct-06 20:08 
GeneralRe: Error while Installing Pin
Jeeva Mary Varghese18-Oct-06 20:50
Jeeva Mary Varghese18-Oct-06 20:50 
AnswerRe: Error while Installing Pin
Jonathan [Darka]19-Oct-06 23:38
professionalJonathan [Darka]19-Oct-06 23:38 
QuestionQustions about onLoad event!!!~~~~~thanks Pin
Armor Wei18-Oct-06 0:08
Armor Wei18-Oct-06 0:08 
QuestionUrgent : Regarding the delete w.r.t COM Pin
janadhana16-Oct-06 20:46
janadhana16-Oct-06 20:46 
QuestionRe: Urgent : Regarding the delete w.r.t COM Pin
prasad_som16-Oct-06 21:20
prasad_som16-Oct-06 21:20 
AnswerRe: Urgent : Regarding the delete w.r.t COM Pin
janadhana16-Oct-06 22:24
janadhana16-Oct-06 22:24 
AnswerRe: Urgent : Regarding the delete w.r.t COM Pin
prasad_som16-Oct-06 22:36
prasad_som16-Oct-06 22:36 
GeneralRe: Urgent : Regarding the delete w.r.t COM [modified] Pin
Jörgen Sigvardsson18-Oct-06 9:07
Jörgen Sigvardsson18-Oct-06 9:07 
GeneralRe: Urgent : Regarding the delete w.r.t COM Pin
janadhana23-Oct-06 1:38
janadhana23-Oct-06 1:38 
AnswerRe: Urgent : Regarding the delete w.r.t COM Pin
User 21559716-Oct-06 23:10
User 21559716-Oct-06 23:10 
GeneralRe: Urgent : Regarding the delete w.r.t COM Pin
janadhana23-Oct-06 1:40
janadhana23-Oct-06 1:40 
QuestionConverting exe to com Pin
ashokvishnu16-Oct-06 17:59
ashokvishnu16-Oct-06 17:59 
AnswerRe: Converting exe to com Pin
Mike Dimmick17-Oct-06 0:09
Mike Dimmick17-Oct-06 0:09 

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.