shean85
December 2nd, 2004, 10:28 AM
Hi to all,
I have a question about .NET.
I need to write some sample class that knows to work with the text file(read/write/find) . I should be able to connect this class to any language in .NET(VB .Net,c#,vc++...). I don't know what the best and the right way to do it using .NET(library,com,dll,....). From the main program should be possiable to do simple call ,like MyClass* p_class -> p_class->getxx(...) or p_class->setxx(...)
If you have any example, it will be grade
Thank you.
I have a question about .NET.
I need to write some sample class that knows to work with the text file(read/write/find) . I should be able to connect this class to any language in .NET(VB .Net,c#,vc++...). I don't know what the best and the right way to do it using .NET(library,com,dll,....). From the main program should be possiable to do simple call ,like MyClass* p_class -> p_class->getxx(...) or p_class->setxx(...)
If you have any example, it will be grade
Thank you.