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
all groups > dotnet compact framework > december 2007

Filter by week: 1 2 3 4 5

ERROR WHEN SETTING DATE
Posted by tony at 12/31/2007 8:14:18 PM
HI, strange bug from device that work for 6 month .. everytime the device is starting, the user set the date and time. today, the user set 31/12/2007 14:00 and in the main menu the date was 01/01/2008 . what am i missing here ? the device is not connected to internet or any network. a...more >>


M I`5'Persecutio n ' MI5 Have Systematica lly Destro yed My Lif e
Posted by efemvfve@bigfoot.com at 12/31/2007 9:40:18 AM
MI5 Have Systematically. Destroyed My Life This is getting depressing. From. the feedback Ive received, the recipients of these faxes are tired of hearing my complaints, and. in truth I am tired of sending them. The reason. I havent yet ceased sending faxes is because I cannot think. of any ...more >>

device emulator v3
Posted by yury at 12/29/2007 3:44:01 AM
Please could anyone tell me if Microsoft is planning to ship the device emulator v3.0 as a standalone software? If so when? Regards, Yury...more >>

ObjectDisposedException
Posted by Hilton at 12/29/2007 3:21:54 AM
Hi, I am seeing these ObjectDisposedExceptions very infrequently, but I am seeing them. They are being thrown on a button/control which are part of a form; e.g. this.button.ForeColor = Color.Black throws (very infrequently). I definitely do not dispose of the form or these buttons before t...more >>

using System.IO.Ports problem in Windows App
Posted by HoustonK at 12/28/2007 6:20:01 PM
Hi, I have no problem to write and read through my COM1 in my app which created in Console based application. So far I tried which are successful in pc win app, pc console app and smart device console app. Once I used the Win app in smart device, there is a problem. So, there isn't a...more >>

Not enough memory free after a few minutes
Posted by td at 12/28/2007 9:42:44 AM
Hello, We have an application written in C# running on ppc (mobile 2005) Free memory before working : about 25Mo. The application is cut in little dlls. Each call to resources is suuround with "using" instruction. After a few minutes and a 100 clics, we have only 1Mo left on the device. Coul...more >>

Equivalent of System.CodeDom.Compiler in compact framework
Posted by Manish Bafna at 12/28/2007 1:42:01 AM
Hi, What is equivalent of System.CodeDom.Compiler in compact framework as documentation suggests this namespace is not supported in compact framework.I want to dynamically compile and run c# scripts in compact framework?in windows application it was possible to do this with System.CodeDom.Com...more >>

Log Message
Posted by HoustonK at 12/27/2007 7:09:16 PM
Hi, I wrote a compact framework 2.0 dll, in this dll, I would like to print out some message on screen. Problem here is that if I use windows application (Project), console.writeline message won't show. Also, is it possible to run windows (GUI) and console at the same time? Can you...more >>



Notification icon to activate application
Posted by andrerus@gmail.com at 12/27/2007 10:26:28 AM
Hi, I'm writing a task-manager application (like could be Magic Button and others) and I'd like to associate it with a notification icon. The behaviour I'd realize is that in any time the user can recall the task- manager by clicking on the notification icon. I tried to use Microsoft.WindowsCE.F...more >>

Interrupt Service Routine ISR on Compact Framework
Posted by HoustonK at 12/25/2007 6:12:01 AM
Hi, I enabled compact framework 2.0 on WINCE. Just wonder to find out is there ISR can be handled from compact framework, is there API provided? Or is it I need to build ISR dll from WINCE, and call from the compact framework? Currently, I am assigning one thread on my compact framewo...more >>

HELP: Problem, in C#, receiving window message from a native Win32 dll
Posted by BesterOfer@gmail.com at 12/23/2007 3:49:37 PM
Hello everyone. I am trying to apply a simple IPC between C# and a native Win32 dll, on a WinCE 5.0 device. The C# application is a GUI application using TabControl with three TabPages. On dll initiation [the first called function] i pass it a handle to a C# MessageWindow. The Dll on it's...more >>

Find recursion
Posted by Hilton at 12/22/2007 11:54:04 PM
Hi, A couple of my customers have reported "StackOverflowException" - no stack trace, cannot reproduce, outa luck. I gave myself 30 minutes and wrote some code which found two methods in my EXE that had recursion; in both cases I had called "this.XYZ" instead of "base.XYZ" in a "get". I...more >>

GSM + CE.NET
Posted by Bonamie Davey at 12/21/2007 11:36:28 AM
Hello everybody, Can anybody help me with the GSM functionality on Windows CE.NET devices. I'm working with Psion Teklogix Workabout Pro CE.NET 5.0 and i really need to send an sms through my own application. There are multiple ways in Windows Mobile but can't find the one in CE.NET. I w...more >>

How to drop down a combo box (CF2.0) programatically?
Posted by Dirk Michaelsen at 12/21/2007 7:11:09 AM
Hello everybody, is there a way to drop down a combo box from the Compact Framework 2.0 programatically, especially in C# language? In the .NET framework the combo box has the DroppedDown property but unfortunately in .NET CF it has not. I would appreciate hints and code samples. Dirk ...more >>

do we need to dispose screen controls?
Posted by Batterhead at 12/21/2007 3:07:57 AM
hi there, i use vs2005, c# and .netcf2. i know that i have to explicitly dispose any controls and components which created by myself. but how about those controls, e.g. button, which drew by c# on the screen. as a good practice, should i dispose them explicitly? or c# already does it for me w...more >>

CAB install file in root folder
Posted by isineiro@gmail.com at 12/21/2007 3:07:50 AM
Hi. I want to generate a CAB which install a file in root folder. Inside VS 2005 I can not put a file in root folder. I try to edit the .inf file to generate the CAB mannually with cabwiz but give me errors. ..inf file --------------- [SourceDisksFiles] "System.Data.SQLite.dll"=1 [De...more >>

help! locate an instance of a recurring task with poom
Posted by Batterhead at 12/20/2007 6:02:04 PM
hi there, i am developing a ppc calendar app with vs2005, c#, poom and .netcf2. is there any way to locate an instance of a recurring task by a given date? that can be done with getoccurrence() in the case of appointment. thanks batterhead...more >>

Switching windows causes a 'full' garbage collection at bad time
Posted by John Roberts at 12/20/2007 3:40:05 PM
Hi, Our platform is Windows CE 5.0 and Compact Framework 2.0. The device fully replaces the Windows CE shell with our own which is completely written in compact framework, as are all the applications. Right from the start, we used a single-process solution such that the shell and all the 'a...more >>

Problem with RequestPowerNotifications on WM5
Posted by Korwin at 12/20/2007 12:04:27 PM
Hi, I need to detect power on of WM5 device. I use RequestPowerNotifications which works well on WM2003, but on WM5 it signalize even if only backlight turn off and I cant find out device is off/on or backlight is off/on. RequestPOwerNotifications always return the same. Can someone point me ...more >>

Database connectivity
Posted by deepak_ssoft@yahoo.co.in at 12/19/2007 9:58:23 PM
Rspected sir, I am using Sql Server 2005 Enterprise Edition with VB.Net 2003, but I am not able to connect it . Please will you give me the code for connecting it. Thanx and regards Deepak 20th December...more >>

ObjectDisposedException with DataGrid
Posted by Jim Balo at 12/19/2007 9:57:43 PM
Hi, I am at my wits end here. I am getting ObjectDisposedException when removing an item from a BindingList when it is bound to a DataGrid. Here is a simple example to reproduce: private void Test() { Person personA = new Person("Pete"); Person personB = new Person("James"); ...more >>

Connecting to SQL Server (directly) from Compact Framework
Posted by Evan Camilleri at 12/19/2007 6:19:35 PM
I amanged to connec to an SQL server 2005 directly from CF application using SqlClient. BUT I cannot access a second instance in that server. i.e. when I enter in the connection string MYSQLSERVER, ok but MYSQLSERVER\\SQL2 then it is a problem. The system does not connect!!! Evan ...more >>

Minimize application on startup
Posted by Star at 12/19/2007 4:08:05 PM
Hi all, I have been browsing the newsgroups trying to find the way of doing that, but unfortunately everything that I tried didn't work. I tried placing Hide() or Visible = false in the Form_Load event. Basically I just need to hide the application as soon as your start it. Once is runnin...more >>

C# coding connection to sql 2005 express on pocket pc 2003
Posted by Gary at 12/19/2007 9:29:02 AM
Dear All I am working a project which using pocket pc 2003 connect to sql 2005 express database. When I try to deploy a testing program on C# 2005, i cannot create the connection with a Sql Exception error. Do anyone have such experience and provide me a solution. my devlice is O2 ...more >>

the serial world is tricky
Posted by Rainer at 12/18/2007 5:20:55 PM
hi, on my DELL Axim X51v the environment shows me that i have the COM ports0 -9 and som other ports calles GPD1 to GPD9. what are thes ports GPD ???? Bye Rainer ...more >>

MS Sync Framework
Posted by Harry Simpson at 12/18/2007 4:54:14 PM
I've been looking at the MS Sync Framework today and it looks like the next best thing in constructing data syncing between a device and the data on a server. Started to download the Tech Preview edition and in the instructs it tells me to uninstall any other sync bits including Sync Services...more >>

Debug on Device
Posted by Rainer at 12/18/2007 10:54:43 AM
Hi, how can i debug a Application that runs on a device ? (using VS2005 with C#) bye Rainer ...more >>

RasSetEntryProperties sample
Posted by Catalin Lungu at 12/18/2007 9:14:20 AM
Hi all, Someone has a sample application that how to use RasSetEntryProperties function in C#, with RasEntry struct? Ceers, Catalin ...more >>

ce4.2 headless with cf1 ??? Help please !
Posted by Phil H at 12/18/2007 5:01:01 AM
Yes, I know how old it is ! I'm thinking of becoming a historian ;) Our ce6 platform is not finished yet, so I have to go to market using our old ce4.2 platform. (We dont have a ce5 platform) We have a vs2003/c# app that is just going into beta ... but ... all the prototypes have been on a har...more >>

Querying Windows Media player state in dotnet
Posted by Kwai at 12/17/2007 9:59:19 AM
Hi, Are there any apis available in dotnet cf to get the current track Windows Media player is playing and other info. Thanks ...more >>

Running applicatin on top
Posted by Fatih at 12/17/2007 9:37:49 AM
Hi All, Is there a way to run an application in a way that no other application's window's will work on top of it?...more >>

ITCScan.DLL Issues On Intermec 700C PPC 2003
Posted by gaulles via DotNetMonster.com at 12/17/2007 8:47:54 AM
have spent the last two weeks in frustration going back and forth with Intermec on-line support and yet no solution. Has someone out there found the solutions to any of the following: (1) AN exception is being thrown when I create BarcodeReader. Error message is: 'Can't find an Entry point I...more >>

User controls in design view
Posted by RobC at 12/17/2007 8:18:01 AM
I am using user controls in a WM6 app (VS2005) - the user controls were visible in the design view - but on reload of the solution the user control content is no longer visible with VS opting to show only the placeholders - is there a setting/option to show the control content in design mode?...more >>

Getting IP Address
Posted by Philip Grace at 12/17/2007 7:44:09 AM
Hi, I have been working on the function below, to get the current ip address in use. I am using a Symbol MC70 device. When it is connected to ActivSync though the cradle, it returns 3 addresses (the 2nd of which is the WiFi IP address). However, when not conencted to the cradle, it doesn...more >>

Wrong form displayed after power off by user
Posted by microteq at 12/17/2007 6:59:04 AM
Hello, our application opens a main form (form1). The user can open another form (form2) by clicking a button. When form2 is opened and the user switches the power of the device off (standby), the program still seems to run. But when the users powers on the device, then form1 will be displaye...more >>

Interop: C++ Console & C# GUI
Posted by Sheikko at 12/17/2007 1:11:53 AM
Sincerly is a little bit complicated to explain to you what I have in my mind, but I will try: Above all the problem is the type of data that I want to passe between these two applications. The complete application that I want to create consiste of two applications: - the console developped ...more >>

Bluetooth C# DLLs
Posted by Bobby J. at 12/16/2007 12:32:39 PM
Are there C# DLLs in VS05/08 to communicate with Bluetooth devices? If so, will they work with both PC and Mobile (CF) applications?...more >>

Mobile Bluetooth Examples
Posted by Bobby J. at 12/15/2007 4:24:00 PM
Does anyone have examples on how to use Bluetooth in C# for Mobile devices (e.g. Discover, Send Data, etc. )? Does VS08 support this?...more >>

Mysterious Input Panel Behavior
Posted by Rick at 12/15/2007 11:48:04 AM
I've added an input panel to a blank form. There is no code involved in the form. If I open up another application, such as Contacts and show the input panel. Then switch back to my form, the input panel is shown there too. I need to be make sure input panel doesn't show on my form when it'...more >>

SerialPort Caching?
Posted by Brandon at 12/15/2007 10:50:02 AM
Platform is WM2K3 (not SE) with compact framework 2.0. I have a thread that is using SerialPort.Readline() to read raw GPS data from an RS232 GPS device (the RS232 port that the GPS device is plugged into is on the vehicle cradle that the device is in). If I just open the serial port and...more >>

ListView Selected Items Block or some kind of MultiSelect?
Posted by juvi at 12/15/2007 10:21:01 AM
Hello, I want to add my data in the following form to my ListView: --------------------------------------------- ::1:: Information line 1 Information line 2 --------------------------------------------- ::2:: Information line 1 Information line 2 -------------------------...more >>

RASDIALPARAMS
Posted by Catalin Lungu at 12/14/2007 10:24:28 AM
Hi guys, I'm use the following function to dial a RAS connection and always shows me a autentication window "Enter network password" where username textbox and password texbox are fills with the parameters of function. How can I prevent that this windows not show? unsafe public static ui...more >>

NumericUpDown
Posted by davebythesea at 12/14/2007 9:29:01 AM
Hi, I need a numericupdown with decimal places, is there a work around to get one in the CF? Thanks again!! David...more >>

DLL in use at next deploy
Posted by Philip Grace at 12/14/2007 6:35:03 AM
Hi, I am building an application that uses the dotNetRemoting library. The dll's (ISerial.dll etc) associated are sent down with each deploy to the device (not a probem since they're quite small). However, when I run my app, the dll's stay loaded when it terminates, which means that the onl...more >>

Error with "SqlCeRemoteDataAccess.LocalConnectionString"
Posted by chris-s@mailcity.com at 12/14/2007 3:40:27 AM
I'm in the process of upgrading an application from VS2003/SQLCE2.0 to VS2008/SQLCE3.5 The conversion seems to have gone fine, and the application is built and deployed, but I am getting the following error when I try to set the SqlCeRemoteDataAccess.LocalConnectionString... "Unknown connec...more >>

create GPRS connection
Posted by Xavier PACOTTE at 12/13/2007 4:45:28 PM
Hello, I want to create a new GPRS connection under Windows mobile 5 and 6. I saw informations on the RasSetEntryProperties function with the = RasEntry structure. Do you have an example to use in C# this function and structure? Best regards...more >>

Connecting with access database in Net Compact Framework application
Posted by pawera@interia.pl at 12/13/2007 2:46:56 PM
Hi Everybody ! I`ve got a problem with developing application which is to be run on PDA (MIO A701 with WIndows Mobile 5). I`m trying to create application in Visual Basic NET using NET Compact Framework. This will be very simple database application using Access Database. Unfortunatelly I c...more >>

Currently supported OS resolutions
Posted by news.microsoft.com at 12/13/2007 12:39:35 PM
Hello: Which are currently supported resolutions in Pocket PC OS? I see that there are 240x320 and 240x240 pixels resolutions, and heard something about the 480x640 and 480x480 but.... ¿The OS support any other resolution? ¿support only some predefined or any resolution? Thanks, Juan ...more >>

CF3.5 <-> WPF ?
Posted by Rainer Queck at 12/13/2007 8:33:10 AM
Hello NG, will the WPF be available with the CF3.5? Regards Rainer ...more >>

newbie question - how to enumerate font
Posted by Francesco Ranieri at 12/12/2007 5:49:08 PM
Hi to all, I'm using CF 1.0 and VB.net 2003. I wish to enumerate all the character fonts available into the system, and the proper size of each one. The idea is to achieve something like this (pseudo-code): Dim avilableFonts As Fonts Dim arraySizesOfThisFont() As Integer For index=1 t...more >>


DevelopmentNow Blog