Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > october 2007 > threads for october 1 - 7, 2007

Filter by week: 1 2 3 4 5

How to create an HTML Email Message?
Posted by Sean at 10/7/2007 7:07:01 PM
Hi, how would you go about creating an email message with HTML content. This is what I'm doing ... OutlookSession Outlook = new OutlookSession(); EmailMessage msg = new EmailMessage(); msg.To.Add(new Recipient("myemailaddress@test.com")); msg.Subject = "My Subject"; msg.BodyText = EmailCon...more >>


struct File IO
Posted by Sunny at 10/6/2007 5:36:17 PM
Hi everyone, I want to write a structure variable to file, in eVC++ for this purpose fread/fwrite is used. Using C# on desktop it is possible to do so using "BinaryFormatter" class not present in CF. On internet i also came across few thiry party framework to this in CF. Can't we do so w...more >>

Debug WinCE 5.0 VS2005
Posted by c_xyTopa at 10/5/2007 2:48:39 PM
Hi, I can not debug C# app on WinCe 5.0 device using VS 2005. The app is copied, started, but no debugging possible... Did I miss smth? Thank you in advance ...more >>

PlaySound does n't always play the sound file
Posted by Murthy at 10/5/2007 7:44:00 AM
Hi, I use the below code to play a wave file continously on a windows mobile 5.0 device. i stop the playing of the wave file on press another button. But after some time the WCE_PlaySound returns 1 but does not play the sound. This continues for a few minutes. During this time i cannot play...more >>

SQL MObile
Posted by davebythesea at 10/5/2007 2:11:02 AM
Hi Folks, Is it possible to write triggers for SQL Mobile? I'm using VS2005. I was hoping the DataSet designer may allow triggers to be developed? Or is there some other way to write triggers? Thanks very much for any tips, Cheers!...more >>

Does compact framework support 'Enterprise Library'
Posted by Sunny at 10/5/2007 12:00:00 AM
Hi everyone, I would like know whether Compact Framework supports Enterprise Library ( Microsoft.Practices.Enterprise namespace). -Sunny ...more >>

ANN: QRCode Library for .NET Compact Framework
Posted by Mark Arteaga at 10/4/2007 10:02:08 PM
We are pleased to announce the release of a new open source project called QRCode Library for .NET Compact Framework. QRCodeCF allows you to decode QR Code images using .NET Compact Framework. If you have no idea what a QR Code is see this Wikipedia entry http://en.wikipedia.org/wiki/QR_Cod...more >>

GPRS /FTP Windows mobile 5
Posted by Xavier PACOTTE at 10/4/2007 6:03:58 PM
Hello, We have a problem with the GPRS connexion and the FTP communications under windows Mobile 5 We tried several possibilites : 1) With the RasDial/RasHangUp functions for the connection and = InternetConnect/ InternetOpen for the FTP protocol. Sometimes we can send a file, = oft...more >>



Silverlight for mobile or embedded??
Posted by Bob Hanson at 10/4/2007 11:51:04 AM
Any news reagrding this beyond the mobile demo? -- Bob Hanson Senior Solutions Developer ...more >>

Uncatchable RDA Exception
Posted by Jerod Houghtelling at 10/4/2007 10:27:28 AM
Any help is appreciated. We have no clue what is causing this but our application is silently crashing out when performing RDA pulls. Which makes this really weird is that it will work sporadically. We must be overlooking the route of the problem, but we can't figure it out. We have tried the ...more >>

Calendar Control
Posted by Maciej Wolniewicz at 10/4/2007 7:59:40 AM
Hello Group, I'm developing application that must have scheduling functionality, so I need to have calendar control, with functinality similar to builtin Outlook calendar. I does not use outlook database, I have own structures to read, write data, everythiong is kept in database. I only need ...more >>

Datagrid Scroll Bars
Posted by Mike Bevins at 10/4/2007 7:42:49 AM
Hello All, I have multiple datagrids that are not showing the vertical scroll bars. I know they should show up automatically however, they are not and I can not find any properties to force them. Any Ideas? I am using CF 1.1. TIA ...more >>

Exception with SQLCe on Emulator
Posted by henning at 10/4/2007 4:58:21 AM
Hi! i have an application using an sqlce database... nothing big... just some tables containing needed information... i use a dataset to work with this database to get and store information... the whole application is tested on the given emulator for windows mobile 5.0 my problem is this ...more >>

BITMAP to IStream*
Posted by Cy at 10/4/2007 12:27:19 AM
Hi all, Is there any way to get an IStream* object out of a BITMAP? Some background on the problem: I am trying to grab the EXIF data from a JPEG image from managed code. To do this, I have created an unmanaged DLL that accepts an HBITMAP passed in via IntPtr. From the HBITMAP I am able to ...more >>

Modify sdf database on a desktop application
Posted by Wild Bill at 10/4/2007 12:00:00 AM
It's possible to modify an sdf database with a desktop-side application? The better thing would be to have on the local disk the sdf file, modify it and then copy the database to the right path of the device. My best regards, Maurizio. ...more >>

Windows Mobile 5.0 Virtual Keyboard Customization
Posted by Fatih at 10/4/2007 12:00:00 AM
Hello, Is there any way that I could customize Windows Mobile 5 virtual keyboard (i.e. add or remove characters)? ...more >>

Clone a generic class in a compact framework solution...
Posted by Mobileboy36 at 10/3/2007 1:03:48 PM
Hello Group, How do I take a clone of a generic class in Compact Framework? Let's say I want to clone a sorted list: SortedList As SortedList(Of Integer, Customer) I constructed a class like this: Public Class ClonableAndSortedCustomerList Inherits SortedList(Of Integer, Customer)...more >>

ANN: October Coding Competition: Got Game?
Posted by ctacke/ at 10/3/2007 12:55:29 PM
Every month OpenNETCF hosts a coding competition for Mobile & Embedded developers. At the end of the month, a panel of judges will decide which entry was the best and we'll award the author of that entry a prize. October's Theme: Got Game? You're daily commute on public transport is, as ...more >>

Getting starting - Windows Mobile 5.1
Posted by Hans Artm at 10/3/2007 12:00:00 AM
We need to develop an app for a Windows Mobile 5.1 device and needs some pointers getting startet. Can you recommend any books and/or sites ? We know a lot about c# and aspnet/winform but very little about mobile dev Thanks ...more >>

DisplayMember with two fields
Posted by Amirallia at 10/2/2007 3:24:30 PM
Hi everybody... I use VS 2005 with WinCE 5.0 Here is my code : Sub ChargerClasse() Dim dtTable03 As New DataTable Dim daTable03 As New SqlServerCe.SqlCeDataAdapter Dim Cmd As New SqlServerCe.SqlCeCommand Try Me.cbxClasse.Items.Clear() ...more >>

Where's the version information?
Posted by Gareth at 10/2/2007 12:45:59 AM
I am having a problem with version information in one of my compact framework 2.0 VB.Net application which I am designing in Visual Studio 2005. After I compile the executable there is no version information available when viewing the file's properties in Windows. All my other projects have v...more >>

Icon and program group.
Posted by tc at 10/1/2007 5:13:42 PM
Hi. I'm just about ready to release a PPC2003 and WM5 application, not the same application. But both are written in VB Net 2005. The last thing I want to do, and can't find much info on, is set the application icon and put the program in the Programs group on the portable when installe...more >>

file not found when I debug on my local system
Posted by Achu at 10/1/2007 2:28:22 PM
I am trying to load a text file but i could not find the file when i debug the application. the text file "a.txt" is created in the same folder where my application (exe) is launched. Assembly asm = Assembly.GetExecutingAssembly(); MyFile = Path.GetDirectoryName(asm.Get...more >>

wceload.exe and /noaskdest in WM5?
Posted by Roby2222 at 10/1/2007 2:18:01 PM
I've read several posts stating that utilizing the /noaskdest switch with the desired install path entered into the registry at "HKLM\software\apps\microsoft application installer\Install" is no longer supported in WM5. I'm quite puzzled by this, since it seems to be such a needed feature. ...more >>

Client side Soap extension
Posted by Naresh Mirkhelkar at 10/1/2007 1:31:03 PM
Hi, I am calling Java Web Services from my Pocket PC application using .NET CF 2.0 SP 2, VS.NET 2005. How can I write a soap extension at the client side and manipulate the deserialization process? Thanks, Naresh...more >>

C# SerialPort limitation
Posted by BEP at 10/1/2007 12:56:00 PM
Is there a limitation to the baud rate that can be used when programming with C# ? If I run my C# code to interface with the port at 115200, the port will open and operate fine. If I increase the baud rate to 921600, the open command will always fail. I know the hardware can support these s...more >>

Printing on Zebra QL 320 IrDA - getting EURO char
Posted by Olexandr Kravets at 10/1/2007 8:06:02 AM
I am trying to print label on QL 320 through IrDA. I use IrDAClient and simply send data to printer. Of course, I encode data to ASCII. Sometimes, for specific label, I got euro symbol (80 hex) printed on the printer. I don't know the reason of printing this euro symbol. I tried to play wi...more >>

adding hscroll and vscroll to panel
Posted by dhana001 at 10/1/2007 6:26:47 AM
hi, i have a menuitem which pops out a panel, i need the panel to hscroll and vscroll bars, how can it be done in cf...more >>

Setting Active Sync settings from code (C#)
Posted by patrik.loren NO[at]SPAM home.se at 10/1/2007 12:11:35 AM
Hi, I need to be able to set upp a phone (both Windows Mobile 6 & Windows Mobile 6 Professional) with specific settings for Active Sync. I need to do this with C#. The settings I need to set are: Exchange server Domain SSL-connection Scheduling of sync (both setting up times and sync interava...more >>

programatically stop and start ActiveSync service.
Posted by Empi at 10/1/2007 12:00:00 AM
Hi, I need to stop the activesync in some sections of my projects. Any clue on how to do it? Thanks. ...more >>


DevelopmentNow Blog