-
Reflection Class in VB6
Hello,
Which dll we can use in Visual Basic if we want the features of System.Reflection [.NET]?
I like to read all properties, methods and events of a particular control or dll written in VB6 and I like to invoke some methods of dll from another application. Using Reflection in .NET, these task is very easy for developers.
How about in VB6?
Thanks in advance.
Any Idea would be greatly appreciated..
-
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Thank you. Phil. It's very useful for me.
Actually, I was also finding about this in google but i used wrong keyword like "VB6 Reflection Class" or etc.....
Thanks again..
-
Hello,
Could anyone please tell me the way to get the function that has a specific tag?
Suppose I'm creating automation project. I have to create two project, one for writing automation script [eg: ControlTestingScript Project] and another for testing script from frist project [ eg: ControlTester Project]. In ControlTestingScript project, I write one procedure as following to test one property of control..
[Test]
Public Sub Control_BackColorTesting()
'...........
End Sub
I like to get this method of ControlTestingScript.exe from ControlTester, then I like to invoke this method. [In .NET, we can invoke easily using System.Reflection.]. I tried to get this method of ControlTestScript.exe using TypeLib but one error come out "The specified file could not be found, or the file doesn't contain a valid typelib."
How can i access and invoke all methods of ControlTestScript.exe?
Thanks in advances.
Similar Threads
-
By none_none in forum Java
Replies: 17
Last Post: 04-28-2005, 03:00 PM
-
By John J in forum VB Classic
Replies: 6
Last Post: 11-29-2001, 01:47 PM
-
By Patrick Ireland in forum .NET
Replies: 3
Last Post: 05-07-2001, 03:04 PM
-
Replies: 1
Last Post: 10-24-2000, 11:38 AM
-
Replies: 4
Last Post: 09-17-2000, 05:18 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|