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 29 - 31, 2007

Filter by week: 1 2 3 4 5

Watch Registry for changes (RegNotifyChangeKeyValue)?
Posted by Benjamin Lukner at 5/31/2007 3:40:18 PM
Hi! I need to watch if data in a registry key changes. On Windows XP there is the function RegNotifyChangeKeyValue() that WinCE does not provide. What is the preferred way of doing so under CE? Regards, Benjamin Lukner...more >>


How do I find which function caused the fault
Posted by Ken Beauchesne at 5/31/2007 11:27:02 AM
I have the infamous 0xc0000005 or the 0x00000002 exception that comes up at address 0x02FC1768 I have traced it to NetcfagL1_0.dll which starts at 0x02FA0000 and has a size of 167936 what can I use to determine which function is being called this is a C# program tia Ken ...more >>

Need help fixing code that retrieves data from SQL CE Server database to populate textbox and combobox
Posted by Loogie at 5/31/2007 9:07:09 AM
Hello Using VB.Net 2005 compact framework and SQL CE Server I have code that is supposed to retrieve data from an SQL CE Server database and populate a textbox and a select a value in a combobox. I have verified that the code driving data to the tables works using Query Analyzer so the ...more >>

Access Right Problem
Posted by Lorenzo at 5/31/2007 12:48:45 AM
Hi, I renamed an audio file and I launched windows media player with CreateProcess API or with Process.Start method and with parameter the audio file , but when when media player finished and WaitForSingleObject return, i tried to rename that file audio with no success. Why? To rename the...more >>

Smart device, .NET and... Flash
Posted by Carlos Sosa Albert at 5/30/2007 5:27:21 PM
Hi guys, I have a Flash (SWF) application that is intended to work in Smart devices. Is there a way to embed/include/call this .SWF from within .NET, so I can run it as a full screen application? (.NET wold be working only as a kind of "wraper"). We used to work with MDM Zinc (http://www....more >>

DOWNLOAD CRACKED 2007's SOFTWARE: ARCHICAD 11,UNIGRAPHICS NX5,SOLIDWORKS 2008,XSTEEL 13,AUTOCAD 2008
Posted by William Eistenach at 5/30/2007 3:22:34 PM
Our team provide different types of services such as: - proffessional cracking of any kind of software (CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed for any kind of operating systems(Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) - producing keygens...more >>

C# read .hex file incorrectly on Chinese PDA
Posted by cgladd87 NO[at]SPAM adelphia.net at 5/30/2007 2:51:47 PM
I'm using a stream reader to read a hex file on the pda from a C# program that I am converting from VB.net. The problem is that on some of the lines, the hex is changed from its actual values. The same file reads in fine in the VB.net program and I have checked to the bytes in the file and ...more >>

Create a web service under compact framework
Posted by ajennings NO[at]SPAM gmail.com at 5/30/2007 12:24:03 PM
Hi, Can anybody provide any pointers to documentation as to how to create web services under Windows CE and the .NET Compact Framework? Thanks ...more >>



compact framework on regulat PC for hardcore .NET developers
Posted by David at 5/30/2007 8:36:01 AM
Hi question to comapct .NET gurus This may sound strange or even silly but anyway... Is it possible to create comapct .NET app which will run on regular PC machine (WIn XP pro +sp2) ? I'll explain : we have very weak PC machines Celeron 900 + 256MB RAM + no HD - only flash disk 1 GB + no page ...more >>

Need help copying listbox items to database table
Posted by Loogie at 5/30/2007 8:30:15 AM
I am using VB.Net 2005 Compact Framework with SQL CE Server. I am attempting to add the entire contents of a listbox to a SQL CE Server database but my code is throwing an error and I do not know how to fix it. Here is my code: 'Create product species table sqlCreateT...more >>

Keep WM5.0 device On
Posted by sync at 5/29/2007 10:37:01 PM
Hi all, Is there a way to keep WM5.0 device "on" overriding any settings to turn off the device when not in use? The reason for this is that I developing an application that keeps pulling data from GPS device connected via bluetooth. However, it gets interrupted due to "Turn off device ....more >>

OnPaintBackground not called on a form
Posted by neemarr NO[at]SPAM gmail.com at 5/29/2007 7:13:00 PM
On a smartphone (C#, Compact Framework 2 SP1) project and trying to add a background image to my form. So I do override the OnPaintBackground method and the method is never called. I tried to do an invalidate on the OnActivated event but...even if I add an event handler for the OnPaint event, th...more >>

sqlceDataAdapter : insertCommand and updateCommand
Posted by mauro at 5/29/2007 6:30:18 PM
hi , probably a simple question , but i don't know ho tobe over : i have a dataset filled by a dataadapter , until now i could insert rows OR change rows : for updating data to server , in the first case i do : daOrdiniRighe.InsertCommand.CommandText = "INSERT INTO [OrdiniDetailDetail]([...more >>

MS - PLEASE HELP (ListView, Back Key)
Posted by Hilton at 5/29/2007 8:39:20 AM
Hi, Your UI guidelines state that we need to treat the Back Key appropriately (on the SP). However, your ListView doesn't seem to behave correctly. Do you have any suggestions on how we can 'intercept' the Back Key when a ListView has the focus, then do something and set Handled=true? ...more >>

OpenNETCF WebBrowser - catching keys?
Posted by Hilton at 5/29/2007 8:36:50 AM
Hi, Is there any way to be notified on a key press using OpenNETCF's WebBrowser? i.e. if the user presses a key on the Smartphone. I'd like to be able to detect any key press, but at the moment the Back key is practically impossible to treat correctly. MS's ListView seems to gobble it up ...more >>

CF card GPRS Modem (pocket pc)
Posted by Sheikko at 5/29/2007 5:22:05 AM
I have a GSM/GPRS compact flash card inserted in my pocket pc. I have configured it with all connection settings because I want to use it to connect to the internet with a C# socket. I want to know how Ican wake up the modem and enable the connection and also how I can stop the connection. than...more >>

Reusing Embedded Images in the application
Posted by Murthy at 5/29/2007 4:49:01 AM
Hi, We have an windows mobile application in which we are using some images in around 20 forms. And these images are now included as part of the resource files in all these forms. Does this increase the size of my exe..... Will the compact framework take care of duplicate image while bui...more >>

How to close windows media player window ?
Posted by Lorenzo at 5/29/2007 3:15:54 AM
Hi, I have a main form that launch wmplayer application and play an audio file. I used Process.Start method to launch it. My problem is that when the file is totally played , i don't know how to close media player window programmatically? Does anyone know how to do it? Thanks in advance. ...more >>

help with parallel port
Posted by bule at 5/29/2007 2:19:01 AM
hi all i have this probem, question: i have an x86 industrial device with windows CE and NETcf2.0. this device has a parallel port and three serial port. using the serialports.getPortsName() method i can see the 3 serials but not the parallel port..but here the strange things if i call : ...more >>

Available COM Ports on Pocket PC (C#)
Posted by Khalid at 5/29/2007 1:53:22 AM
Hi all. There is any way to know what are COM ports available/active on Pocket PC throught C# Compact Framework? And if possible also the name of the card/program that use these ports. Thank you very much ...more >>


DevelopmentNow Blog