bugs >> MS Voice Command 1.6 - Button assignment bug - Windows Mobile 5 -

by S3Jpcw » Fri, 09 Feb 2007 00:56:02 GMT

I am having a problem with SM Voice Command installed on a AudioVox Verizon
VX6700. Button 5 should have a primary (press) and secondary function (press
and hold). The program functions fine on button 5 until one needs to perform
a reset (or if you do a soft reset at installation, the problem is instantly
apparent.) Upon performing a reset, the primary function (press) of Button 5
is eradicated and no longer functions. Instead, only the secondary function
works. In other words, when you press once, the program assigned to "press
and hold" engages. And the program assigned to "press" (in this case Voice
Command) on button 5 doesn't engage. This only happens when Voice Command is
installed. Clearly it is an issue with the Voice Command ver. 1.6 When do
you anticipate having a fix for this problem?

In addition to destroying the normal primary function of button 5, all
functions of the 6700 seem to be more sluggish after this reset, so it
pervades more than the button function.

More information - Uninstalling Voice Command does not restore normal
function of the buttons. Only reinstalling the operating system will allow
the primary (press) and secondary (press and hold) functions to correctly
work again.

I would appreciate a response from you


bugs >> MS Voice Command 1.6 - Button assignment bug - Windows Mobile 5 -

by Bob Butler » Fri, 09 Feb 2007 01:06:01 GMT




XXXX@XXXXX.COM

And you are asking in a VB 6.0 newsgroup because?




Similar Threads

1. MS Voice Command 1.6 - Button assignment bug - Windows Mobile

I just chose one that said bugs. I couldn't find a voice command or windows 
mobile. Can you direct me to the right catagory? I don't visit here often 
(obviously.)

"Bob Butler" wrote:

> "Kris" < XXXX@XXXXX.COM > wrote in message news:13F38260-
>  XXXX@XXXXX.COM  
> > I am having a problem with SM Voice Command installed on a AudioVox
> > Verizon VX6700. 
> 
> And you are asking in a VB 6.0 newsgroup because?
> 
> 

2. MS Voice Command 1.6 - Button assignment bug - Windows Mobile 5

3. [ANN] Firebird .NET Data Provider 1.6 Alpha 1 released

4. need rtf 1.6 file - Word VBA

5. need rtf file version 1.6

Hi I am working on C++ code in which we support rtf 1.6 files for
uploading. In our code we read the information from the file base
upon
the control character. Now I need to support rtf version 1.8 also. I
need rtf 1.6 version file for comparing with 1.8. Please provide if
any one has.
Thanks in advance

6. VBS Script/WMI results different in Windows PE 1.6 vs. Windows PE 2.0

7. VBS Script/WMI results different in Windows PE 1.6 vs. Windows PE 2.0

Win32_DiskDrive

Set colItems = objWMIService.ExecQuery("Select * from
Win32_DiskDrive",,48)




On Sep 2, 8:57 am, "ThatsIT.net.au" <me@thatsit> wrote:
> What object are you working with
>
> InterfaceType is a property of what object?
>
> < XXXX@XXXXX.COM > wrote in message
>
> news: XXXX@XXXXX.COM ...
>
>
>
>
>
> > I'm writing a smallWMIscript to return some information about the
> > physical disks on a desktop.  The script is to be called while Windows
> > PE is running.  Both versions of PE should supportWMI, however, I'm
> > getting different results depending on which version of PE I run the
> > code under.  I'm especially interested in getting the results for the
> > value of InterfaceType.  Under Windows PE 1.6, the value is Null and
> > under Windows PE 2.0 the value is either IDE or USB (the correct
> > values).  All other values are returned normally.  I read that Windows
> > PE 2.0 does have expanded capabilities on what is available viaWMI.
> > I was just wondering if others had seen similar behavior or if there
> > was a way to determine if the InterfaceType would ever be available
> > under PE 1.6?
>
> > Here is the script:
>
> > ***************
> > Sub ListDiskDriveInfo( strComputer )
> > Dim objWMIService, colItems
>
> > Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root
> > \cimv2")
> > Set colItems = objWMIService.ExecQuery("Select * from
> > Win32_DiskDrive",,48)
>
> > For Each objItem in colItems
>
> > If objItem.InterfaceType <> "USB" then
> > If objItem.MediaType = "Fixed hard disk media" then
> > Wscript.Echo "Description: " & objItem.Description
> > Wscript.Echo "DeviceID: " & objItem.DeviceID
> > Wscript.Echo "Index: " & objItem.Index
> > GIndex = objItem.Index + 1
> > Wscript.Echo "Ghost Index: " & GIndex
> > Wscript.Echo "InterfaceType: " & objItem.InterfaceType
> > Wscript.Echo "MediaType: " & objItem.MediaType
> > Wscript.Echo "Name: " & objItem.Name
> > Wscript.Echo "Partitions: " & objItem.Partitions
> > Wscript.Echo "Size: " & objItem.Size
> > Wscript.Echo "Status: " & objItem.Status
> > Wscript.Echo "SystemName: " & objItem.SystemName
> > Wscript.Echo "********************* "
> > End If
> > End If
> > Next
>
> > End Sub
>
> > '
> > ***************************************************************************
>>>> ' Main
>>>> '
>>>> ***************************************************************************>
> > Dim strComputer>
> > '* Do>
> > '* strComputer = inputbox( "Please enter a computername or . for local>
> > computer", "Input" )>
> > '* Loop until strComputer&g<;<> "">
>>
> > strComputer = ".">
>>
> > ListDiskDriveInfo( strComputer )>
> > **************- Hide quoted text ->
>>
> - Show quoted text -


8. How to add command button in a particular column in my datagrid windows form vb