all groups > dotnet compact framework > january 2005 > threads for sunday january 30
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
hidding my application from TaskManager Apps
Posted by Mustafa Rabie at 1/30/2005 11:19:00 PM
Hi all,
I was wondering if there's a way to hide my application from showing in the
Task Manager applications.My application requires to keep running in the
back ground and i dont want my user to stop it by mistake from a task
manager application.
thanks
mustafa
... more >>
Get missed call notification?
Posted by Mustafa Rabie at 1/30/2005 11:11:01 PM
Hi All,
my application needs to get notified when there's a new missed call on the
Smartphone or PPCPE. Is there a notification mechanisim provided by netCF
or an API that does that?
or do i check the missed calls log every min and check if there's a new
entry using the opennetcf.phone cl... more >>
SQL CE and COLLATE option ?
Posted by Nakah at 1/30/2005 7:08:09 PM
Hi,
I want to use the COLLATE option with SqlCeEngine object, but I don't know
how ?
Is it possible to specify this option in the connection string ?
Thanks
... more >>
How to set the opacity level of a win form using .NET Compact framework?
Posted by Shaul at 1/30/2005 5:55:53 PM
is it possible?
Thanks.
... more >>
Accessing Windows Mobile Registry...
Posted by Thiago Luiz at 1/30/2005 3:21:00 PM
Hi All,
I need to access the registry in my application and I'd like to know
if it's possible with the .Net Compact Framework, and how?
thanks in advance,
Thiago... more >>
deployment woes!
Posted by Nick Swan at 1/30/2005 2:53:14 PM
Hi all,
I'm trying to deploy my first compact framework application and am having real trouble. I've read the following article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp
which to be honest isn't the best explained!
Anyway, my solut... more >>
Windows 2003 Mobile (Professional vs. Premium)
Posted by Doug Holland at 1/30/2005 12:41:04 PM
Hey all,
I'm looking at buying a device for development and I'm a little confused
between the two Windows 2003 Mobile operating systems, Professional and
Premium.
Which should I choose for Development?
Are there any major differences?
Thanks
Doug... more >>
Problems with Web Service on HP iPAQ
Posted by Peter Partch at 1/30/2005 10:24:57 AM
A CE consultant working with me is having problems calling a simple Web
Service (IIS running on XP Pro for our test case) from a Smart Device
Application using a web reference. Any attempt to call a method, any method,
results in a WebException throw on the CE device.
Please confirm that th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Setting URL of web service at runtime
Posted by Tim Johnson at 1/30/2005 10:22:02 AM
I'd like to be able to set the URL in my web-service client at runtime. I
see that when you instantiate a new one you can then set the URL:
MyWS.myservice1 ws = new MyWS().myservice1
ws.URL=<newurl>
But is there a way to set it once like a static for the life of the app?
Otherwise I have... more >>
|