• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 
April 23, 2024, 07:36:51 pm

News:

SMF - Just Installed!


WPF HID

Started by MLCMichael, July 27, 2011, 06:46:26 am

Previous topic - Next topic

MLCMichael

Is it possible to use HID- component under visual studio 2010 wpf? rrComm Lib.Net

Roman Novgorodov

Hello

Yes. nrComm NET should work with any .NET applications.
Installers supports Visual Studio 2005, VS 2008 and VS 2010.

If you find problems with nrComm NET functionality, please, post here sources of demo WPF project that shows error. We will check and resolve troubles.

Roman Novgorodov
DeepSoftware LLC
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

MLCMichael

Hello,

thanks for the quick reply. Is their any sample for HID-communication under WPF?
I have written a simple application under windows forms. Works good!
But under WPF, I see no possibility to integrate nrHidx!?

Roman Novgorodov

Hello

There are several ways to using ordinary .NET components (like nrComm NET) in WPF projects:

Please take a look here:
http://www.c-sharpcorner.com/UploadFile/mahesh/WinF2WPF06192008213220PM/WinF2WPF.aspx
http://www.textcontrol.com/en_US/downloads/library/snippet/wpf/

Also you can add reference to nrComm.Core and nrComm.Hid assemblies and create needed objects at runtime.

Roman Novgorodov
DeepSoftware LLC
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

MLCMichael

Hello,

I get it.
It works fine under WPF.
Thanks