Click here to Skip to main content
15,887,214 members
Home / Discussions / COM
   

COM

 
Generalusing com without registration Pin
justintimberlake8-Mar-08 16:31
justintimberlake8-Mar-08 16:31 
GeneralRe: using com without registration Pin
User 2155979-Mar-08 3:14
User 2155979-Mar-08 3:14 
GeneralRe: using com without registration Pin
justintimberlake9-Mar-08 16:52
justintimberlake9-Mar-08 16:52 
GeneralRe: using com without registration Pin
User 21559710-Mar-08 11:32
User 21559710-Mar-08 11:32 
GeneralProxy Manager on Remote Clients Pin
swjam7-Mar-08 22:04
swjam7-Mar-08 22:04 
GeneralEvent Map of an ActiveX control Pin
AbbyIndian6-Mar-08 6:59
AbbyIndian6-Mar-08 6:59 
QuestionCOM Addin crashes Excel. What am I doing wrong? Pin
ssaddi3-Mar-08 19:35
ssaddi3-Mar-08 19:35 
GeneralRe: COM Addin crashes Excel. What am I doing wrong? Pin
Nathan Holt at EMOM4-Mar-08 9:42
Nathan Holt at EMOM4-Mar-08 9:42 
ssaddi wrote:
1. Why am I getting an inaccessible location address?


My guess is that input does not contain an array of BSTR. I'd suggest adding a check that input.vt is the correct value, which would be something like (VT_ARRAY | VT_BSTR).


ssaddi wrote:
2. Why do we use HUGEP* and FAR* instead of a simple **? I was using ** earlier but in my efforts to make this work, picked these up from some googled doc/articles online.


You can probably leave out the HUGEP and FAR. They come from the Windows 3.1 days or earlier.


ssaddi wrote:
3. HOW can I paste stuff into this textbox? I had to rewrite all the code and it has also lost its indentation?


You can paste into almost any text box using Ctrl-v. To keep the indentation, you need to put your sections into a <pre></pre> block.

Nathan
GeneralRe: COM Addin crashes Excel. What am I doing wrong? Pin
ssaddi4-Mar-08 10:58
ssaddi4-Mar-08 10:58 
GeneralRe: COM Addin crashes Excel. What am I doing wrong? Pin
Nathan Holt at EMOM4-Mar-08 11:15
Nathan Holt at EMOM4-Mar-08 11:15 
QuestionRe: COM Addin crashes Excel. What am I doing wrong? Pin
Nathan Holt at EMOM6-Mar-08 4:45
Nathan Holt at EMOM6-Mar-08 4:45 
GeneralRe: COM Addin crashes Excel. What am I doing wrong? Pin
ssaddi6-Mar-08 10:15
ssaddi6-Mar-08 10:15 
GeneralRe: COM Addin crashes Excel. What am I doing wrong? Pin
Nathan Holt at EMOM6-Mar-08 10:43
Nathan Holt at EMOM6-Mar-08 10:43 
GeneralRe: COM Addin crashes Excel. What am I doing wrong? Pin
ssaddi6-Mar-08 10:38
ssaddi6-Mar-08 10:38 
GeneralRe: COM Addin crashes Excel. What am I doing wrong? Pin
Nathan Holt at EMOM6-Mar-08 10:54
Nathan Holt at EMOM6-Mar-08 10:54 
Generalcom dll and console client......... Pin
bhogavalli2-Mar-08 19:52
bhogavalli2-Mar-08 19:52 
GeneralCOM dll connect to console client Pin
sheshidar2-Mar-08 19:19
sheshidar2-Mar-08 19:19 
QuestionRe: COM dll connect to console client Pin
CPallini2-Mar-08 21:04
mveCPallini2-Mar-08 21:04 
GeneralError on this dll file ( LpiCom_6_0.LPOrderPart ) Pin
Sujit Gupta29-Feb-08 23:01
Sujit Gupta29-Feb-08 23:01 
GeneralRe: Error on this dll file ( LpiCom_6_0.LPOrderPart ) Pin
User 2155971-Mar-08 2:06
User 2155971-Mar-08 2:06 
Generalproblem with a WebBrowser control Pin
sashka29-Feb-08 2:06
sashka29-Feb-08 2:06 
GeneralRe: problem with a WebBrowser control Pin
User 2155971-Mar-08 2:08
User 2155971-Mar-08 2:08 
GeneralRe: problem with a WebBrowser control Pin
sashka3-Mar-08 1:12
sashka3-Mar-08 1:12 
GeneralRe: problem with a WebBrowser control Pin
User 2155976-Mar-08 12:35
User 2155976-Mar-08 12:35 
GeneralRe: problem with a WebBrowser control Pin
Member 471853120-Mar-08 6:43
Member 471853120-Mar-08 6:43 

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.