problem

  • Thread starter Thread starter a
  • Start date Start date
A

a

i would like to use Microsoft.ink in my C# application but VS dont show
ink after microsoft.
Can someone tell me why?
 
a said:
i would like to use Microsoft.ink in my C# application but VS dont show
ink after microsoft.
Can someone tell me why?

You need to open the Solution Explorer, right-click on your project
name's in the Solution Explorer, and choose Add Reference...

This will bring up a dialog allowing you to add references to other
libraries. Once you have added a reference to the Microsoft.Ink dll,
you should be able to use it in your project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top