Posted 19 years ago
by Elmo Watson
I'm trying to figure out this whole intelliprompt thing -
first by copying and pasting into my own project - then, taking it apart - -
however I've got these two lines, in the Trigger section, I'm not sure what to do with:
Dim assemblies() As [Assembly] = AppDomain.CurrentDomain.GetAssemblies()
Dim assemblyData As [Assembly]
in VS.Net 2005, I get
Type assembly not defined...
??
first by copying and pasting into my own project - then, taking it apart - -
however I've got these two lines, in the Trigger section, I'm not sure what to do with:
Dim assemblies() As [Assembly] = AppDomain.CurrentDomain.GetAssemblies()
Dim assemblyData As [Assembly]
in VS.Net 2005, I get
Type assembly not defined...
??