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 > november 2007 > threads for november 1 - 7, 2007

Filter by week: 1 2 3 4 5

app running in Mobile 5 sometimes crashes in Mobile 6
Posted by Patino at 11/7/2007 10:38:39 PM
We wrote an application that runs with no problems in Windows Mobile 5 platforms. The application uses a modified version of the ShowDialog() method to display forms, as explained in a MSDN article. Has to do with the fact of listing just 1 instance (the last displayed form) of the application i...more >>


MS Access Database Connectivity For Win CE 6.0
Posted by Arsalan at 11/7/2007 10:21:01 PM
Hello guys, I want to connect to and edit ms access database. The oledb functionality is not present for .NET CF. When I try to build the solution, it gives me an error "are you missing an assembly reference?" PS. I am coding in C# I would like to know if there is a way to connect ms acce...more >>

Converting InTheHand SmsMessage to Microsoft SmsMessage
Posted by jonfroehlich at 11/7/2007 5:51:18 PM
I would like to convert a InTheHand.WindowsMobile.PocketOutlook.SmsMessage to a Microsoft.WindowsMobile.PocketOutlook.SmsMessage. For example public static Microsoft.WindowsMobile.PocketOutlook.SmsMessage Convert(SmsMessage inTheHandSmsMessage) { //the inTheHandSmsMessage.ItemId is a MAP...more >>

How to print to remote printer (zebra)
Posted by elena at 11/7/2007 12:40:00 PM
Hi, All I have handheld "Intermec" Mobile 6.0 and remote printer (zebra type MZ 320) I am using .NET 2005. Please, any references how to print to this printer (printer doesn't have BT) Please, help...more >>

naming subdirectory in cab project
Posted by at 11/7/2007 6:36:04 AM
Hello, I need to deploy a settings file in a subdir of the special directory My Documents. I want the name of that subdir to be the name of the application. How can I do that? For example. The name of the application is TestSettings.exe and the name of the file is test.xml. I want test.xml ...more >>

ActiveSync connection Dialogue
Posted by jb at 11/6/2007 9:01:22 PM
Hello Does anyone know of a method of disabling the Activesync connection dialogue on the terminal(wince5) when the unit is placed into the cradle....more >>

Why Use .NET CF Instead Of Unmanaged Code
Posted by LogicAl at 11/6/2007 2:56:53 PM
We'll be developing a real-time embedded app at my office running under CE. Since I'm quite used to using desktop .NET, my thinking was to use .NET CF, with unmanaged DLLs to do the real-time work. However, I was talking to a coworker who's experienced at using .NET CF & unmanaged code under ...more >>

Passing parameters to .NET smart device application
Posted by Junior at 11/6/2007 3:35:01 AM
Hello ! I have this windows forms device application in VB .NET, and need to pass a command line parameter to it, since it is going to be called by another application under some circunstances. I've learned that it is not possible, and one solution is to create a new C++ console application...more >>



How to prevent emulator from launching?
Posted by Ole at 11/5/2007 8:48:44 AM
I've used the Pocket PC 2003 emulator once in my project and since then the emulator launches everytime I debug my program even though I use a real device. How do I prevent the emulator from launching? Thanks, Ole ...more >>

Updating registry keys in Windows mobile 5.0
Posted by Murthy at 11/5/2007 6:33:01 AM
I'm using ppc_installation_creator_1.8 to create a CAB file. By this I'm able to edit the registry settings. But the key value is not getting updated for the path similar to HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"Device Lock" Is the problem due to the Key value within quotes? If s...more >>

Delete Buffer of Screen Tabs
Posted by Arne at 11/5/2007 2:04:02 AM
Hello! I am looking for a way to delete the buffer of screen tabs out of c# which is buid by windows mobile while our application is busy. When the user tabs the screen while we do some calaculations the screen-tabs are buffered. When calcualtions are done the buffered tabs are beeing execu...more >>

Problem uploading a file
Posted by Star at 11/4/2007 11:32:56 PM
Hi all, On my server, I have these 2 pages: upload.html ----------- <form name="form1" method="post" action="upload.php" enctype="multipart/form-data"> <p> <input type="file" name="file"> </p> <p> <input type="submit" name="upload" value="upload"> </p> </form> upload.php -...more >>

How to invoke menu item with SendMessage?
Posted by _dtaylorus at 11/4/2007 5:54:00 PM
I thought it would be a simple matter to SendMessage(hWnd, WM_COMMAND, commandId, lParam), where hWnd is the form window handle and lParam is 0. (Surprise... it doesn't work on a WM5 PPC.) Using CESpy, I can see that for real menu clicks, lParam is set to the handle of a window with a clas...more >>

Silver light Plugins for PDA
Posted by pravin at 11/2/2007 10:28:26 PM
Hi, I required to run silver light application on Pocket PC WM5. Do anyone have information about silver light plugins required for PDA/ WM5? ...more >>

Form close event
Posted by Anand Kale at 11/2/2007 4:26:28 PM
Hi, How do I trap the event when the user clicks on the X to close the application ? Which is the event to trap ? Also by default does the application goes in background and OS manages to bring to foreground when launched again ? I want to do this from CF.NET 2.0 applicati...more >>

System.NotSupportedException was unhandled
Posted by Abhilash at 11/2/2007 9:03:02 AM
Hi My application was running till last monday... Now suddenly i am getting the following exception... System.NotSupportedException was unhandled Message="System.Drawing.Bitmap" StackTrace: at System.Resources.ResourceReader.LoadObjectV2() at System.Resources.ResourceReader.Lo...more >>

HttpWebRequest.GetResponse() Querystring length problem
Posted by Kamii47 at 11/1/2007 11:54:00 PM
I found a weird behavior of HttpWebRequest.GetResponse() in WM5 It raises exception if length of URL is around 2150. And also sends the data to server successfully. Therefore, there is no way to detect that the data is successfully received at server or not. The error message is “Could n...more >>

Question about WebBrowser
Posted by Adam at 11/1/2007 7:06:40 PM
Hello, I want to disable context menu on WebBrowser component. Is possible to catch mouse clik on WebBrowser component? To catch key events I have to set KeyPreview to true. OK, but what with mouse click. Or maybe some special html tag? I tried with JavaScrip scripts to disable right cli...more >>

Orientation Aware Forms?
Posted by Peter Hartlén at 11/1/2007 4:53:29 PM
Hi! In the same way as a form is language aware, will it be (or is it already in wm6?) orientation aware? It should be possible to set up different layouts in design mode with regards to the resolution and orientation of the screen. This functionality already exists in the "Mobile Client S...more >>

Multiple Instances of App
Posted by Eric at 11/1/2007 8:32:00 AM
I am developing an application for Windows Mobile 6 in C#, and I'm having trouble implementing what seems to be some fairly typical behavior. When I'm in Word Mobile and switch to File Explorer and select a different document, magically Word Mobile switches "context" and shows the new docum...more >>

Query on developing background application in .NET
Posted by asharism NO[at]SPAM gmail.com at 11/1/2007 5:06:32 AM
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 >>

Error in openFileDialog - looking for a workaround.
Posted by Ole at 11/1/2007 12:00:00 AM
Hi, It seems like there is an error with the openFileDialog because it crashes the program. The program is build for Pocket PC 2003 running Compact Framework 2.0 The error can easily be reproduced like this: Create a new project called "File Dialog test". Add an additional form "Form2" to...more >>


DevelopmentNow Blog