how I play the MP3 audio output call audio input
Wed, 3 Sep 2008 10:40:53 +0800
I just bought a Windows Mobile phone,and I want to add a application to my
phone to do such a small thing: When the others phone in, my phone would
play a MP3 in my phone to the caller automaticly until i answer it.
Now my trouble is: how to play mp3/wav to the caller not to the speakers.
thanks a lot. ...
|
diag.Debug.Writeline output going to the COM1 serial port.
Tue, 2 Sep 2008 13:26:54 -0700 (PDT)
We are noticing in our release build on a windows CE that any
occurance of Debug.WriteLine() is being written to the COM1 rs232
port. This is causing garbage to be printed out on our serial RS232
printer. Does anyone know if it is possible to turn this feature off
without commenting out all the debug.WriteLine s ...
|
hiding TaskBar and FormWindowState.Maximized
Tue, 2 Sep 2008 18:08:59 +0200
this one is driving me crazy:
I'm just porting an old app from CF 1.0 (VS2003) to CF 2.0 (VS2008)
OS CE 4.2
as in the past I'm hiding the taskbar with:
public static void TaskbarOff()
{
int h = FindWindow("HHTaskBar", "");
ShowWindow(h, SW_HIDE);
EnableWindow(h, false);
}
and afterwards th ...
|
.NET CF SQLCE & Chinese characters
Tue, 2 Sep 2008 17:22:44 +0200
Hello
I have saved some chinese characters in a SQLCE-Database. I can read it
correctly on the full framework, but not with .NET CF 3.5.
Why? How can I read it?
Thanks
...
|
Connecting to WEP using opennetcf SDF2.2
Mon, 1 Sep 2008 19:31:08 -0700 (PDT)
Hi,
I am trying to connect to WEP network using OpenNETCF SDF 2.2 API
AddPreferredNetwork() and ConnectToPreferredNetwork(). Per the WEP
conventions, I am converting the 5 or 10 character ASCII passphrase to
HEX. But I am facing a few problems:
On my router settings, I set the WEP to be 64-bit 10 HEX digits ...
|
IT - Jobs, Interview Questions, Certification
Mon, 1 Sep 2008 12:00:41 -0700 (PDT)
Hi,
In the very fast moving IT Industry, there is a need for the people
to keep a note of what is happening in the field, what are the latest
Jobs available and in which technologies they are available and what
companies and also in which cities.
And also when applying for Jobs, it is obvious for people t ...
|
Disable alpha-mode ?
Mon, 1 Sep 2008 09:26:01 +0200
I'm working on a NetCF2.0 application for scanning and entering EAN-barcodes
and quantities. The app is running on an Motorola/Symbol MC1000 device. This
device has a separate key for activating the alpha-mode (like on a mobile
handy).
Cause users often activate the alpha mode erroneouly I want to disable t ...
|
|
|
Storing setting SmartDevice app
Sat, 30 Aug 2008 10:33:58 -0700 (PDT)
Hello,
I have a quick question. I need some advice on how to store user
settings in a smart device application. I?m connecting to a web
service that is returning xml and need to store some of the data in my
app so I don?t have to connect every time to retrieve it. I thought
about writing my modified xml file ...
|
Launching internet explorer and hide from user in PPC?
Sat, 30 Aug 2008 06:32:01 -0700
Hi,
I'm working pocketpc 2005 with compact framework 1.0.I want to launch the
Internet explorer from my application and also i want to hide from the user?
How can I do it?
Also I want to refresh the URL fo the Internet Explorer
Please help me in this regard
Thanks
Sohail
...
|
IT - Jobs, Interview Questions, Certification
Fri, 29 Aug 2008 09:16:06 -0700 (PDT)
Hi,
In the very fast moving IT Industry, there is a need for the people to
keep a note of what is happening in the field, what are the latest
Jobs available and in which technologies they are available and what
companies and also in which cities.
And also when applying for Jobs, it is obvious for people to ...
|