Click here to Skip to main content
15,922,155 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem while sending mail from Windows service using MSMAPI Pin
Dave Kreskowiak20-Nov-03 9:56
mveDave Kreskowiak20-Nov-03 9:56 
GeneralRe: Problem while sending mail from Windows service using MSMAPI Pin
alexander13221-Nov-03 3:28
alexander13221-Nov-03 3:28 
QuestionHow to do this C# unsafe pointer passing in VB.NET Pin
the_warlord19-Nov-03 15:32
the_warlord19-Nov-03 15:32 
AnswerRe: How to do this C# unsafe pointer passing in VB.NET Pin
Dave Kreskowiak20-Nov-03 9:58
mveDave Kreskowiak20-Nov-03 9:58 
AnswerRe: How to do this C# unsafe pointer passing in VB.NET Pin
Dave Kreskowiak21-Nov-03 4:02
mveDave Kreskowiak21-Nov-03 4:02 
GeneralRe: How to do this C# unsafe pointer passing in VB.NET Pin
the_warlord21-Nov-03 12:24
the_warlord21-Nov-03 12:24 
GeneralRe: How to do this C# unsafe pointer passing in VB.NET Pin
Dave Kreskowiak24-Nov-03 4:19
mveDave Kreskowiak24-Nov-03 4:19 
GeneralDynamic function calls in VB Pin
Cliff Wellman19-Nov-03 10:21
Cliff Wellman19-Nov-03 10:21 
Has anyone out there created an application using "dynamic" function calls. By dynamic I mean that you can instanciate an ActiveX object using the CreateObject() function and then make a call to a function using another variable. Maybe the following example will illustrate my questions.

Let's say there is an ActiveX DLL called TestDll, that contains a class called Test, which has a method called GetText() and it returns a String. In the following code I want to access the GetText method "dynamically". See below...

...

Dim obj as Object
Dim sFunctionName as String
Dim sResult as String

' Create my Test object
Set obj = CreateObject("TestDll.Test")
' Set the name of the function that I want to call "dyanmically"
sFunctionName = "GetText"

'Now dynamically call GetText
'The following line obviously doesn't work and what I'm trying to do is make a call to obj.GetText()
sResult = obj.[sFunctionName]

...

If anyone has any constructive ideas, I'd be appreciated.


GeneralRe: Dynamic function calls in VB Pin
Michael P Butler19-Nov-03 12:54
Michael P Butler19-Nov-03 12:54 
GeneralRe: Dynamic function calls in VB Pin
MS le Roux19-Nov-03 18:30
MS le Roux19-Nov-03 18:30 
GeneralRe: Dynamic function calls in VB Pin
Dave Kreskowiak20-Nov-03 9:29
mveDave Kreskowiak20-Nov-03 9:29 
GeneralRe: Dynamic function calls in VB Pin
Cliff Wellman21-Nov-03 2:47
Cliff Wellman21-Nov-03 2:47 
Generalcalling myclass subs Pin
Anonymous19-Nov-03 10:10
Anonymous19-Nov-03 10:10 
GeneralRe: calling myclass subs Pin
Dave Kreskowiak20-Nov-03 9:08
mveDave Kreskowiak20-Nov-03 9:08 
General.NET Deployment Errors Pin
wmhhodson19-Nov-03 7:48
wmhhodson19-Nov-03 7:48 
GeneralRe: .NET Deployment Errors Pin
Dave Kreskowiak19-Nov-03 8:37
mveDave Kreskowiak19-Nov-03 8:37 
GeneralRe: .NET Deployment Errors Pin
wmhhodson19-Nov-03 9:10
wmhhodson19-Nov-03 9:10 
Questionneed to parse text. Any ideas on how to write the conversion routine? Pin
ratman219-Nov-03 7:21
ratman219-Nov-03 7:21 
AnswerRe: need to parse text. Any ideas on how to write the conversion routine? Pin
Dave Kreskowiak19-Nov-03 8:26
mveDave Kreskowiak19-Nov-03 8:26 
GeneralRe: need to parse text. Any ideas on how to write the conversion routine? Pin
ratman219-Nov-03 15:01
ratman219-Nov-03 15:01 
GeneralRe: need to parse text. Any ideas on how to write the conversion routine? Pin
Dave Kreskowiak20-Nov-03 4:21
mveDave Kreskowiak20-Nov-03 4:21 
GeneralSpeech To Text Pin
ganesansivasamy19-Nov-03 3:20
ganesansivasamy19-Nov-03 3:20 
GeneralRe: Speech To Text Pin
Dave Kreskowiak19-Nov-03 3:49
mveDave Kreskowiak19-Nov-03 3:49 
GeneralRe: Speech To Text Pin
Anonymous19-Nov-03 23:38
Anonymous19-Nov-03 23:38 
GeneralRe: Speech To Text Pin
Dave Kreskowiak20-Nov-03 4:13
mveDave Kreskowiak20-Nov-03 4:13 

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.