Hi,
I am painfully stuck on this please help.
I have created a DLL through which I need to call procedures in my Application with parameters.
I hereby hope to find a way to practical function more or less like this one...
Public Sub Main(ByVal formName as String, ByVal subName as String, ByVal param as Object)
' subName may be contain the value AAA or BBB in my formName
End Sub
'===========================
Public Sub AAA(param)
'do something for AAA
End Sub
'===========================
Public Sub BBB(param)
'do something for BBB
End Sub
I greatly appreciate your help/advice on this problem..
Regards
pgenga
:-|Bob
I am painfully stuck on this please help.
I have created a DLL through which I need to call procedures in my Application with parameters.
I hereby hope to find a way to practical function more or less like this one...
Public Sub Main(ByVal formName as String, ByVal subName as String, ByVal param as Object)
' subName may be contain the value AAA or BBB in my formName
End Sub
'===========================
Public Sub AAA(param)
'do something for AAA
End Sub
'===========================
Public Sub BBB(param)
'do something for BBB
End Sub
I greatly appreciate your help/advice on this problem..
Regards
pgenga
:-|Bob