X10 Community Forum

🖥️ActiveHome Pro => SDK => Topic started by: marineau on February 24, 2007, 02:21:12 PM

Title: TouchScreen and SDK
Post by: marineau on February 24, 2007, 02:21:12 PM
Hi developpers,

I created my own program with SDK and VB6, and use CM15A and CM11A to control modules. My program run under XP !

I would like add 2 touchscreen in my house to control any hardware on my home.

I want that while my Software (is minimized) running on my PC (winXP) and it connected to my normal 21" screen monitor
and that each touchscreen can display only my program (full screen)  and not WinXP.

Does anyone know if exist a KIT (TouchScreen and drivers) or (PCI adapter) to display once program running to XP via a special card or USB port to screen installed on wall ?
PS: Note that I don't want view WinXP on this touchscreen !

Thanks

Title: Re: TouchScreen and SDK
Post by: hkactive on February 25, 2007, 04:47:01 PM
Those are windows and hardware related questions.

A touchscreen capable monitor comes with its own drivers.

Disable the Always on Top property of the  Taskbar. And Enable the Autohide property. You can use the vbMaximized property to have your application take up the full screen.

Hank