I am designing a form using .NET VS 2010, on a form I want a command button that loads the Outlook AD email list and submits the entered fields into a textbox, how can this be done?
That requires me to create my own user form - I want to call the exsising outlook form (see attached image)
.NET Programming
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER