Search found 12 matches

by Cheney
Thu Aug 12, 2010 1:08 am
Forum: Developer's Forum for Windows
Topic: Is there any API to change Zoom Direction?
Replies: 0
Views: 6336

Is there any API to change Zoom Direction?

The Zoom Direction can be changed on Control Panel, but I want to change it in codes, so is there any API to do that? Thank you!
by Cheney
Thu Jun 10, 2010 11:39 pm
Forum: Windows Discussion Forum
Topic: Can 3DConnexion devices work on Remote Desktop?
Replies: 4
Views: 13340

Thank you!
by Cheney
Wed Jun 09, 2010 12:47 am
Forum: Windows Discussion Forum
Topic: Can 3DConnexion devices work on Remote Desktop?
Replies: 4
Views: 13340

Can 3DConnexion devices work on Remote Desktop?

I connect to another computer via Remote Desktop, and the 3dConnexion device does not work on the remote computer. We are not using RawInput now in our application, but registering the SpaceWareMessage00 message and handling it. Can the device work on remote computer or there is something wrong in o...
by Cheney
Wed May 26, 2010 2:20 am
Forum: Windows Discussion Forum
Topic: How to detect whether the devices are plugged/unplugged?
Replies: 13
Views: 13037

Where are the inf files? I cannot find them in \program files\3DConnexion\3Dconnexion 3DxSoftWare and \WINDOWS\inf.

I need to get all the devices we want to support if i run a test program and save the GUIDs. And unfortunately i only have three of them now.
by Cheney
Tue May 25, 2010 2:23 am
Forum: Windows Discussion Forum
Topic: How to detect whether the devices are plugged/unplugged?
Replies: 13
Views: 13037

Calling the function HidD_GetHidGuid() requires installing the DDK. So i think it costs too much to implement the functionality in this way that asks all developers to install DDk and makes the application independ on the library. Is this the only way to get the status? And When will the versin 7 be...
by Cheney
Tue May 25, 2010 1:57 am
Forum: Developer's Forum for Windows
Topic: How to show 3DConnexion control panel in application codes
Replies: 1
Views: 6072

How to show 3DConnexion control panel in application codes

We want to add an access in the application to open 3dconnexion control panel. Does 3dconnexion have its own API to open its control panel, or i need to use Windows API to do that? Thank you!
by Cheney
Tue May 25, 2010 12:26 am
Forum: Developer's Forum for Windows
Topic: How to show 3DConnexion control panel in application codes
Replies: 1
Views: 6750

How to show 3DConnexion control panel in application codes

We want to add an access in the application to open 3dconnexion control panel. Does 3dconnexion have its own API to open its control panel, or i need to use Windows API to do that? Thank you1
by Cheney
Mon May 24, 2010 2:53 am
Forum: Windows Discussion Forum
Topic: How to detect whether the devices are plugged/unplugged?
Replies: 13
Views: 13037

Registering for device notification needs the GUID of the device, and i cannot find the GUID in the Device Manager, Registry and etc. Do you know where i can find the GUID? Tnank you!
by Cheney
Mon May 17, 2010 11:49 pm
Forum: Windows Discussion Forum
Topic: How to detect whether the devices are plugged/unplugged?
Replies: 13
Views: 13037

We are not using Raw Input currently. We register the message SpaceWareMessage00 and handle it. As I understand it, the Raw Input is about how to handle the message. Dose connecting/disconnecting the device send any message that can only be handled by Raw Input. My requirement is that open our produ...
by Cheney
Thu May 13, 2010 2:58 am
Forum: Windows Discussion Forum
Topic: How to detect whether the devices are plugged/unplugged?
Replies: 13
Views: 13037

We have a button for 3dconnexion related function, and want to show the button when the device is plugged and hide it when device is unplugged. So we need detect the status in codes.
by Cheney
Tue May 11, 2010 7:34 pm
Forum: Windows Discussion Forum
Topic: How to detect whether the devices are plugged/unplugged?
Replies: 13
Views: 13037

Sorry I did not make myself clear.

I want to support 3DConnexion device in our product, and want to detect whether the device is plugged or unplugged in codes. I cannot find any API to do this.