From: Horst Heinrich Dittgens on
Would like to adapt my shareware to these new touchpad handhelds (I hope I
find one running Windows), but how can I develop for and simulate a touchpad
device on a standard desktop PC in VB6? And, if possible, can this be done
also under VISTA instead of Win7? Any hints appreciated. Thanks, HHD.

From: Dee Earley on
On 27/04/2010 12:42, Horst Heinrich Dittgens wrote:
> Would like to adapt my shareware to these new touchpad handhelds (I hope
> I find one running Windows), but how can I develop for and simulate a
> touchpad device on a standard desktop PC in VB6? And, if possible, can
> this be done also under VISTA instead of Win7? Any hints appreciated.
> Thanks, HHD.

In VB6? very unlikely.
You either need to look to C (MFC I think) or .net to work on any of the
modern Windows mobile devices.

For Android, you will need Java, whereas Apple, needs Objective C.
Pick a target :)

--
Dee Earley (dee.earley(a)icode.co.uk)
i-Catcher Development Team

iCode Systems

(Replies direct to my email address will be ignored.
Please reply to the group.)
From: Horst Heinrich Dittgens on
> In VB6? very unlikely.
> You either need to look to C (MFC I think) or .net to work on any of the
> modern Windows mobile devices.

Hmm, I thought that for a Windows based system I should only need something
like a touchpad simulator driver. Even dot net libraries can be called by
VB6 apps, I've read (but never tried).

Am I wrong?

From: Karl E. Peterson on
Dee Earley wrote:
> On 27/04/2010 12:42, Horst Heinrich Dittgens wrote:
>> Would like to adapt my shareware to these new touchpad handhelds (I hope
>> I find one running Windows), but how can I develop for and simulate a
>> touchpad device on a standard desktop PC in VB6? And, if possible, can
>> this be done also under VISTA instead of Win7? Any hints appreciated.
>> Thanks, HHD.
>
> In VB6? very unlikely.
> You either need to look to C (MFC I think) or .net to work on any of the
> modern Windows mobile devices.

Oh puhleeze...

--
..NET: It's About Trust!
http://vfred.mvps.org


From: Karl E. Peterson on
Horst Heinrich Dittgens wrote:
>> In VB6? very unlikely.
>> You either need to look to C (MFC I think) or .net to work on any of the
>> modern Windows mobile devices.
>
> Hmm, I thought that for a Windows based system I should only need something
> like a touchpad simulator driver. Even dot net libraries can be called by VB6
> apps, I've read (but never tried).
>
> Am I wrong?

I dunno, but almost certainly there's some sort of message based
notification. Probably simulated mouse clicks, or something.

--
..NET: It's About Trust!
http://vfred.mvps.org