all groups > dotnet compact framework > october 2007
Filter by week: 1 2 3 4 5
ANN: New Article: Using GDI+ on Windows Mobile
Posted by ctacke/ at 10/31/2007 8:46:45 PM
We've published a new article on the OpenNETCF Community Site.
Alex Feinman covers how to use GDI+ in your Windows Mobile managed
applications.
In case you missed them, our other recently published articles include:
- Sharing Windows Mobile Ink with the Desktop
- OpenNETCF Mobile Ink Lib... more >>
how to bold / underline pocket outlook appointment note text
Posted by None at 10/31/2007 4:14:19 PM
hi there,
i'm developing a pocket pc application in c#.net to save appointments
and i have to bold and underline some text in the note field. as the
note field is of type string and it does not store any information
about text formatting, how can i store the information indicating some
charac... more >>
Disabling Start Menu in Windows CE 5.0 App
Posted by Anand Kale at 10/31/2007 4:07:55 PM
Hi,
I need to disable the start menu on WinCE 5.0 pocketpc device app
screens.
IS there way to programmatically do that ?
Thx,
Anand
... more >>
Query on developing background application in .NET
Posted by at 10/31/2007 1:21:36 PM
I am an experienced .NET developer but new to the Compact framework
and the windows mobile platform.
I have a requirement to develop a windows mobile application (or
service) in .NET compact framework 2.0 with the following
requirements:
=B7 Application runs in the background with no UI
=B7 ... more >>
GPRS networking and Push Messages (AUTD)
Posted by Scott Gifford at 10/31/2007 2:53:24 AM
Hello,
I'm working on an app that uses my mobile phone's GPRS network to
implement a simple Push Notification system. My implementation is
based on Microsoft's implementation of always-up-to-date
synchronizatoin (AUTD) for Exchange, which they've written about here:
http://msdn2.micros... more >>
Restarting (relaunching) application
Posted by Jin Chang at 10/30/2007 3:24:19 AM
Hi all,
I have a need to restart or relaunch the application from itself. The
first thing I tried is to modify the program.cs source so that the
Application.Run() is within a loop as so:
// ExitApplication is a static public variable
while (!ExitApplication)
{
Application.Run(new Main... more >>
Better multiple forms or.....?
Posted by carnivore at 10/30/2007 12:00:00 AM
Hello
I have to write an application to MC1000 terminal
http://www.symbol.com/mc1000
Microsoft Windows CE 4.2 Core
32MB RAM/32MB ROM
and I think that small memory size could become a problem.
Should I use multiple forms (5-6) or one form with multiple panels?
What is a general rule?... more >>
DLLImport question
Posted by JC at 10/29/2007 10:31:00 PM
HI, I am trying to use LoadIcon function offered by API on managed code.
But I can not find out which dll this function belongs to, I need to find this
out in order to make this function available by DLLImport. How do I figure
this out?
Thank you.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ANN: OpenNETCF introduces ASP.NET Web Server for Windows CE
Posted by ctacke/ at 10/29/2007 6:37:16 PM
We're at it again!
OpenNETCF Consulting is pleased to announce the release of a new product
named "Padarn". Padarn is a very small footprint (less than 300k for all
files) ASP.NET web server designed to run under the limited resource
environments of Windows CE 5.0 and 6.0.
Padarn lets y... more >>
System.IO.FileNotFoundException on TcpClient.Connect ??????? (CF2)
Posted by Sagaert Johan at 10/29/2007 1:00:08 PM
Hi ;
Why do i get an System.IO.FileNotFoundException on this :
TcpClient cl=new TcpClient();
cl.Connect("192.168.1.80", 7777);
The Connect generates an exception visible in the output window.
Encapsulating the Connect in a try catch does not yield me the exception in
the catch.
I t... more >>
MC70 Hardware Enter Key
Posted by Harry Simpson at 10/29/2007 10:38:39 AM
Help,
Boss is leaving to demo my app tomorrow and we just got the MC70 with qwerty
keyboard. The text enters just fine into the textbox with focus. I've got
my out Enter pic button but now with the hardware keypad, he wants to enter
numbers and then hit the hardware/or SIP enter keys and ... more >>
What is best SQLCeConnection strategy?
Posted by Adam at 10/29/2007 12:00:00 AM
hi
I would like to know whats better
To declare a SQLCeConnection variable as a Static member of
a Class containing functions to MakeConnection and
CloseConnection, or should I just declare it as a Public
member of the above mentioned class containing Connection
code.
And, if better is use ... more >>
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 >>
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 >>
SQL CE Synchronization
Posted by Darrin at 10/21/2007 2:49:08 AM
Hi,
Does anyone have any resource suggestions for quickly getting up to
speed with synchronizing a SQL CE 2.0 table with a SQL Server 2005
table using USB/ActiveSync from a PocketPC 2002 device? Can this be
done with USB if the user logged into the workstation has access to
the SQL 2005 databas... more >>
Generating GUID in CF1.1
Posted by Tedmond at 10/20/2007 9:05:00 PM
Dear all,
It there any way to generate guid in CF1.1?
Thanks for any help.
Tedmond... more >>
Simple File Transfer
Posted by Darrin at 10/20/2007 12:02:04 PM
Hi,
Is there a simple way to have a Pocket PC 2002 device transfer files
from a directory on the device to a network share when the device is
put into the cradle? The the device uses activesync. It is attached to
a pc via USB. The user of the PC has access to the network share. I am
new to acti... more >>
Making GPRS Connection
Posted by Tedmond at 10/20/2007 6:53:01 AM
Dear all,
Can anyone tell me how I can determine whether the GRPS is connected? And,
how can I start the GPRS connection using CF1.1?
Thanks for any help,
Tedmond... more >>
Q: Masking a TextBox
Posted by Martin at 10/19/2007 10:18:18 PM
Hi!
The CompactFramework doesnt seem to have the TextBox where you can use
masks.
What kan i do to allow only numbers in a TextBox? Or could i set the keypad
to
just accept numbers instead of alpha chars? If so, how, links, direction
would be great.
Regards
Martin
... more >>
Compact_FrameWork_3.5_ßeta
Posted by Martin at 10/19/2007 8:47:44 PM
Hi!
I am currently writing a Application for Windows Mobile 6 standard.
In order to test the app on the phone i need to instal the CFW 3.5.
My question is, will CFW 2.0 still be installed? If not
will the applications that came with the phone still work if
i install the CFW 3.5 Beta? (Wit... more >>
Sending Keystrokes
Posted by Arthur Dent at 10/19/2007 2:48:32 PM
Hello all...
I am trying to send keystrokes to an application. The application is
irrelevant. My software resides on a Symbol unit with a mag-stripe reader.
What we want is for the user to be able to configure a prefix and suffix, so
that when they swipe a card, it will read the card, prepen... more >>
How to disable screen saver/auto power off in Compact Framework (C#)
Posted by LEM at 10/19/2007 12:00:08 PM
Hi all,
Anybody knows a way of doing that? I have tried several things but it
doesn't work.
This is what I have tried:
[System.Runtime.InteropServices.DllImport("coredll.dll")]
private static extern int SystemParametersInfo(
int uiAction, int uiParam, string pvParam, int fWinIni);
... more >>
encryption using MSDN Signature Sample
Posted by aries NO[at]SPAM kontinum.com at 10/19/2007 2:19:36 AM
Hi...
I have a problem encrypting data using MSDN signature sample...
I encrypted data in desktop application and decrypted it in PDA
application...
the encryption was successful, but I had an error
(MissingMethodException) when decrypting..
The error occured when the application called
"WinA... more >>
SQL Server 2005 connection from VB.NET 2003
Posted by Andy Baker at 10/19/2007 12:00:00 AM
Our application is written in VB.NET 2003 and uses SQL Server 2000. We have
a customer who wants to upgrade SQL Server 2005, so I recently installed the
developer edition to check whether it worked with our application. I changed
the connection string on the PC application to point to the new ... more >>
NewLine ("\r\n") not working in String or StringBuilder in Compact Framework 2.0 SP2
Posted by Leonard Lee at 10/18/2007 11:42:32 PM
Hi all,
I know that Environment.NewLine is not available in Microsoft .NET
Compact Framework.
I am using Compact Framework 2.0 SP2.
I have tried to include "\r\n" or "\n" inside a string to be display
as a Text to that user control. The Text will be display like a label
inside the custom... more >>
SQL CE 2.0 in CF1.1
Posted by Tedmond at 10/18/2007 11:06:24 PM
Dear all,
I want to use the SQL CE 2.0 and CF 1.1 in my CE device but got connection
error. When I execute the SqlCeConnection.Open(), I got the
'MissingMethodException' error. The connection string is as follow
"Data Source =\FlashDisk\test.sdf"
The sdf file was created by isqlw20.ex... more >>
Flickerfree scrolling of a very large bitmap
Posted by Jens Thiel at 10/18/2007 9:57:35 PM
hello,
I have to scroll a very large bitmaps. therefore I have already divided the
large bitmap into a lot of files (grid). no im looking for a flickerfree
fast technique to scroll the bitmap on the pocket pc. something like "only
to load the files that are currently shown on display in... more >>
|