hello all,
in articles on internet, i have seen that vb net developers can use My class to do all sorts of cool stuff, very easily. does c# have anything like My? i love to use some of the functions from My in my c# project. please help
IvanC
in articles on internet, i have seen that vb net developers can use My class to do all sorts of cool stuff, very easily. does c# have anything like My? i love to use some of the functions from My in my c# project. please help
IvanC
No, there is no such thing for C#, but you can reference the Microsoft.VisualBasic.dll file and use the classes.
/Brian
/Brian