-
- speech/speaker recognition
by Corisco
- 5 Replies
- Last post
by DPalacino
- Greetings! I have to do a proyect for college about speech/speaker recognition. I have been recommended to use Pocket Sphinx as voice processing library. However it is not completely/flawlessly integrated with .NET/Visual Studio, that is why I am looking for any other tool/API/library. Complexity is not really a problem, the app has to recognize only few words and speakers. Any clue on that Than
-
- threading
by SPESHOW
- 7 Replies
- Last post
by ScubaSteve20001
- i had an error in this line. may i know how to correct it..
threadField.Join( new System. TimeSpan (MiliSeconds * 10000));
-
- Mobile Web application.
by Krishna_123
- 1 Replies
- Last post
by Ilya Tumanov
- I am using .net 2003.
I am creating mobile web application
I have used mobile web forms and placed a three selection list control on the form.
I want the following things to happen.
When i click on the first selection list control the second selection list must be displayed with the text populated populated based on the text selected in the first list box.
How will i implement the a
-
- ProgressBar
by SOAC
- 6 Replies
- Last post
by SOAC
- may help someone,
HWND hwndPB;
HWND hwndParent;
HINSTANCE h_hinst;
hwndPB = CreateWindowEx(0 ,PROGRESS_CLASS,(LPCWSTR) NULL ,WS_CHILD | WS_VISIBLE, 10, 240, 220, 20, hwndParent,(HMENU) 0, h_hinst, NULL);
SendMessage(hwndPB,PBM_STEPIT,0,CLR_DEFAULT);
SendMessage(hwndPB,PBM_STEPIT,0,CLR_DEFAULT);
SendMessage(hwndPB,PBM_STEPIT,0,CLR_DEFAULT);
SendMessage(hwndPB,PBM_STEPIT,
-
- location of all the timezone definitions for pocket pc
by Manish Agarwal
- 3 Replies
- Last post
by Stephen Hauck
- Hi guys,
Can anyone point out the location where all the timezone definitions are stored for pocket pc i.e the source of timezones values that appear in dropdown list of combo box to select the timezone.
In the PC we get this information in the registry but in pcoket pc we checked the registry also and could not find anything.
Please help ASAP
-
- Receive SMS in binary format
by Eduardo L.H.
- 4 Replies
- Last post
by Eduardo L.H.
- I'm trying to read incoming binary SMS messages in a windows mobile 5 Pocket PC Phone edition. The way to acquire the messages is trough an module that implements the IMailRuleClient interface. The behavior of this module is corrected with text SMSs (7bit encoding) but with SMS encoded in UCS2 mode (16 bits) the data is truncated in the first unicode 0 (that is, when 2 consecutive bytes 0 are pres
-
- how to check if .NET CF 2.0 is installed while installing application cab file ?
by Nikhil Vaghela
- 5 Replies
- Last post
by Ilya Tumanov
- How can i check while installing my application [ developed in .NET CF 2.0 for Pocket PC having wm 5.0 ] that the PDA has .NET CF 2.0 installed or not and is there any way i can install it from within my application itself and then install my application
thanks,
Nik
-
- can't see emulators in VS IDE
by CSharpCoder
- 7 Replies
- Last post
by IGotyourdotnet
- Ok, I'm trying to create my first handheld app. I just got finished creating a web service thats used by a handheld now I want to create an app
When I open the VS 2005 IDE and select Smart Device -- Windows Mobile 5.0 Pocket PC, the form opens with a gray background. Now on some of the tutorails I've seen, on the form.cs file there is a emulator there and you can show/hide skins, change layout,
-
- visual basic 2005 - Where is the dataform wizard?
by David Wong Chien Shiung
- 5 Replies
- Last post
by DAveMon
- Dear Sir/Mdm,
Please advice where can I find the dataform wizard I am trying to create a link for Access Database, incorporating it into a form.
Thanks & Best regards,
David
-
- Visio stadio 2005 deploy for PPC2003 Emulator
by jeffli
- 2 Replies
- Last post
by Mohit Gogia
- Hi ALL
I want to build my app running on PPC2003,
So I set my project target as PPC2003,
however, when I want to debug it PPC2003 SE Emulator.
It always give me connection failed.
If I set target as WM5.0 PocketPC, It works ok.
So I have checked MSDN again, I am not sure if my understanding is corret or not!
Does PPC2003 only work for EVC4.0 or .NET 2003
Where Should I set
-
- Multithreaded app: can not find libcmt.lib?
by joe_dalton
- 3 Replies
- Last post
by joe_dalton
- Hi, all. I'm trying to build multithreaded app on Windows CE 5.0. I created OS image for AMR9 processor and got it running on the board. I use EVC++ 4 SP4. I use this code to start new thread: hServer = (HANDLE)_beginthreadex(NULL,0, UDPServer::ThreadEntryPoint, server,CREATE_SUSPENDED,&uThreadID); Now, I included process.h header, but when I try to compile, I get an error: L
-
- RTSP in Windows Media Player Mobile
by João Paiva
- 2 Replies
- Last post
by Christopher Fairbairn
- I am developing an application for WM5.0 that use WMPMobile embedded to play streaming video.
Now, I need the WMPMobile play files from a streaming server using the RTSP protocol with 3gp files.
I tested and open 3gp files locally and they play in WMPMobile without any problem.
But using the RTSP streaming protocol, they didn't play. So, my question is, if WMPMobile can play f
-
- Missing Toolbox items for Win Mobile 6 prof. projects
by fc_curling
- 1 Replies
- Last post
by fc_curling
- I have installed the Windows Mobile 6 Standard SDK and the Windows Mobile 6 Professional SDK. When I create a Mobile 6 Standard project (smartphone) I get the proper toolbox and items to add controls to my form, but when I create a professional project I dont have any toolboxes showing, but and Empty "General" toolbox. I have tried to repair and to uninstall and re-install, but nothing s
-
- Update Flyout Window
by RAB1
- 14 Replies
- Last post
by RAB1
- Hi,
I'm very much learning as I go, but I'm working on a gadget which has a media player object in it. Docked and undocked states are working fine, and the flyout window is working and sizing fine too.
There are three things that I'm having trouble with - if anyone could point me in the right direction that would be great.
Firstly, I beleive this should update the title on the
-
- SIDEBAR GASGETS
by STUCK582919
- 1 Replies
- Last post
by Chris Crowe
- SOMETIMES WHEN I BOOT UP MY LAPTOP, I GET AN ERROR MESSAGE THAT MY SIDEBAR GADGETS HAVE STOPPED RESPONDING, AND I HAVE TO CLOSE THE PROGRAM, IS ANYONE HAVING THIS ISSUE, AND IS THERE A FIX
-
- override debugmsg
by vicky_dceian
- 1 Replies
- Last post
by Michael Koster
- hello people,
actually i need to override function (internal) so that i can change it to add some of my functionality there.
i want to add some kind of buffer over there.
could smbdy help me out where in platform builder i can modify this function!!!!! (in which driver).
sbdy told me to change
NKDbgPrintfW is located at \PUBLIC\COMMON\OAK\DRIVERS\ETHDBG\BLCOMMON\format.c
but when
-
- deployment failed with error!
by Panos_gr
- 7 Replies
- Last post
by clinic
- Hey all, i have written an application for the ipaq and when i am trying to deploy it i get this error : Error 2 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\myFirstExperiment\myFirstExperiment.exe'. Error 0x80070020: The process cannot access the file because it is being used by another process. Device Connectivity Component
-
- Gadget Request - Time Manager Gadget
by stuartbennett
- 4 Replies
- Last post
by stuartbennett
- i have seen this gadget in the gallery where you can set it to count down to anything, however the big limitation with this gadget is that if you have multiple events you want to count down to you have to launch multiple instances of the same gadget. could someone please make a gadget like that one but with some slight modifications for example.
set multiple events up in one gadget insta
-
- NotSupportedException when creating a button
by yoramo1
- 2 Replies
- Last post
by yoramo1
- hello
I'm new to mobile development so I have started with a simple application for the i-mate SP5m device. The app containes a form and one button on it when the application runs the following code a NotSupportedException is throwed.
======================
private void InitializeComponent()
{
this .mainMenu1 = new System.Windows.Forms. MainMenu ();
this .label1 = new S
-
- Is it possible to run an app in the background ?
by M_Thorman
- 2 Replies
- Last post
by M_Thorman
- Hello,
Does anyone know if it is possible to have an application to run on the phone even when it is in "powersave mode"
I am reading positions from my GPS in a background thread, but it isn't running when the phone goes to powersave mode. (I am using a Mio A701 phone with integrated GPS).
The application works as expected if I disable the powersave mode, but then t
-
- Getting the position of the mouse for context menus
by Petchey
- 2 Replies
- Last post
by AlexY
- I've sub class the picturebox and am showing a map with icons on it. I've attached a contextmenu and every work well. The problem I'm having is I cannot figure out how to get the X,Y cordinate where the tap-and-hold event occured. MousePosition is (0,0), and I don't recieve a OnMouseDown event.
-
- MainMenu display relative to the form
by wal_nut
- 7 Replies
- Last post
by David Wrighton
- I am using a MainMenu on a form, and it appears on the screen above the form, moving the vertical position of the form down, rather than appearing as on object on top of the form. In other words, the background color next to the MainMenu is gray, rather than the blue that I specified as the background color of the form.
Is there a way to fix this
-
- Datagrid and MSP430 communication problems with .Net CF 2.0 on Windows CE 5.0
by rjjnoyes
- 3 Replies
- Last post
by rjjnoyes
- Hi,
Background:
We are developing an application that runs on Windows CE 5.0 with .Net CF 2.0.
We communicate with a MSP430 device through an interface dll.
Problem:
We recently started using a DataGrid object in our code.
This object is created after we try to Initiialize the MSP430.
We are unable to properly communicate with the MSP430 with the DataGrid created later
-
- Install Order
by WhiteGust
- 1 Replies
- Last post
by Steven Bone
- Hi all! What is the correct install order for the following softwares
1. Visual Studio 2005 2. Visual Studio 2005 SP1 3. WIndows Mobile 5.0 PocketPC SDK
-
- have an idea for a gadget but have no idea how to make it
by Meohsix
- 4 Replies
- Last post
by Anand
- i dont know any java or html but im sure this cant be that hard to make into a gadget... but i have no idea where to begin as you can see in my mock up i just want a mlb teams hat with the teams win / loss record next to it i have the hats already and ESPN has an up to date standings page but like i said i have no idea what programs or whatever i need to make this a reality :/ can anyone point