|
| | |||||||
| Tablet PC Developers Show off your work while discussing with others how to create ink enabled applications. |
| | LinkBack | Thread Tools |
| |||
| Re: c# Sure, just download the Tablet PC SDK 1.7 and there are a bunch of samples included. There's also a pretty good book (though it's outdated now as it does not cover InkAnalyzer) called Building Tablet PC Applications. http://www.amazon.com/Building-Table...2671016&sr=8-3 You can also grab a free copy of Visual C# Express Edition from http://msdn.microsoft.com/vstudio which is perfect for learning C#. -- Josh Einstein (Tablet PC MVP) Einstein Technologies Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com "dougal" <dougal85******.com> wrote in message news:dougal.2ymead@no-mx.tabletquestions.com... > > Hi, > > I'm an aspiring student programming. I was wondering if there are any > docs or tutorials using ink with c#? > > cheers > > Dougal > > > -- > dougal |
| |||
| Re: c# Cheers, I've got visual studio 2005 through the uni already. I've downloaded and installed the SDK - its quite cool. The demo's all seem to work, after they are converted to 2005 project. However - When I make my own project I can't seem to get the references to Ink to work./ Right clicking references and selecting add. Then in the .NET tab I'm adding"using Microsoft.Ink.resources " (I also tried the 1.5 version)Then in the code I go to do using Microsft.Ink - however Ink is not showing up in the code assist so I'm assuming something is wrong. Can you help?*edit* Google toolbar spellchecker added some formatting, lol |
| |||
| Re: c# LOL leave it to Google to butcher the posts in a Microsoft developer's newsgroup. :) j/k Anyhow, yeah the Microsoft.Ink.dll is not registered as an assembly in there but you can browse for it. Make sure you find and download the ink analysis supplement too as IA is the way to go for recognition these days. Browse to C:\Program Files\Microsoft Tablet PC Platform SDK\Include\Microsoft.Ink.dll For ink analysis, same path but Microsoft.Ink.Analysis.dll Then the right namespace will be available. Remove the resources reference as it is not needed. -- Josh Einstein (Tablet PC MVP) Einstein Technologies Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com "dougal" <dougal85******.com> wrote in message news:dougal.2yo2gv@no-mx.tabletquestions.com... > > Cheers, I've got visual studio 2005 through the uni already. > > I've downloaded and installed the SDK - its quite cool. The demo's all > seem to work, after they are converted to 2005 project. However - When I > make my own project I can't seem to get the references to Ink to work./ > > Right clicking references and selecting add. Then in the .NET tab > *_I'm_* > adding > "using *_Microsoft.Ink.resources_* > " (I also tried the 1.5 version) > > Then in the code I go to do using *_Microsft.Ink_* > - however Ink is not showing up in the code assist so > *_I'm_* > assuming something is wrong. Can you help? > > *edit* Google toolbar spellchecker added some formatting, lol > > > -- > dougal |
| Bookmarks |
| Thread Tools | |
| |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |