all groups > dotnet compact framework > october 2007 > threads for october 22 - 28, 2007
Filter by week: 1 2 3 4 5
TcpClient yields System.IO.FileNotFoundException ????
Posted by Sagaert Johan at 10/28/2007 4:40:12 PM
Hi ;
Why do i get an System.IO.FileNotFoundException on this :
TcpClient cl=new TcpClient();
cl.Connect("192.168.1.80", 7777);
The connection succeeds but only after throwing an
System.IO.FileNotFoundException after some seconds.
Whats wrong ? is this a CF2.0 bug ?
Johan
... more >>
How to get all phonenumbers of a contact with ChooseContactDialog?
Posted by Thomas W at 10/27/2007 5:30:01 PM
Hello,
in some applications it is possible to choose a contact and then all
phonenumbers of this contact are shown and you can then choose one of
thesenumbers. How can I make something like that in my own
application? I use the ChooseContactDialog but in every Tutorial is
only shown how ... more >>
WM_CLOSE
Posted by Simon at 10/27/2007 3:43:48 PM
Hi all.
How can i intercept WM_CLOSE message when it were sent from OS (PPC2003) and
not from my application?
Thanks in advance.
Simon.
... more >>
Q: Difference between WindowsMobile.Forms and Windowsce.Forms?
Posted by Martin at 10/27/2007 12:23:16 AM
Hi!
I am reading the dokumentation for developing an application for a cell
phone
I came a cross the Namespace: Microsoft.WindowsMobile.Forms and
Microsoft.Windowsce.Forms.
they seem to contain the same classes?!?
I guess there must be a difference ;)
I am using Windows Mobile 6.0... more >>
Waking up WAV device
Posted by Scott Gifford at 10/26/2007 11:35:21 PM
Hello,
I'm doing a notification beep from a device that's asleep (it's
receiving a network notification). To do this, I put the device into
unattended mode, request the "WAV1:" device, play the sound, then
release WAV1: and leave unattended mode.
This basically works, but the request for W... more >>
SystemState StateChanged Subscription Must Occur on UI Thread?
Posted by jonfroehlich at 10/26/2007 6:19:45 PM
The Microsoft.WindowsMobile.Status.SystemState class offers a great
way to track a number of interesting and useful device system states
(e.g., incoming phone calls, battery strength, etc.). However,
recently I observed that the SystemState.Changed += new
ChangeEventHandler(OnSystemStateChanged)... more >>
Math.Truncate() equivalent?
Posted by LEM at 10/26/2007 4:11:41 PM
Hi,
I cannot find an equivalent in Compact Framework for this function.
Does it exist?
Thanks
... more >>
Resources editor
Posted by Xavier PACOTTE at 10/26/2007 12:21:30 PM
Hello,
I have a program with the resources files for the langues(Visual Studio.,net
2005)
Is it possible to edit and modify the resources files after without Visual
studio?
Best regards.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Copy file from PDA to PC
Posted by Wilfredo at 10/25/2007 8:00:43 PM
Hi! is possible copy file from app in pda to pc.
Thanks in advaced
... more >>
new modem detected message
Posted by Xavier PACOTTE at 10/25/2007 6:15:55 PM
Hello,
When I start my PDA under Windows Mobile 5, I have often
the message "new modem detected ..". Is it possible to forbid this message
by program?
Best regards.
... more >>
Calling Web Service method and GPRS
Posted by Korwin at 10/25/2007 4:32:06 PM
Hi,
I am building an application that I would like to invoke a web service in
the background without interrupting the application from functioning
normally. I call Web Service method in a separate thread. On the server,
web service method waits for data change or when fixed time (10 min) elap... more >>
Ping under Compact Framework
Posted by zaz at 10/25/2007 6:31:17 AM
Hi,
How can I make a ping in Visual Basic under Compact Framework for
Pcket PC Windows CE 5 ?
How can I retrieve current IP address (Wifi connection) ?
Thanks,
Xavier
... more >>
A PocketPC 2003 project using Mobile 5 emulator
Posted by Ole at 10/25/2007 12:00:00 AM
Hi,
I have a Pocket PC 2003 project which I want to test on a Windows Mobile 5.0
Emulator, but how do i do that and is it possible at all? The Mobile 5 SDK
is installed and the emulator works if I select a Mobile 5 project.
Thanks,
Ole
... more >>
Can I change who MSMQ (.Net CF) will accept messages from?
Posted by Scott at 10/25/2007 12:00:00 AM
I have an application (.Net CF 2) on Symbol MC9090 that sends multicast UDP
packets that are detected by XP desktops who then respond by sending an MSMQ
message back to the device. There are two desktops but only one of them has
their reply message received on the device - on the other, the m... more >>
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable.
Posted by DR at 10/24/2007 7:38:16 PM
Unable to start TSQL Debugging. Could not attach to SQL Server Process on
'srvname'. The RPC server is unavailable.
I get this error when I try to run a SQL Server Project with a CLR stored
Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I
simply create a new SQL Ser... more >>
Language of Compact Framework
Posted by Leonardo Natale at 10/24/2007 12:04:44 PM
Hi, i need to install the Compact Framework SP2, but i don`t know which
language install into my PC. I`ve installed Windows XP Spanish, and Visual
Studio 2005 English.... I develop mobile app in Pocket PC with spanish SO.
My question is if i have to install english or spanish language of compac... more >>
Starting out with C# and mobile development
Posted by harald.s.hanssen NO[at]SPAM gmail.com at 10/24/2007 2:40:25 AM
I'm wondering wheter there are good howto's for this subject. I've
just bought the book "Microsoft Mobile Development Handbook" since it
was recommended by my supervisors, however the book doesn't cover
starting points since it's for "experts" within mobile development.
I've also read the book... more >>
What happened to the Browsable Attribute???
Posted by Ole at 10/24/2007 12:00:00 AM
It seems that the Browsable attribute is no longer supported in CF2.0 - is
that true or am I doing something wrong? It works perfectly well in the Full
framework version.
[System.Componentmodel.Browsable(true)]
Thanks,
Ole
... more >>
Abnormal program termination
Posted by Simon at 10/23/2007 11:08:02 PM
I've got a problem with a program writed in .NET compact framework. The
application run on Pocket wm2003. Some times (it seems
really random) this application crash down during execution witohut
signaling an exception.
I use the CF2.0 SP2.
Any ideas?
... more >>
Yet another DataAdapter and Transaction problem
Posted by sergio.rolanski NO[at]SPAM gmail.com at 10/23/2007 1:27:26 PM
I was wondering if the following piece of code is wrong in some way.
The idea:
1. call webservice (which will return lots of information)
2. Fill dataset (with many tables) with data returned by webservice
3. Start transaction
4. Update database
5. Commit changes to database
6. Do it all ov... more >>
BT Printing Symbol
Posted by Harry Simpson at 10/23/2007 9:41:16 AM
I'm printing via the BTExplorer to a Bluetooth printer (Zebra QL220) from an
Symbol MC70. The printer MUST be on or the application will not print to
the printer. Even if the printer is turned on after the first print
attempted, the application has to be turned off and restarted with the
p... more >>
Simultaneously connect to Active Sync and GPRS
Posted by patilmmilind NO[at]SPAM gmail.com at 10/23/2007 4:31:28 AM
Dear All,
I am developing an application which connects to the Java Server using
TCP/IP. My problem is, this Server System is not Accessible to my PC
due to some security reasons. So that to test the application i am
following following steps
1) Connect Windows Mobile to PC using Active Syn... more >>
CONNECT WITH ACTIVESYNC ON VPC
Posted by Jerry Nixon at 10/22/2007 9:46:01 PM
On my Vista host machine I run XP under VPC 2007.
I have ActiveSync v4.5 on XP.
Vista connects to my CE device fine. My virtual XP can't see it.
Any suggestions, please?
--
Jerry Nixon... more >>
Windows Media Player for CE5 and Media Player Series 9
Posted by JonJ27 at 10/22/2007 4:37:00 AM
Please excuse my lack of knowledge on this area, but i am hoping to develop a
custom application for a windows CE 5 based device to play movies using
windows media components.
I am using Visual Studio 2005, and my target device is Windows CE with Media
Player 9 (or I suppose 10 would be an ... more >>
can't find Pinvoke dll
Posted by Xavier PACOTTE at 10/22/2007 12:00:00 AM
Hello,
I have a message sometimes under windows mobile 5 when I start my
application : can't find Pinvoke dll ..
I use differents external librairies. (not a windows librairies).
Can you help me?
Best regrads.
... more >>
|