Groups | Blog | Home


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 > may 2007 > threads for may 15 - 21, 2007

Filter by week: 1 2 3 4 5

GetWebResponse times out over HTTPS
Posted by uday at 5/21/2007 4:01:54 PM
Hi, I am using .Net CF 2.0. I have this following issue: When making a webservice call to upload more than 30KB worth of data over an HTTPS connection (TLSv1 SSL_RSA_WITH_RC4_128_MD5) I receive a WebException.Timeout exception. When sending less than 30KB of data using the same SSL connec...more >>


Hooks on uninstallation?
Posted by Craig Setera at 5/21/2007 3:49:50 PM
Our NETCF 1.0 application is being installed via CAB file over the air. We need to do some file system cleanup when the application is removed by the user. Is there any way to get hooks into the uninstall process so that we can do our cleanup? Thanks, Craig...more >>

Debugging against Windows Mobile 5 from Visual Studio 2005
Posted by Craig Setera at 5/21/2007 3:48:26 PM
Hello, I currently have a T-Mobile SDA and T-Mobile Dash (upgraded to WM 6.0) at my disposal for development and testing. In general, I keep the SDA connected via USB to my development computer most of the time. I've been using a combination of VS 2005 and VS Orcas for my development. We...more >>

how to Right Align the ListBox items ?
Posted by tony at 5/21/2007 2:18:38 PM
hi im searching alot for solution of : how to Right Align the ListBox items ? im using vs.net 2005, NCF 2.0 sp1. thanking in advance. ...more >>

Error sending message
Posted by fggf at 5/21/2007 9:55:49 AM
Hey!! Hope u can help me! I've got a big problem using OpenNETCF.Phone. private void Senden_Click(object sender, EventArgs e) { SmsAddress sa = new SmsAddress("+436803041981"); OpenNETCF.Phone.Sms.Sms d = new OpenNETCF.Phone.Sms.Sms(); d.SendMessage(sa, firstKenn); } Now this works perfe...more >>

Camera Aspect Ratio
Posted by darylhurst NO[at]SPAM googlemail.com at 5/21/2007 8:11:09 AM
I'm developing some software on a series of devices including an O2 XDA Exec, Palm Treo 750 and an HP iPaq hw6915. All of these devices have a built in camera with different resolutions. My question is are there any APIs (with examples) that let you query the resolution of the camera? I've seen ...more >>

Using OpenNETCF Community Edition - Display a Control?
Posted by Noble at 5/21/2007 7:37:10 AM
I am using VS2005 and WM5. I also am using the Smart Device Framework 2.0 community edition from OpenNETCF. Can anyone share with me some example C# code of how to make a Button2 control display on a form? Thanks in advance, nb ...more >>

Connecting to a webservice through grps
Posted by thomassol NO[at]SPAM gmail.com at 5/21/2007 12:59:55 AM
Hi. I having trouble connecting to a webservice via gprs. I made a small test app, which can call a webservice that returns X rows from the database or the datetime from the server. Everything works, if im connected to the webservice through Activesync (Bluetooth og usb) but when I use gp...more >>



How to Know is a thread is alive
Posted by Murthy at 5/21/2007 12:56:01 AM
Hi, I know that there is a method isalive to know if a thread is alive in the framework. But how do i know if a thread is alive and running in compact framework. Is there any similar method in .net cf.....?? Thanks in Advance, Murthy ...more >>

File Date and Time stamp after FileStream.Write(), C#
Posted by Neville Lang at 5/21/2007 12:00:00 AM
Hi all, I have just noticed in my CF app on a Pocket PC (PPC) that when I create a new file and write some bytes to it on the PPC using FileStream's FileMode.CreateNew (and Create), FileAccess.Write, the date and time stamp displayed in the Modified column in Windows Explorer on the desktop...more >>

No such interface supported
Posted by Nathan Franklin at 5/21/2007 12:00:00 AM
Hello LIST, PLEASE, PLEASE HELP!! I am trying to fix my visual studio installation, I dont know what has happened, but I have lost SO MUCH TIME TRYING TO FIX THIS PROBLEM WITHOUT ANY SUCCESS. And especially when you are self employed every minute can count, I load up visual studio 2005 w...more >>

Datagrid how to sort by column header?
Posted by RB at 5/20/2007 2:22:35 PM
If the user clicks on a column header can I sort by that column? I would like to be able to still trap the click event for a click on any other row. Any code would be appreciated. I am using: --------------- Private Sub CustomersDataGrid_Click(ByVal sender As System.Object, ByVal e As S...more >>

DeviceID: Not working anymore on WM 6?!
Posted by James Caan at 5/20/2007 2:31:18 AM
Hello I use the following code for generating a deviceID: It did work on every WM 5 Device (PocketPC and Smartphone) But it does not work anymore on a WM 6 Device? Private Function GetDeviceID() As String Dim deviceid As String = "" Try Dim DeviceIDinByte() As Byte = GetDeviceID("X3fggh23...more >>

Tcpclient not working from my mobile!
Posted by chande.jiang NO[at]SPAM googlemail.com at 5/19/2007 6:56:23 AM
I create a Tcpclient app in my smartphone(orange network, spv). but i have a seriously problem to create a tcp connection. The basic idea is to connect to my own server in the internet on the move, which means there is no activesync. Here are some test I did: 1. With activesync, i can connec...more >>

Help with Windows CE Strings
Posted by yukabron NO[at]SPAM gmail.com at 5/18/2007 3:59:49 PM
Hi, Does anybody know how to change the Windows CE strings? Right now, im having a lot of trouble with the installation of an application, because my PPC is on Spanish. The defult Windows CE String for %CE1% on english language PPCs is Program Files\, but on the Spanish version is Archivos de P...more >>

Dotfuscator Community Edition 3.0
Posted by VJ at 5/18/2007 11:59:50 AM
Does this support Compact Framework 2.0? VJ ...more >>

Owner Draw
Posted by Rick at 5/18/2007 9:36:25 AM
I'm in the process of creating an "owner drawn" list control. Each item displays a 50 x 50 icon and a brief text description. There is a scroll bar that's not part of the control, when used, it sets the scrolltop property of the list, which triggers a repaint. Each icon is 2-3k each and getti...more >>

Setting the Application Version and Finding it in Pocket PC
Posted by Jay at 5/18/2007 8:09:00 AM
I have developed a Pocket PC Application. I would like to set the version number and find it on the Pocket PC . I set the version number in the SetUp project and I don't know how to check it in the Pocket PC. Please help me out in this. Thanks!! ...more >>

Input panel disappears
Posted by Broeden at 5/18/2007 6:55:38 AM
Hi all, My problem is that the button for the input panel sometimes disappears when a new dialog is shown. First I thought it had to do with getting exceptions, but it has happened when opening other dialogs as well. The button seems to be hidden in some way. Can I avoid the problem of mayb...more >>

Two instances of the same .NetCF code? - TypeLoadException
Posted by Craig Setera at 5/18/2007 5:57:41 AM
(Apologies for cross post from smartphone newsgroup) I have an application I've built that consists of 4 .Net CF Dll's and a single .Net executable. The application uses a single configuration file to drive the functionality. The configuration file is located relative to the Assembly's in...more >>

netcf application hang during deactivation?
Posted by Craig Setera at 5/18/2007 5:55:43 AM
(apologies for cross post from Smartphone newsgroup) My .Net CF 1.0 application appears to hang when deactivated and an attempt is made to bring it to the front. Any ideas what I might be doing wrong? Is there a good example somewhere on how the "lifecycle" of a .Net CF application works ...more >>

Debug output from managed app
Posted by Bill T at 5/18/2007 4:56:00 AM
We will soon be working with a CE 5.0 managed app using CF 2.0 on a headless X86 platform and wonder what is equivalent to RETAILMSG, DEBUGMSG and/or OutputDebugString. I have looked in VS2005 on-line help and not found anything. ...more >>

How to add a picture to MainMenu on Windows Mobile 5.0
Posted by Kate at 5/18/2007 12:58:38 AM
Hello, I have a device with WIndows Mobile 5.0. I use MainMenu component and I want to put a picture box on this component - menu is on left side so right side is empty. How I can do it? I can't put picturebox on mainmenu in design mode....more >>

how to capture "X" and "OK" button event on a window form?
Posted by vjsharma_27 at 5/17/2007 8:55:00 PM
I am developing an application for WM5.0 in C#. Is there any method by which i can get the minimize event,means when i click on the "X" button on the form can i get that event?? and if yes in which function i'll be receiving that event? ...more >>

Windows Mobile 6 and CF 2 SP1 or SP2 and migration
Posted by DCOM from NETCF to Desktop application at 5/17/2007 7:08:01 PM
Hello, I'm trying to run a software in Windows Mobile 6.It was written for Compact Framework v2.0, which installer is NETCFv2.wm.armv4i.cab and runs without troubles in Windows Mobile 5. The software currently has communication with a web server using SSL and but know running on Windows Mobi...more >>

Problem with GetDeviceUniqueID on windows CE 5.0
Posted by Jay at 5/17/2007 12:14:05 PM
Hello all, I am using string AppString = "deviceappid"; byte[] AppData = new byte[AppString.Length]; for (int count = 0; count < AppString.Length; count++) AppData[count] = (byte)AppString[count]; int a...more >>

MessageInterceptor
Posted by VicToro at 5/17/2007 8:56:16 AM
Hi, I am having problems to use the MessageInterceptor class on a background app. It worked when I used a device app with a form. But now, I try to use it in a console app because I want to run it as a background process. I have a main class, that is a Console App, that creates a SMSListene...more >>

Phone Application sending DTMF tone
Posted by vsciw at 5/17/2007 3:32:59 AM
Hi. we have a phone application written in vb.net cf2.0 in vs2005 running on a WM5 device, which is dialling out and making a call ok. but, when that call connects to an automated system, we have to send DTMF tones when the user presses the keypad to navigate the system. it's not the standa...more >>

OpenNetCF
Posted by Manolo at 5/17/2007 12:00:00 AM
Hi, I downloaded from www.opennetdf.org the Smart Device Framework witch have a lot of controls to use in a vs.net project. I have a project and has click in add reference and selected the component but not is in the tool box. How can add the controls to the toolbox to ins...more >>

Windows Mobile for Automotive
Posted by Andrew Feldman at 5/16/2007 4:43:02 PM
I am interested in developing applications to run on in-car systems. I am having trouble locating resources on this topic. I am downloading the Windows Mobile 6 Professional SDK, however I am unsure if this is the correct package. I don't see any resources in the Windows Mobile area of MSDN...more >>

How insert one contact in the sim of pda
Posted by versek NO[at]SPAM gmail.com at 5/16/2007 2:11:34 PM
Hello, my name is carlos and I develop a application that work whit the sim of the pda. The SO is Windows Mobile 2003 Phone Edition. I try to insert one contact in the sim but the next method don't work. The metode don't return any exception, but don't insert the contact in the sim. I debbugin...more >>

Adding a reference to a device project may produce unexpected results
Posted by Doug Crawford at 5/16/2007 12:00:59 PM
I have a smart device class library and I have Smart Device application project that uses the library. I also want to have a regular .NET desktop application that uses the same library for testing and debugging. However, when the Desktop application references the Smart Device class librar...more >>

Windows mobile 6 emulator. The Breakpoint will not currently be hit.
Posted by Sri at 5/16/2007 5:35:59 AM
Hi, I have created one application using C# for Windows mobile 6. I am not able to debug the application. When I set a breakpoint on any line, debugger does not stop in the breakpoint. "The breakpoint will not currently be hit. The specified module have not been loaded" is the message shown...more >>

Intermittent NullReferenceException on initialization
Posted by Jo at 5/16/2007 3:53:35 AM
Hi I have an app runing on an XDA IIi , from time to time I ger the following error on initialization (ie when i start the app) app.exe NullReferenceException at app.frmMain.set_Command3() at app.frmMain.InitializeComponent() at app.frmMain..ctor() at System.Reflexion.RuntimeConstruc...more >>

Use cookies as authenticate under wince
Posted by Jooo at 5/16/2007 12:21:01 AM
Hello! I'am working on A Web-based interface that is runing at the HTTPD Server that Windows ce is providing. The system for which the project is build for is an headless device. I developped a authentication system that will check the password on a sqlce database, and then redirect the User ...more >>

No break event on serial port (Pocket PC 2003)
Posted by Dries Naudts at 5/16/2007 12:00:00 AM
Dear all, i'm having an issue while connecting a Pocket PC to a PC through the serial interface. I'm implementing code in C#. When i set the SerialPort breakstate = true, I do not receive a PinChanged (BreakEvent) on the serial port of the Pocket PC. I do receive other PinChanged events (eg...more >>

DateTimePicker with no date selected?
Posted by dgk at 5/15/2007 3:38:26 PM
I need to have several date fields, but some of these dates may not be known or may never be used, such as dates for pre-trial hearings or pre-pleading report submitted. Is there some nice DateTimePicker control that understands that a date can be null (or just blank)? I guess I can kludge up ...more >>


DevelopmentNow Blog