all groups > dotnet compact framework > december 2006 > threads for december 15 - 21, 2006
Filter by week: 1 2 3 4 5
XML over GPRS - Is this a good idea?????
Posted by iKiLL at 12/21/2006 3:30:27 PM
Hi All
I was hoping some one could give me some guidance on the matter of sending
data over GPRS.
I have taken over an application written for Windows mobile 5.0 with VS2005.
It is currently communicating with a web service via GPRS.
The Web service places all the data into... more >>
Receive SMS API's
Posted by allanster.a NO[at]SPAM gmail.com at 12/20/2006 7:59:28 PM
Hello,
Are there any api's for smartphones which can be used to
receive SMSs, ie it should be able to check if the sms is from a
particular no and if so pass it to the application rather than to the
inbox.
Thanks in advance,
Regards,
Allan
... more >>
RE: Writing text file..CE 5.0
Posted by JN at 12/20/2006 12:05:45 PM
Hi,
I have an application that takes inputs from a barcode scanner that is
running Windows CE 5.0 and it populates a listbox with the readings.
I need to create a text file and write the items in the listbox to it so it
can be uploaded to another program.
Do I create the file on the dev... more >>
Force device restart?
Posted by rpatel4 NO[at]SPAM gmail.com at 12/20/2006 9:27:42 AM
Is there a way to programmatically force a device hard restart -- the
same effect that pulling/inserting the battery has?
... more >>
Encrypting and storing data in registry. Examples?
Posted by cyberco at 12/20/2006 8:54:36 AM
I want to encrypt and store a password in the registry (.Net CF 2.0). I
could use OpenNetCF for both, but does anybody here know some example
code of how to do that? Preferably C#
... more >>
does a toolBarButton with pushButton style not popup contextMenu??
Posted by Hari at 12/20/2006 6:21:25 AM
Hi,
I need to have a menuBar with some images, which when selected
should popup a menu. But the toolBar does'nt provide the exact thing
what i require. It does'nt popup the menu when the button style is
pushButton. It works only with dropdown style. But this style also
displays the dropdo... more >>
How to deploy code in C# for PocketPC 2003 on CompactFramework.
Posted by vidishasharma NO[at]SPAM gmail.com at 12/20/2006 12:27:55 AM
Hi,
I have made a compact framework application. I have to send this
application to my client so that he can have a look at code. I have to
write a document to instruct him to how run this application on
PocketPC 2003 emulator.
What instruction do I give him. Does he need to open the appli... more >>
Dns.GetHostEntry throws SocketException in WM2005, OK in PPC2003
Posted by Scott at 12/20/2006 12:00:00 AM
Using C#, .Net CF 2.0, WM 2005 on Symbol MC9090
IPHostEntry Dns.GetHostEntry (String)
Throws:-
{System.Net.Sockets.SocketException: The system detected an invalid pointer
address in attempting to use a pointer argument in a call
at System.Net.Dns.ResolveInternal()
at System.Net.Dns.GetHostE... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Antishock PPC
Posted by Catalin Lungu at 12/20/2006 12:00:00 AM
Hi all,
Can anyone recommend me some antishock PPC?
TIA,
C.
... more >>
Is the Dotfuscator in vs.net 2003, support the net compact framework ?
Posted by tony at 12/20/2006 12:00:00 AM
hi,
when im trying to change the code with the Dotfuscator in the vs.net =
2003, to my net compact framework application i get some errors in the =
sqlce ..
i want to know, is the Dotfuscator that in the vs.net 2003 support the =
net compact framwork ?
if not, anyone can recommend about... more >>
[ANN] Introducing OpenNETCF Telephony Library 1.0
Posted by Neil Cowburn at 12/19/2006 10:27:41 PM
Introducing OpenNETCF Telephony Library 1.0
OpenNETCF Consulting releases new product for device application developers
Myersville, Maryland - Dec. 19, 2006 - OpenNETCF Consulting, LLC are pleased
to announce the release to general availability of their latest software
library for device app... more >>
What am i doing wrong or is it a bug?
Posted by doolaard NO[at]SPAM gmail.com at 12/19/2006 5:54:01 AM
I created the following code:
string postName = @"dutchnomad";
string postPword = @"dotnet";
FileStream fs = new
FileStream(selectImageOpenFileDialog.FileName, FileMode.Open);
BinaryReader br = new BinaryReader(fs);
... more >>
Keep the light on
Posted by cyberco at 12/19/2006 3:03:23 AM
As discussed here:
http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/8c1207578fa7db7c/de0dcfdfd113ab3b?#de0dcfdfd113ab3b
I am able to prevent my Windows Mobile device from going into suspend
mode, but the light goes off. Is there a way to keep... more >>
Emulator Shared Folder problem
Posted by Nuyttens Xavier at 12/18/2006 10:54:25 AM
Hi,
I'm using the PPC 2003 emulator with C#2005, Sql Mobile 2005 to test my
application. I have a storage card emulated which is part of my c:\ drive
and has a sql ce database on it.
When I try to insert records, the record is inserted (Affected records : 1)
and removed right away. No er... more >>
DataGrid from bindingSource collumn width
Posted by lodzik at 12/18/2006 9:30:36 AM
Hi,
I can't make this style visible. I'm new in coding but I readed every
post about that and have still problem.
My code looks like this:
DataGridTableStyle myGridStyle = new DataGridTableStyle();
myGridStyle.MappingName = "lineBindingSource";
DataGridTextBoxColumn idColumn = new DataGrid... more >>
PsionTeklogix emulator in VS2005
Posted by joris.spriet NO[at]SPAM gmail.com at 12/18/2006 12:52:44 AM
Hi,
I've installed CF2.0 SP1 patch and latest available SDK from
PsionTeklogix (1.09), but for some strange reason I still cannot "see"
the Teklogix emulators in Visual Studio 2005, although I do see Pocket
2003 and Windows CE5.0 emulators. In VS2003 I can see both, but we want
to develop for... more >>
Help for Marshalling
Posted by Wrecked at 12/17/2006 8:57:31 PM
Below is the unmanaged code written with evc++
-------------------------------------------------------------------------------------------------------------------------------
#include <windows.h>
#include <windowsx.h>
#include <aygshell.h>
#include <msgqueue.h>
#include <pnp.h>
#include <... more >>
CF 2.0 install problem on Handheld device
Posted by ARTMIC at 12/16/2006 4:23:00 PM
Hi can anyone please help me out,
i need to install the latest CF2.0 cab files on the Handheld unit, i dont
know where to get those damn cab files, i've been banging my head against the
wall, no success, i had my Symbol 90xx-g working ok 2 months ago, i unplugged
the unit and the stuff went a... more >>
A good place to start?
Posted by LearningCF at 12/16/2006 11:20:44 AM
Hi all,
Is there a good website someone knows of from which I can download
complete CF applications to run/explore and study?
Thanks!
Steve... more >>
Selecting a particular .NET framework version
Posted by LearningCF at 12/16/2006 2:22:31 AM
Hi,
I just started developing applications on the .Net Compact Framework.
I've got .NET 1.1 and 2.0 installed on my machine along with VS 2005.
However, each time I deploy, it deploys it as a .NET 2.0 application.
How can I programmatically check and change the version of the framework
to... more >>
Selecting a particular framework
Posted by LearningCF at 12/16/2006 1:54:56 AM
Hi,
I just started developing applications on the .Net Compact Framework.
I've got .NET 1.1 and 2.0 installed on my machine along with VS 2005.
However, each time I deploy, it deploys it as a .NET 2.0 application.
How can I programmatically check and change the version of the framework
to... more >>
problem manually adding items to a dropdown list
Posted by Milsnips at 12/15/2006 10:24:52 PM
hi there,
im using a datatable to fill a combo box but when i try "dt.rows.add(new
object(){"",""}) all the items in the combo box say "system.data.datarow[]"
instead of their values.
How can i populate a combo box manually and assign the string and value to
how i want?
thanks,
Paul
... more >>
today screen example for visual studio 2005??
Posted by Milsnips at 12/15/2006 6:33:44 PM
Hi there,
Can anyone provide me with some example code/project for adding or creating
a custom today screen item using VS2005 (C++ and vb/c#)?
i've seen the one on MSDN but its for VS2003 and the C++ project is done for
eVC.
thanks,
Paul
... more >>
Predefined preprocessor for C#?
Posted by Marcel Ruff at 12/15/2006 4:20:28 PM
Hi,
are there any predefined preprocessor settings during compilation
of C# code like
CF1
CF2
DOTNET1
DOTNET2
WINCE42
which i can use in C# as
#if CF2
... using callback function pointer
#elif CF1
Uuuh ooh (Windows messages?)
#elif DOTNET2
... using Unma... more >>
C# IntPtr with moved memory location, how to apply 'fixed'?
Posted by Marcel Ruff at 12/15/2006 1:19:11 PM
Hi,
i have an unmanaged C dll and i call a function from C#
which returns a pointer on a struct inside the C dll:
// C# code:
//member variable
IntPtr intPtr;
someMethod() {
intPtr = getStruct(); // calls C dll
}
when i later use the intPtr (passing it to C dll) it see... more >>
Wait Cursor
Posted by Samuel Shulman at 12/15/2006 1:16:04 PM
The Wait Cursor is not visible in one of my devices
Can I change it in the settings somewhere
Thank you,
Samuel
... more >>
determine if pocket pc 2003 device has been disconnected from the network
Posted by Raymond Maillard at 12/15/2006 10:30:32 AM
I currently have an app running on a pocket pc 2003 that connects to a
webservice to update information. The device is using gprs for
interconnectivity. In one particular module, data is sent to the server and
waits on a feedback from the server. However, sometimes the gprs service is
droppe... more >>
ANN: OpenNETCF.Net.NetworkInformation Beta
Posted by ctacke/ at 12/15/2006 10:12:59 AM
We're pleased to announce the Beta1 release of our
OpenNETCF.Net.NetworkInformation library.
This library provides 100% coverage of the capabilities of the iphlpapi.dll
library (including routing and ARP cache coverage), 90+% coverage of the
Full Framework's System.Net.NetworkInformation names... more >>
|