| Thread | Last Post | Replies |
|
| Idle Time on PocketPC | 15 Feb 2005 08:21 GMT | 2 |
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?
|
| Listing .exes | 15 Feb 2005 06:20 GMT | 1 |
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
|
| How to play a wav file | 15 Feb 2005 03:01 GMT | 3 |
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
|
| Looking for Visual Studio 2003 Academic Edition. | 15 Feb 2005 02:59 GMT | 1 |
can someone tell me de part # of Microsoft Visual Studio .NET Pro 2003 Academic. Thank You, Eduardo
|
| HTTPS on CF? | 14 Feb 2005 23:29 GMT | 5 |
Has there been any resolution to the problem CF1.0 SP2 was having with https requests? Thanks in advanced, Jay
|
| loading images from files? | 14 Feb 2005 22:47 GMT | 3 |
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
|
| vb.net socket programming | 14 Feb 2005 22:28 GMT | 3 |
Hi guys please help i'm really stuck. I'm trying to upload a file from a pcket pc 2003 to a passworded ftp site. I've tried wininet and its useless so i'm programming my own socket client. I initialise a connection, and log on over the ftp control socket no problem
|
| Customizing content to individual mobile users with replication | 14 Feb 2005 22:21 GMT | 1 |
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 ...
|
| How to debug custom control? | 14 Feb 2005 20:51 GMT | 4 |
I'm writing a custom control in .net cf. Is there anyway I can set break points on my code and debug it? When I tried to debug it, I got a message that asked me to set the Start Action (in Project Properties) to Start External Program which I didn't see it in the dropdown list. I ...
|
| FormatMessage or Win32Exception.message? | 14 Feb 2005 18:17 GMT | 2 |
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 ...
|
| Run PPC Program by csharp? | 14 Feb 2005 17:26 GMT | 2 |
I now want to run Pocket IE by clicking a button eg. iexplorer.exe http://www.yahoo.com any sample code for doing that? Thanks
|
| Urgent !!!To delete files in the application folder on a Symbol handheld | 14 Feb 2005 17:24 GMT | 3 |
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
|
| Screen brightness. | 14 Feb 2005 16:44 GMT | 5 |
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.
|
| Help with Select statement with WParam | 14 Feb 2005 16:39 GMT | 2 |
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:
|
| Help:I want to design some panel in CF, but I don't want to design it in forms | 14 Feb 2005 16:04 GMT | 1 |
Is there any way to design panel visualable but not in the forms. Thanks forward!
|