Search found 3 matches

by parallaxtz
Thu Jun 14, 2012 2:02 am
Forum: XBCD
Topic: Possible to allow guide button to act as a button?
Replies: 12
Views: 15610

Possible to allow guide button to act as a button?

A quick search shows that four options are available:

Â




wrapper w/ manifest

ctypes wrapper for CreateElevatedProcess API

python ShellExecuteEx

elevate powertool (i have used this one before, but to elevate batch scripts)


Â


I am guessing that ShellExecuteEx is the most ...
by parallaxtz
Thu Jun 14, 2012 1:36 am
Forum: XBCD
Topic: Possible to allow guide button to act as a button?
Replies: 12
Views: 15610

Possible to allow guide button to act as a button?

Depending on what sort of config file/whatever it writes out, it probably would be pretty straight forward to write something in Python/QT. This is what we do where I work for most GUI tools, since it's generally a lot faster to do that instead of C++/MFC/ATL.

Â


WDK7 is installing. We'll see if ...
by parallaxtz
Thu Jun 14, 2012 1:02 am
Forum: XBCD
Topic: Possible to allow guide button to act as a button?
Replies: 12
Views: 15610

Possible to allow guide button to act as a button?

So, I'd be willing to do some development on the driver. It'd be my frist driver (HID or otherwise). Certainly not my first programming project, as that's what I do for work.

Â


I actually want to use the driver's both at work and home, but there's just a couple things that don't always work ...