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 > february 2005 > threads for monday february 14

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Listing .exes
Posted by Eduardo S.E. de Castro at 2/14/2005 11:52:58 PM
Hi, how is the way to get from desktop a list of .exe or any kind of file of a PocketPC connected via ActiveSync? Thank You, Eduardo Castro MCSE/MCSA/MCP ...more >>


Idle Time on PocketPC
Posted by Neil Macdonald [Intergraph] at 2/14/2005 10:47:01 PM
I want to be able to lock my application after a given period of 'idle' time. How can I detect the idle state on the device? I would also like to have my app locked at resume (from suspend)\power cycle. How can I detect a power change event? -------------------------------------------- Neil...more >>

Looking for Visual Studio 2003 Academic Edition.
Posted by Eduardo S.E. de Castro at 2/14/2005 10:45:20 PM
Hi, can someone tell me de part # of Microsoft Visual Studio .NET Pro 2003 Academic. Thank You, Eduardo ...more >>

loading images from files?
Posted by Mustafa Rabie at 2/14/2005 10:44:51 PM
hi i want to make my application skinnable. So i thought of having an XML file that defines the skin, and then read the skin files and load the images specified. I know that in .Net there's image.FromFile() function that loads an image from file, but can't find it in netCF. So how can i reac...more >>

Socket Connect works on LAN but not WAN.
Posted by George Mitchell at 2/14/2005 7:31:05 PM
I'm not sure if this is the right forum for this question, but I'm hoping someone could shed some light on the issue I'm having. I have written a client-server app where the server is a Win32 app using winsock running on WinXP SP2. The client runs on a pocket pc using the .NET CF. Everyth...more >>

NotSupportedException on VGA emulator
Posted by Matt Young at 2/14/2005 4:58:29 PM
I've encountered a bug in the WWE PPC 2003 SE VGA emulator. When I instantiate a form, a System.NotSupportedException is thrown in the constructor on the InitializeComponent() method call. When I attempt to walk through in the debugger, the exception is thrown before the first line of code...more >>

Receiving WM_COPYDATA Messages
Posted by Jochen Hahnen at 2/14/2005 4:18:51 PM
Hello! I need to catch some WM_COPYDATA messages sent by an external unmanaged application. After reading a lot of documentation I tried the following solution using the MessageWindow class: public class ReceiveTomTomEvents : MessageWindow { const int WM_COPYDATA = 0x004A; public ...more >>

Help with Select statement with WParam
Posted by vbmark at 2/14/2005 3:48:00 PM
m is a "Microsoft.WindowsCE.Forms.Message" I need to make a select statment like this: Select Case m.WParam but the error I get is: 'Select expression can not be of type 'System.IntPtr' I try to convert it to a different type but keep getting error messages that it can't be converte...more >>



Help:I want to design some panel in CF, but I don't want to design it in forms
Posted by Yang_He at 2/14/2005 2:37:30 PM
Is there any way to design panel visualable but not in the forms. Thanks forward! ...more >>

Display Message To User
Posted by MDB at 2/14/2005 2:35:20 PM
Hello All, I have an application with 2 threads. The main thread is the application and the secondary thread checks for messages every minute and when there are messages, I display them to the user. The problem is that since I am opening a form from the second thread, it will lock up both...more >>

SQL CE query tool problem..it's upside down!
Posted by Blarney at 2/14/2005 2:16:50 PM
I tried search and couldn't find the answer to this, but SQLCE Query on my PPC is displaying wrong. The connect, delete, create database buttons are up top and there is no File menu at the bottom. I've tried uninstalling it, and reinstalling, tried downloading the whole SQL Server CE package f...more >>

Database Question
Posted by Steven S Tuma at 2/14/2005 1:45:04 PM
In eVB I am able to use Pocket Access for my standalone application. Can Pocket Access be used in .NET compact framework using VB.NET? What is the best option to use for a database? I am not trying to create an enterprise application, but rather one for a home user and wasnt sure if SQL Ser...more >>

Customizing content to individual mobile users with replication
Posted by theKirk at 2/14/2005 11:08:55 AM
I'm using an example I found to sync a ce database with a sql server db using replilcation (publications). How do I tell the publication that I only want certain results based on the identity of the ppc user....For example, How do I get the ppc to say 'hey, I'm salesman #5, only give me custom...more >>

Screen brightness.
Posted by Mark Bath at 2/14/2005 11:07:10 AM
How can I retreive info on the screen brighness and adjust it (ideally using a scrollbar)? Is there something in OpenNetCF that I'm just missing. -M. ...more >>

HTTPS on CF?
Posted by jayderk at 2/14/2005 10:27:15 AM
Hello all, Has there been any resolution to the problem CF1.0 SP2 was having with https requests? Thanks in advanced, Jay ...more >>

How to play a wav file
Posted by Mike at 2/14/2005 9:08:46 AM
Hi, there, I tried to develop a windows ce application in VB.Net by following the link: http://samples.gotdotnet.com/quickstart/CompactFramework/doc/playsounds.aspx It seems working fine on the emulator but not on the device. My device is Microflex ce8640 made by DAP. When I tap the wav fil...more >>

FormatMessage or Win32Exception.message?
Posted by Udo Killermann at 2/14/2005 8:00:40 AM
Is it only on my device that the Win32Exception.message property is not populated with the message text of the last error available through GetLastWin32Error()? I have tested this behaviour in the emulator as well, all I get is "Win32Exception" regardless of the error actually signaled by th...more >>

Urgent !!!To delete files in the application folder on a Symbol handheld
Posted by Flying Whiz at 2/14/2005 7:28:15 AM
Hi , I am trying to delete files in the application folder on a Symbol handheld while the device is connected to a PC via ActiveSync. Can someone help me in Writing a DLL or executable in C#.NET or VB.NET to delete all the files in the Application folder on a Symbol handheld while the device ...more >>

changes made in dataview not reflected in datatable?
Posted by Sitar at 2/14/2005 7:05:02 AM
Hello, I have a datatable/dataview/datagrid. The user selects a row on the datagrid which is bound to a dataview of my datatable. Now I change one column of the dataview. What happens here is that the dataview is updated but the datatable's rowstate for the modified row is unchanged. So ...more >>

Detect screen mode
Posted by Adnan at 2/14/2005 4:43:02 AM
Hi, I am using vb.net 2003 for smart device applications, is there any sample by which screen mode can be detect. like if screen mode is other than potrait then display message. regards, ...more >>

How to uninstall SP3?
Posted by KNC at 2/14/2005 3:47:52 AM
hi all, I've tried to uninstall SP3 and re-install SP2. I've extracted both SP2 and SP3 to file netcf.all.wce4.ARMV4.cab, and even I re-installed SP2, when checking \Windows\CGACUTIL, I always see the version of SP3 1.0.4292.0 ??? I used to check SP2 and see 1.0.3316.0 beforehand. Any ...more >>

Delete files from recycle bin
Posted by gianfranco.giugliano NO[at]SPAM infinito.it at 2/14/2005 3:02:36 AM
Hello Is there a function to delete all files from the recycle bin or, which is the path to access to the recycle bin? Thanks in advance Gianco...more >>

Deployment on to the Device is very slow???
Posted by Naveen Mukkelli at 2/14/2005 1:57:03 AM
Hi, When I try to deploy my application on to my PDA(HP iPAQ 5550), the deployment is taking at least 5-7 minutes. It used to be a little faster. Do you guys think my PC could be one of the reasons for this slow deployment. My PC is PIII, 800MHz. How can we make this ...more >>


DevelopmentNow Blog