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 > june 2006 > threads for june 22 - 28, 2006

Filter by week: 1 2 3 4 5

Implementing directional keypad
Posted by bill at 6/28/2006 3:59:12 PM
Hi, I'm developing custom device using PXA270 and WinCE 5.0. I want to implement a directional keypad which will have 4 buttons effectively similar to say a gamepad, up arrow, down arrow, left and right. This is so the user can navigate the main CF application and move from say tab to tab rather...more >>

Communicating with process
Posted by mick at 6/28/2006 3:47:11 PM
Hello, I was wondering whether it was possible to send a message from one app to another process and for example send a mouse event to its main form in .NET CF. Could this be done with Pointo Point mesage queues? ...more >>

Speed up Bulk Insert Dataset records!
Posted by Jay Balapa at 6/28/2006 3:44:10 PM
Hello, I have an winform compact framework app which returns a dataset from webservice . I need to bulkinsert that database into my SQLCE database. Right now I iterate row by row and insert rows one at a time. To insert 1500 rows it takes me 10minutes. Which is unaceptable. Can...more >>

SQL Mobile Field Content
Posted by Beebs at 6/28/2006 3:37:29 PM
How can I get the contents of a field in SQL Mobile. I've just switched over from doing ADOCE projects so I'm quite clueless. For instance, I use to be able to do this: rs.Open(sqlString) If Not rs.EOF And Not rs.BOF Then If variable1 <> rs.Fields("Field1").Value.ToString() Then 'Do so...more >>

Need to find SMS service providers
Posted by moondaddy at 6/28/2006 1:10:04 PM
I need to send SMS messages from a web server to wireless devices, however, we can not connect modems to the server. I'm having a difficult time finding a service where we could send a text message via SMS or a web service, then have this service send the message to the wireless device. I ...more >>

Memory mapped IO to PCI driver
Posted by paulgc3 NO[at]SPAM gmail.com at 6/28/2006 10:14:55 AM
Hello, I like .NET CF 2.0. I love speed. I need both. Situation: PCI device on CE 5.0. Memory mapped IO connectivity to device. Desires: o I want to have my driver init routine return an address pointing to the user mode address of the memory mapped region in the hardware. o I want ...more >>

video stream
Posted by Vigj at 6/28/2006 7:55:02 AM
Hi all, I want to develop an application that takes video from the pda camera or some camera connected to the pda and streams it to a PC over the internet. Can someone give me some clues about the best way to do this?...more >>

Generics Problem
Posted by Chris Oswald at 6/28/2006 7:35:20 AM
I am trying to pass a generic collection as a parameter to a method and I keep getting a compile error. I can do this in the full framework but not CF. Can anyone explain to me why this doesn't work? I get the following error: genasm.exe(1) : error There was an error finalizing type . Type '...more >>



Problem with socket communication for client (On handheld) / server (on PC) application
Posted by jd_ie at 6/28/2006 6:43:47 AM
Hi, Sorry, I'm reposting this as unfortunately, it's quite urgent, and I hope someone out there can help... have a client application running on a windows ce .net device, and a server application running on a PC. I have been experiencing problems with the tcp connection dropping (ObjectDis...more >>

webBrowser.DocumentText and display images
Posted by sebapi at 6/28/2006 6:02:01 AM
Hello! I use DocumentText property to display my web content. If it contains image then webBrowser doesn't display it. How can I display images with using DocumentText property ? Thanks for help. Sebastian....more >>

Switching Panels using Visible =true & Visible=false;
Posted by Kristof Taveirne at 6/28/2006 4:34:50 AM
Hi, I'm developing an application on PDA using WindowsCE. In my application I have several tabs at the bottom of my screen. However, in one of the tabs I've placed 2 radiobutton, used to switch between between 2 panels on that same tab. (I don't use nested tabs, because I noticed they always ...more >>

TextBox does not get OnMouseDown and OnMouseUp?
Posted by Hilton at 6/28/2006 12:20:37 AM
Hi, Works on full Framework, but on PDA, I don't get these events? Do these work? Am I doing something wrong? WM 5.0, CF 1. Since/If these don't work, any alternatives? Thanks, Hilton ...more >>

Intercept a phone call and have custom module run instead of WM5 inbuilt handler
Posted by Sanjay Shetty at 6/28/2006 12:00:00 AM
Is it possible to intercept a phone call via Managed Code on WM5 and have my custom code run instead of the the inbuild WM5 handler? If so could you provide some sample code or point to an article/documentation etc. thanks in advance, Regards, sanjay shetty ...more >>

Textbox and Timer problem
Posted by Felix at 6/27/2006 8:07:26 PM
Hi, I am experiencing a strange problem while developing a smartphone WM5 application. I have 4 textboxes and a timer that updates these textboxes. The textboxes enabled is set to false so the user cannot modify them. This works fine and the timer updates the textboxes correctly. I added anothe...more >>

Pocket PC Phone Edition and Internet Detection
Posted by Philippe at 6/27/2006 6:38:09 PM
How can I detect if a specific Pocket PC has all the feature of the "phone edition" ? Internet detection? thanks. Philippe Map4Pda.com ...more >>

Unit testing tool for .net CF1.1 (pocketpc 2002) C#
Posted by abcdef at 6/27/2006 5:43:03 PM
Hi all, I am looking for unit testing tool for my compact framework (1.1) application. If not there for this version , what is the altenative way to do the unit testing for .net compact framework applications? Any ideas are welcome. thanks in advance ...more >>

SDF Encryption
Posted by Harry Simpson at 6/27/2006 2:37:58 PM
Ok seemed to flawlessly "encrypt" the SDF using the SQLCEeng Createdatabase with the password and Encryption on. What "level" and type of encryption is this? Such as AES 128bit etc.??? Looked everywhere and it just says encrypted without a type or level. Anyone know? TIA Harry ...more >>

SqlCe and Secure Digital
Posted by Simone at 6/27/2006 2:19:27 PM
Hallo. I have this problem. In my app, i insert data into an SDF that is located on a Secure Digital. After inserting Data (no SqlCeException during install), i cannot find all records into DB. I have seen that in my SD the free space is about 3MB. Then i free space of the SD and the next INSE...more >>

Deploying C# application trought ActiveSync and cab
Posted by Vincent at 6/27/2006 1:58:25 PM
I read a lot about how to deploy my C# application and can't get it working for all target. I tryed that sample: http://www.codeproject.com/netcf/compframe4.asp#xx790851xx But the installer cant install on my device (PPC2003 Dell Axim /XScale proc.) and give a unvaluable error like "Install...more >>

Controls do not seem to render correctly
Posted by Volker Lehmann at 6/27/2006 1:50:16 PM
Hello, I am encountering strange problems in my current CF forms application. Sometimes controls will be rendered incorrectly, e.g. a label being rendered like a button - with a black border and a white background that changes to black when clicked with the pen and changes back to white ...more >>

Invoke of Show Form not working
Posted by Davis at 6/27/2006 11:44:29 AM
Hi, I have a UI tester console app which launches my GUI app (single form)to be tested on separate thread and sets the various controls using the ControlInvoker class. I'm using CF 1.0 SP3 I can set the testBox,listBox controls in my app to be tested and read the values back. I've also managed...more >>

Custom control's KeyDown / KeyPress event not fired?
Posted by tamberg at 6/27/2006 7:53:24 AM
Is it possible that a trivial (class MyControl: Control {}) custom control's KeyDown / KeyPress events are not fired on .NET CF 1.1 for PPC2003 / WM5? This seems strange as the events are fired on SP2003. ...more >>

Does CF have anything comparable to DOS (i.e., Run cmd ?)
Posted by Rob at 6/27/2006 7:30:19 AM
I am guessing No.... ...more >>

WMP wrapper in C# CF 2.0
Posted by Krupa at 6/27/2006 7:29:13 AM
Hi there, I intend to develop a wrapper for Windows media player to get a handle of the player so that I can open, play, pause and stop the player programmatically. I also need the player to go full screen. I was wondering if I can achieve this in C# by p/Invoking to WaveOut functions in core...more >>

soft reset on power on
Posted by a NO[at]SPAM b.com at 6/27/2006 12:53:06 AM
i need to do a soft reset when the app detects that the user has turned on the pda. (dont ask why) does CeRunAppAtEvent do the trick? will it fire with a soft reset? therefore doing continuous soft resets? ...more >>

How to convert a Dataset into a xml strin
Posted by Michael Kugler at 6/27/2006 12:00:00 AM
Hi NG How is it possible to convert a dataset into a XML string without saving it to a file? ds.writetoxml() only allows a filename. --- Mit freundlichen Grüßen / Yours sincerely , Michael Kugler Compunited Inh.: Michael Kugler Hasellohweg 19 90766 Fürth Germany Tel +49(91...more >>

How do you reference a file on a handheld ?
Posted by Rob at 6/26/2006 11:43:22 PM
I simply want to copy a file using the File.Copy(strSource,strDest) format On a handheld device how do you reference a file.... what is the beginning of the path ? On a server it is \\servername\folder On a desktop it is C:\Foldername I see my handheld has My Device as a root... I tri...more >>

Hardware Keyboard Event (CF 2.0)
Posted by sync at 6/26/2006 11:31:01 PM
Hi all, I am looking for a method which detects hardware keyboard are enabled in CF 2.0 for Windows Mobile 5.0 devices. This is my scenario: When a textbox on a form has the focus, the SIP is enabled by setting InputPanel.Enabled to true in the TextBox.GotFocus. The issue is how can i ...more >>

How do you move files around using VB.net ?
Posted by Rob at 6/26/2006 8:32:11 PM
I need to move some files to different folders. How would you do it within compact framework ? File system object work here ? Thanks ...more >>

Events on separate thread
Posted by ms at 6/26/2006 1:07:59 PM
Hi, Is it possible to have event handler for say button click on main GUI thread on a separate worker thread. So if button is clcked on main form, the event can be handled in another thread. I'm using VS2003 and CF1.0 SP3 ...more >>

Adding more display fields to a listbox's .displaymember property?
Posted by Noble Bell at 6/26/2006 12:05:02 PM
Hello all, I have a listbox on a screen that gets populated from a sqlce table using a sqlcedataadaptor. My question is this: How can I add more than one display field to the listbox's .DisplayMember property? I want to display two fields from the datatable in the list box (ie. #1 - ...more >>

Pocket PC Passing credentials to webservice?
Posted by Jay Balapa at 6/26/2006 9:46:11 AM
Hello, Win Forms app is able to connect to my webservice passing credentials as follows- myService.Credentials=System.Net.CredentialsCache.DefaultCredentials; Compact Framework does not have a CredentialsCache class. Is there an alternate way of passing default credentials? Thanks. ...more >>

Ir Serial Comms
Posted by Squeak!!! at 6/26/2006 9:32:01 AM
Hello All, I am a VB programmer and I am looking to create a simple Ir comms program for a PDA. .net appears to have IrDA components but I can not get a sensible serial connection for transfer of ASCII characters. I do not know where to start now, does any one have any suggestions it woul...more >>

Compact Framework 2.0 and language
Posted by kardath at 6/26/2006 8:09:02 AM
Hi, I've a question. I'm working with CF 2.0 and VS 2005 and i used 2 language for my form (French and English). When i design my form for French , i give it a size (240 , 320) and when i save it and switch to English the size of my form become automatically 640 by 480 (default size) if...more >>

ObjectDisposedException on NetworkStream for TCP client (handheld) / server (PC) application
Posted by jd_ie at 6/26/2006 6:42:42 AM
Hi all, I have a client application running on a windows ce .net device, and a server application running on a PC. I have been experiencing problems with the tcp connection dropping (ObjectDisposedException for the NetworkStream) and so I have tried to cut the applications down to their minim...more >>

.net CF 2.0 SP1 update for CE 5.0 platform builder's OS
Posted by RFlaugher at 6/26/2006 6:06:03 AM
I see MS has released SP1 for CF 2.0. Is there a way to update the CE 5.0 platform builder's OS files using this download or is there / will there be another download to upgrade the platform builder's OS files?...more >>

Windows Mobile 2003 class libraries versus Windows Mobile 5 class libraries
Posted by Thore Berntsen at 6/26/2006 12:00:00 AM
Im working on some .NET CF 2.0 class libraries that will be used both in Windows Mobile 2003 an Windows Mobile 5 applications. I create them as Windows Mobile 2003 class libraries. Are there any issues with this? Or are there any differences between a class library created as Windows Mobile 20...more >>

Couldn't connect to the network shared folder
Posted by Adnan at 6/25/2006 11:07:01 PM
Hi, I've asked this question on other forums but haven't got any answer i hope i'll get here. I'm trying to connect from my PDA to my own machine's shared folder but when in my PDA file explorer i type \\mymachine01\SharedFiles i got this error message "The network path was not found...more >>

System.Web.HttpUtility.UrlEncodeUnicode(string) in CF?
Posted by Tomppa at 6/25/2006 8:01:52 PM
The System.Web reference in unavailable in the CF. Any other way to URL encode and url decode here? Thanks ...more >>

MarshalAs attribute?
Posted by Helen Warn at 6/25/2006 4:37:01 PM
I am trying to use the MarshalAs attribute like so: [MarshalAs(UnmanagedType.ByValArray, SizeConst=0)] byte[] m_bytes but when I compile I get the error The type or namespace name 'MarshalAs' could not be found (blah blah...) I am referencing mscorlib.dll version 2.0.5238.0, and I note...more >>

Multiline Button Text
Posted by Mo at 6/25/2006 1:18:01 PM
I have created buttons with text that is wider than the button control. How can you tell the control to be multiline? I would make the button wider but that is not an option. Thanks!...more >>

Memory Profiler?
Posted by Rasmus Kromann-Larsen at 6/24/2006 11:59:12 PM
Hey, I've had a few problems with running out of memory when running extensive tests on my PDA application, does anyone know a memory profiler that'll work on the compact framework? (VS.NET 2003 and 2005 or just one of them) I'm suspecting it might be forms that are not removed properly, si...more >>

Project Deployment for Pocket CP 2003 and WM5
Posted by IC at 6/24/2006 10:11:02 PM
Hi All, I'm trying to deploy a project that will run both on 2003 and wm5 devices. And I need an advice on the subject. Do I need to create 2 separate projects one for every device? And if so what should I change in the ini file to point to in which platform to deploy which cab file. THX...more >>

C# 2.0 vs. .NET Compact Framework 2.0
Posted by Ivan at 6/24/2006 6:56:01 PM
C# 2.0 is obviously a programning language, and the .NET Compact Framework 2.0 (CF 2.0) only defines high level classes/data types/components/controls/etc to be used with that programming language, correct? If so, are there only certain versions of C# that can be uses with CF 2.0 , or can...more >>

Stupid question / multi line text in text box
Posted by Tomppa at 6/24/2006 10:43:25 AM
How do I new line in a multi line textbox? string msg = "Line 1" + "\r\n" + "Line 2"; does not work. I get double squares where the carrage return line feed should be. Using the OpennetCF textbox2 with multiline set to true. THX ...more >>

Calculate the height of a Label control given a fixed width
Posted by Gary at 6/24/2006 12:00:00 AM
Hi, I would like to autosize a Label's height based on a fixed width. It seems that .NETCF has dropped support for this overload.. but anyway that would probably not be correct for the 'system' label using system text rendering. PS: I am using .NET CF2, so if there is another way that I hav...more >>

Custom Component.... still no success :(
Posted by Evan Camilleri at 6/23/2006 8:08:17 PM
I am still try to write the following in the InitializeComponent section of the form when my component is dragged onto the tray: myComponent.ParentControl = this; where ParentControl is a property of my component. Why is it so difficult to find good documentation on these issues? Apa...more >>

InTheHand outlook add-in
Posted by Dr.No Spam at 6/23/2006 2:54:27 PM
I have a question about the InTheHand outlook add-in. I am not able to post a question on the forum of InTheHand.com as it is not allowing to create new user forum users, hense I am posting it here. Can the outlook add-in be used to add menu items to the default menu of the Pocket Outlook. ...more >>

Reflection question
Posted by Davis at 6/23/2006 11:39:15 AM
Hi, i have a frmMain which is the main form of my PPC03 app when it starts. It has a button control, in the button controls event handler another form frmMenu is loaded which has been declared local to the = event handler and instantiated in the event handler. ie=20 Private Sub button_Click...more >>

Support DirectX on Pocket PC, Smart Phone, PDA ...
Posted by Haimicrosoft at 6/23/2006 7:58:01 AM
Please tell me does smart device support DirectX ? Thank you very much :-)...more >>

retrieve email
Posted by Azzi Stefano at 6/23/2006 6:12:02 AM
Hi all! I need to read and backup all email from my pocket pc, with Microsoft.WindowsMobile.PocketOutlook i can read only Appointments,Contacts,Tasks,SmsAccount and Emailaccount. how i can retrieve and read all email? Thanks beforehand ...more >>

Guidelines to Migrate to CF2 from CF1
Posted by Sachin Palewar at 6/23/2006 6:08:02 AM
I have a CF1 application running fine, which we did using VS 2003. Now we want to migrate it to CF2 using VS2005. Are there any guidelines or best practices document detailing what should we do and how should we do? Can anybody please point me to some URL or document? Thanks in advance, Reg...more >>

SQLCEResultSet and DataGrid - Initial loading time problem
Posted by Prabhu at 6/23/2006 1:22:29 AM
This Post was taken from thread : http://groups.google.co.uk/group/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/6f1fa4618ed76f52/6b6936026c51ff49 "There is no DataGridView in NETCF, only a simple DataGrid. If you're using SQL Mobile as your data base, you can use Da...more >>

Proper Way to sign assembly and install in the GAC
Posted by Mo at 6/22/2006 12:45:02 PM
When i sign my assembly and try to run it on the device I get "MissingMethodException". What am I doing incorrectly?...more >>

toggle wifi
Posted by a NO[at]SPAM b.com at 6/22/2006 12:24:53 PM
i need to use wifi and cf reader at same time, and cf reading freezes pda if wifi is on. so i need to toggle wifi off/on and found some code but it is not working: public class WLANController { #region DllImports etc... Private Enum PowerState { P...more >>

Handling bubble popups in windows mobile 5.0
Posted by metadojo at 6/22/2006 12:03:44 PM
Hello, I need to be able to intercept the occurrence of the little bubble popups In windows mobile 5.0 and decide if I want to let them appear to the user. Stuff like .... "Connecting....", When you initiate a GPRS connection "Time and Next Appointment" When you click on the time T...more >>

Launching app from separate thread
Posted by Davis at 6/22/2006 10:48:25 AM
Hi, I have a main GUI app (test framework) which creates a thread and launches another GUI app using Reflection ie Assembly.Loadfrom then in new thread Application.Run. Then i intend to invoke the controls on the app to be tested from my test framework thread. Is this valid in CF. I've bas...more >>

WebBrowser control navigation problem
Posted by Krupa at 6/22/2006 9:15:20 AM
Hi All, I had no way but to repost this question as I am not able to fix this probelm yet. I am trying to navigate to a Uri in my C# app on CF 2.0, but getting an exception. Please find the code below. webBrowser1.Navigate(new Uri(@"/Storage Card/Flash/GPSRanger.html?GPSRanger.swf")); I...more >>

Net Compact Framework and Windows CE 3.0
Posted by Werner Leupold at 6/22/2006 8:45:02 AM
Hi NG, is it possible to run a program made with Visual Studio Net 2003 with Windows CE 3.0? A customer has the following device: Modell: Compaq iPAQ H 3850 Produkt-ID: Pocket PC Prozessortyp: SA 1110 Produktversion: 2.0 Windows CE 3.0 The database, the program uses is a sdf database c...more >>

Conversion PPC Project from 2003 to 2005
Posted by harshal at 6/22/2006 4:33:01 AM
hello all, I am having a problem in converting a pocket pc smart device project from MS VS.NET 2003 to MS.VS.NET 2005. Before coversion, on the computer which is having the project ready, I have MS VS.NET 2003 and ..net framework v1.1 and compact framework v1.0. Now when I took the same p...more >>

handle all events from SIP or tap
Posted by Marian at 6/22/2006 2:18:34 AM
Hello, do you now how handle in one procedure (written in c#) any key pressing and all screen's tapping ? I know , it's possible with opennetcf components, but is there any another way? I'd like count in my program user's inactivity. Regards, Marian ...more >>

putting data on today screen
Posted by Ramik Sadana at 6/22/2006 1:39:22 AM
hi, i would lik to ask that is there a way by which v can display data as a small menu or box on the today screen.... i m precisely talkin bout something like a widget for a pocket pc.... i m building a gps application and wat i want is for it to show data on the screen evry moment... ...more >>


DevelopmentNow Blog