From: Horst Heinrich Dittgens on 27 Apr 2010 07:42 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 27 Apr 2010 08:47 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 27 Apr 2010 13:53 > 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 27 Apr 2010 14:45 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 27 Apr 2010 14:46
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 |