Hi,
I have an XML file with a list of tasks to be executed. One of the elements of the XML file is funcName (function name), which is the name of a function to be executed in my Visual Basic.NET application (v4).
I can retrieve the string name of the function, but how do I go about running it? I have two Class files, GUI and DISP.
i.e.
myDISP AS new DISP
strFunction = readXML()
myDISP.strFunction (where strFunction is the name of the function returned from the XML file.)
Thanks in advance.
Adam
I have an XML file with a list of tasks to be executed. One of the elements of the XML file is funcName (function name), which is the name of a function to be executed in my Visual Basic.NET application (v4).
I can retrieve the string name of the function, but how do I go about running it? I have two Class files, GUI and DISP.
i.e.
myDISP AS new DISP
strFunction = readXML()
myDISP.strFunction (where strFunction is the name of the function returned from the XML file.)
Thanks in advance.
Adam