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

COM

 
QuestionCompilation error: Cannot convert char to LPWSTR Pin
V K 220-Jul-08 19:43
V K 220-Jul-08 19:43 
QuestionRe: Compilation error: Cannot convert char to LPWSTR Pin
CPallini20-Jul-08 22:46
mveCPallini20-Jul-08 22:46 
AnswerRe: Compilation error: Cannot convert char to LPWSTR Pin
Member 37611484-Aug-08 19:14
Member 37611484-Aug-08 19:14 
QuestionInstantiating COM objects Pin
Member 465324617-Jul-08 10:47
Member 465324617-Jul-08 10:47 
AnswerRe: Instantiating COM objects Pin
Member 69787017-Jul-08 11:20
Member 69787017-Jul-08 11:20 
AnswerRe: Instantiating COM objects Pin
ekklesia30-Jul-08 16:05
ekklesia30-Jul-08 16:05 
QuestionAll instances of a class? Pin
jsp_clarke17-Jul-08 0:39
jsp_clarke17-Jul-08 0:39 
QuestionPass Parameter to Activex using HTML Pin
_tasleem16-Jul-08 21:27
_tasleem16-Jul-08 21:27 
hi all i have made a activex controll in vb6 and here is code for its properties which i want to assign value using the

Public Property Let WriteCardId(Net8ServiceIn As String)<br />
   WriteCardId = Net8ServiceIn<br />
   MsgBox "Card Id Property  " + Net8ServiceIn<br />
   PropertyChanged "WriteCardId"<br />
End Property<br />
Public Property Get WriteCardId() As String<br />
   WriteCardId = WriteCardId<br />
   MsgBox "Card Id Property  " + WriteCardId<br />
End Property<br />
<br />
Public Property Set WriteCardId(Net8ServiceIn As Object)<br />
   WriteCardId = CStr(Net8ServiceIn)<br />
   MsgBox "Card Id Property  " + WriteCardId<br />
   PropertyChanged "WriteCardId"<br />
End Property<br />
Private Sub UserControl_ReadProperties(PropBag As PropertyBag)<br />
  WriteCardId = PropBag.ReadProperty("WriteCardId", "111")<br />
  MsgBox "read Properties changed"<br />
End Sub<br />


when i access this from html page using Object Tag
<br />
<object id="SCWebWriter" classid="CLSID:key" codebase="WebWriter.CAB#version=1,0,0,42"><br />
 Param name="WriteCardId" value="SCOTT" <br />
</object><br />



it does not pass values to activex as no Messagebox is shown,,tags < and > are added on param but unable to add on this editor.

Regards.
Tasleem Arif

QuestionDoes _IDTExtensiblity2 interface work for OE/ Windows Mail addins? Pin
dolly16-Jul-08 0:12
dolly16-Jul-08 0:12 
GeneralNEW to COM Pin
kDevloper15-Jul-08 2:12
kDevloper15-Jul-08 2:12 
GeneralRe: NEW to COM Pin
Perspx15-Jul-08 10:54
Perspx15-Jul-08 10:54 
GeneralRe: NEW to COM Pin
kDevloper15-Jul-08 18:41
kDevloper15-Jul-08 18:41 
GeneralRe: NEW to COM Pin
Perspx15-Jul-08 19:51
Perspx15-Jul-08 19:51 
GeneralRe: NEW to COM Pin
kDevloper15-Jul-08 20:32
kDevloper15-Jul-08 20:32 
GeneralRe: NEW to COM Pin
Michael Dunn22-Jul-08 11:45
sitebuilderMichael Dunn22-Jul-08 11:45 
GeneralRe: NEW to COM Pin
kDevloper25-Jul-08 20:10
kDevloper25-Jul-08 20:10 
QuestionREMOTE DESKTOP COM ACTIVE X CONTROL Pin
dementia12314-Jul-08 3:44
dementia12314-Jul-08 3:44 
AnswerRe: REMOTE DESKTOP COM ACTIVE X CONTROL Pin
dementia1231-Aug-08 9:16
dementia1231-Aug-08 9:16 
QuestionPassing C# exception through COM to get _com_error Pin
Green Fuze12-Jul-08 23:51
Green Fuze12-Jul-08 23:51 
QuestionQuestion regarding path - dumb question.... Pin
1.21 Gigawatts11-Jul-08 1:19
1.21 Gigawatts11-Jul-08 1:19 
AnswerRe: Question regarding path - dumb question.... Pin
Baltoro19-Jul-08 7:44
Baltoro19-Jul-08 7:44 
GeneralRe: Question regarding path - dumb question.... Pin
1.21 Gigawatts20-Jul-08 19:43
1.21 Gigawatts20-Jul-08 19:43 
AnswerRe: Question regarding path - dumb question.... Pin
Luc Pattyn19-Jul-08 8:17
sitebuilderLuc Pattyn19-Jul-08 8:17 
GeneralRe: Question regarding path - dumb question.... Pin
1.21 Gigawatts20-Jul-08 19:43
1.21 Gigawatts20-Jul-08 19:43 
Questionredefinition Enum member on IDL file [modified] Pin
iman_kh10-Jul-08 7:27
iman_kh10-Jul-08 7:27 

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.