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

COM

 
GeneralRe: thumbnail using imgthumb ActiveX control Pin
toon27-Aug-02 1:52
toon27-Aug-02 1:52 
GeneralRe: IDocHostUIHandler::TranslateAccelerator Help Pin
Michael Mac21-Aug-02 11:47
Michael Mac21-Aug-02 11:47 
GeneralRe: IDocHostUIHandler::TranslateAccelerator Help Pin
Douglas Troy23-Aug-02 10:25
Douglas Troy23-Aug-02 10:25 
GeneralVBScript and COM Inf. with ByRef Pin
Anonymous21-Aug-02 6:57
Anonymous21-Aug-02 6:57 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin21-Aug-02 7:09
Ernest Laurentin21-Aug-02 7:09 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Anonymous21-Aug-02 9:31
Anonymous21-Aug-02 9:31 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin21-Aug-02 9:50
Ernest Laurentin21-Aug-02 9:50 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Anonymous21-Aug-02 22:12
Anonymous21-Aug-02 22:12 
Hello,

thanks, now it works !
BUT, is there no posibility to make this without to use a return variable ?
My VB Programms and C++ Clients are all working perfectly with a ByRef Call.
Must i really change all clients to use the RetVal, only because i want to use COM-Scripting with VBScript ?
In VBScript i can made ByRef Callings without problems.

Like :
Sub DoSubroutine( )
Dim x
x = 10
msgbox x
CallAnotherSub x
msgbox x
End Sub

Sub CallAnotherSub(ByRef var1)
var1 = var1^2
End Sub
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin22-Aug-02 7:38
Ernest Laurentin22-Aug-02 7:38 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Anonymous22-Aug-02 0:46
Anonymous22-Aug-02 0:46 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin22-Aug-02 6:52
Ernest Laurentin22-Aug-02 6:52 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Koep25-Aug-02 22:04
Koep25-Aug-02 22:04 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin27-Aug-02 5:21
Ernest Laurentin27-Aug-02 5:21 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin27-Aug-02 8:08
Ernest Laurentin27-Aug-02 8:08 
Generalreceiving data Pin
Lily1820-Aug-02 9:57
Lily1820-Aug-02 9:57 
QuestionHow to put HTML? Pin
User 100963419-Aug-02 8:20
User 100963419-Aug-02 8:20 
AnswerRe: How to put HTML? Pin
CodeProjectSQ19-Aug-02 9:29
CodeProjectSQ19-Aug-02 9:29 
AnswerRe: How to put HTML? Pin
Stephane Rodriguez.19-Aug-02 10:38
Stephane Rodriguez.19-Aug-02 10:38 
AnswerRe: How to put HTML? Pin
S.A.19-Aug-02 16:00
S.A.19-Aug-02 16:00 
GeneralRe: How to put HTML? Pin
Stephane Rodriguez.19-Aug-02 18:59
Stephane Rodriguez.19-Aug-02 18:59 
GeneralString Passing in COM component Pin
abhinarulkar18-Aug-02 21:23
abhinarulkar18-Aug-02 21:23 
GeneralRe: String Passing in COM component Pin
Jason Henderson19-Aug-02 2:53
Jason Henderson19-Aug-02 2:53 
GeneralRe: String Passing in COM component Pin
b_p_smith26-Aug-02 13:17
b_p_smith26-Aug-02 13:17 
GeneralRe: String Passing in COM component Pin
Jason Henderson26-Aug-02 17:01
Jason Henderson26-Aug-02 17:01 
GeneralRe: String Passing in COM component Pin
b_p_smith27-Aug-02 8:19
b_p_smith27-Aug-02 8:19 

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.