How to programatically self delete?
C# / .NetCF2 / Windows Mobile 6
Please, I don't want to discuss WHY to do it, I just need to know HOW to do it!
Important:
The "second application" approach is NOT an option. (Unless that second application can be "extracted" from running app, but I don't know how to do it!).
No problem in forced ...
Hi all,
i want to have a time stamp for logs on a Windows Mobile project. The accuracy must be in the range a hundred milliseconds at least.
However my call to DateTime.Now returns a DateTime object with the Millisecond property set to zero. Also the Ticks property is rounded accordingly.
How to get better time accuracy?
Remember, th...
I need a component that will allow me to enter a signature on a Windows Mobile 5 device.
I need to integrate it into my .NETCF program. I would prefer it be free (getting budget approval takes so long). (I have seen the "for pay" one by Resco.)
I would need to end up storing the signature in a SQL Server database (it has to be able t...
I am making an application for Windows Mobile 6.1 Pocket PC (Touchscreen). I know when a Pocket PC's screen turns off, it goes into a standby mode and applications are pretty much halted in the background. My application can't do that. It needs to keep going. So my question is, how can I keep the phone alive (backlight turned on) until m...
I have a Windows Mobile program that accesses an attached device through a third-party DLL. Each call to the device can take an unknown length of time, so each call includes a timeout property. If the call takes longer than the specified timeout to return, the DLL instead throws an exception which my app catches with no problem.
The p...
Is there a way to speed up deployment to emulator.
Whenever i hit debug it takes almost a minute for the deploy to complete.
thanx !
...
I have a testing PDA running on WM6.0. But my client uses WM5.0.
Is it possible to build the program(c# by VS) so that I can test on my PDA and run on my client's PDA?
(emulator doesnt take count)
Or
any thoughts?
...
hi
Is there any way to connect more then one PPC to ActiveSync
in one Computer ?
(that i can work on 2 PPC as parallel)
thank's in advance
...
I created an app for Windows Mobile 6.5 and am fairly happy with it. However, if anyone else need to use this app, they will have to transfer an initial file (txt or csv) to the device. For a developer this isn't a problem but is this too much to ask of an end user? Granted, they will want to move (sync) data back to their desktop after ...
Hi all...
I am developing a WinMo app, where we are hosting the cab files on our web server, to make deployment to our handhelds easier.
I would like to make the CAB file though, so that when they user downloads and runs it, it installs, and then automatically launches the program.
I found this Q, but that seems to be about cabs fo...
I'm using the Microsoft.SmartDevice.Connectivity features, but I do not know how to get the CoreCon Folder and files under "C:\Documents and Settings\All Users\Application Data\Microsoft\corecon\1.0\1033" deployed as part of an install project. The "new DatastoreManager(1033)" fails becouse users of my app do not have that folder and dev...
Is there a way to add a button to the title bar in windows mobile 5? (Next to the X or OK button.)
I have an app that locks the users out of the start button, so I need to create an alternate way of launching the help file.
Failing the title bar, I will look for a way to customize what a hardware button does.
I am using C#.
...
I maintain and develop on the Windows Mobile platform.
I know the market is changing rapidly with iPhone and Android gaining market shares.
There are also app development platforms like rhomobile/titanium.
Are there any platform/non platform specific mobile conferences this year?
What would be some of the important/useful conference...
I want to draw graphs in my mobile application
but m not able to use zedgraph..
it says its unusable in mobile forms..
any suggestions
...
This question (http://stackoverflow.com/questions/245566/net-compact-framework-4-0) asked this back before the release of VS 2010. The answer basically said to wait for the release.
Now that the release is here, does anyone know? Is there an upgrade/update to the .NETCF? something past .NETCF 3.5?
Update: You can go here and vote to...
hi,
i was trying to locate specific path for a picture (that i want to include) in mobile application (web server).
and in terms of doing that i did this..
image src= \\program files\myprogram\a.jpg
is that how it works is mobile device?
to sum up, i was stuck being unable to display picture from specific path.
any help appreciat...
Recently Google introduced an SDK for application usage tracking on mobile devices (Google Analytics for Mobile Apps). Unfortunately, it seems that it only supports IPhone and Android devices.
Do you have any idea if this framework can somehow be used from Windows Mobile / Compact Framework applications or if Google is planning to rele...
Did anyone get that to work? I mean, unit testing .Net CF apps on Windows Mobile 6.5.3 in Visual Studio 2008.
It works great for a WM 6 Pro target, but not for a WM 6.5.3 target.
I get this error:
The test adapter ('Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestAdapter,
Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapt...
how to give size of a control in window mobile app dynamically,because i have developed one application,when i used to run that application on different emulator's ,the size of that control's in that application differ's for different emulator.so could u plz help me that how we can handle such issue in windows mobile application in whic...
Hi,
May i please know how i can hide the contextmenu when any other menu is clicked?
Thanks in advance.
...