First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Resouce Constant ID
hi Guys!! I am having a strange problem I have manually created my string resource in a seperate file (.rc), and added necessary constant in <resource.h> I have also included the ..rc file in my main resource file. every thing seems to work fine, tested well. but recently I have added more string resources,... 6 Jul 2006 09:09
SHCreateMenu fails on some devices
Hi guys. I am writing an open source application for HAM radio operators. It is a chat program over short waves. It uses speaker/mic to connect to the outside world. http://pocketdigi.sourceforge.net The call SHCreateMenu fails on only one device of about 200. It is IPAQ 3635 with windows 3.0, which I do not h... 4 Jul 2006 11:56
Error 87 when CeSeekDatabaseEx with CEDB_SEEK_CEOID
Hi All, a few days ago I asked why I was getting the ERROR 87 when writing a EDB record with a empty FILETIME field and get back that was 'ommited from the docs'. Now I´m having a similar problem with the CeSeekDatabaseEx funcion, especially when used with the CEDB_SEEK_CEOID flag, in the documentation, M... 24 May 2006 15:00
PhoneBook error
Hi All, I am trying to write an entry into SIM phone book. Here's the code. SIMPHONEBOOKENTRY spbe; memset(&spbe,0,sizeof(SIMPHONEBOOKENTRY)); spbe.cbSize = sizeof(SIMPHONEBOOKENTRY); _tcsncpy(spbe.lpszText,_T("somename"); _tcsncpy(spbe.lpszAddress,_T("123-456-7890"); spbe.dwParams = SIM_PARAM_PBE_TEXT | S... 18 May 2006 06:32
Sending a SMS through a C# application
Hi, I try to send a sms through a C# application on a PPC 2002 PDA. The code is the following : --------------------------------------------------------------------------- int smsHandle; Sms mySMS=new Sms(SmsMode.Send); SmsAddress myAddr=new SmsAddress(); SmsMessageStatus myStat=new SmsMessageStatus(); myAddr... 18 May 2006 03:57
ADO 3.1 and WM5
Hello, I've existing application written in eVC++3.0 which I am porting it to Windows Mobile 5.0. I successfully ported the application using VS2005. But no success in installing ADO 3.1 dlls In Pocket PC 2002 & 2003 I had created cab file for all Ado 3.1 dlls and using "CESelfRegister", I am able to install ... 10 May 2006 00:21
Compact Framework 2.0 - Mute while on call
Is it any easier to invoke the phone mute function in Compact Framework 2.0? I recall in 1.0, it was rather cumbersome, but was made a bit "easier" by the OpenNetCF guys and their TAPI package. i'm wondering if there is better/more straight forward support for core phone functions in 2.0? i'm guess that proba... 5 May 2006 03:36
ReadMsgQueue question
Hello, I have a thread which is looping and reading from a message queue under Windows Mobile 5 using the INFINITE flag for the timeout. When my app shuts down, I close the message queue and then call WaitForSingleObject in order to wait for the thread to die. Is this the correct approach? My thread is wa... 3 May 2006 02:38
IImageSinkFilter and encoder format
Hello, I should start by saying I am new to Windows Mobile (so please forgive my question if it is really basic). I have read the documentation on IImageSinkFilter and cannot see a funtion that allows the app to specify the encoder format (png, jpg) for the filter to use. SetEncoderParameters() allows you to set... 26 Apr 2006 21:55
Recording Speech
Hi Guys Apologies for such a lengthy mail but I want to be elaborate so that things are clear to the reader... I am trying to record microphone input into a buffer which I can later manipulate accordingly or even record on a wave file if need be, but I am facing nightmares. Can anyone help me out so that I can... 20 Apr 2006 07:09
First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31