Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
192 views

How can I simulate additional mice in Windows?

I'm using the MultiPoint SDK to create a collaborative educational application for children in less affluent countries, where there is not one computer for each student in the classroom. Because we ...
0
votes
1answer
17 views

MultiPoint Bluetooth Connection

Consider the BluetoothChat sample. I'd like to provide the possibility to allow multiple simultaneous Bluetooth connection into a peer. Are there additional actions to simple Bluetooth connection ...
0
votes
1answer
97 views

How to create multiple Mouse controls which work separately in C#?

I am implementing a program in C# which can "Play" multiple instance of a game at the same time. The actions of the spawned instance is based on my actions. For example, when i click at position X, Y ...
0
votes
1answer
81 views

Windows multipoint SDK MultipointSdk.Instance.Initialize(this) method not found?

I have downloaded a sample windows touch driver from here http://blogs.msdn.com/b/ansont/archive/2010/01/30/custom-touch-devices.aspx I have installed the Windows MultiPoint Mouse Software ...
0
votes
2answers
521 views

GIS: Converting multi polygons to multiple features

I am involved in a GIS project. I have a base map file (shape file) that contains the road layer for a large portion of a town. The problem is that the shape file contains only two features each ...
0
votes
2answers
385 views

Load points from SQL Server Multipoint data type into table

I'm kicking around the idea of using the new geometry datatype to represent a vector in the database. The multipoint geometry data type would work well for this, but my question is, is there a way to ...
0
votes
1answer
195 views

Are there any good resources for microsoft multipoint sdk development?

i just manage to get myself in a tight spot, it seems our company is playing with the idea of developing a microsoft multipoint app, and the funny thing is that we're not really much of a .net ...