Can I modifiy database .vol as pim.vol?
Wich software?
Use Pocket Outlook Object Model.
Its more better then functions for (C)EDB format - http://msdn2.microsoft.com/en-us/library/ms886013.aspx
Thansk for your reply.
But i'm not able to coding.
There is a software that do this?
You can try database explorer -http://www.sweb.cz/eXEden/Download/CeDbExplorer.ARM.CAB.
Hovewer I don't know if db explorer works as expected on Windows Mobile 5,6..
Related
Hello,
I have a registry key, that i would like to distribut (for does who don't know how to modify registry)
I'm using Resco Registry Editor (with this one first there is now way to export a single KEY)
So what tool (if possible FREE ONE) can I use in order to creat a Key and then pack it into a CAB File for Pocket PC ?
Thank you
If you install embedded Visual C++ 4 and the Windows Mobile 2003 SDK (both free), you will get a remote registry editor that is able to export any part of registry.
There will also be samples, showing you how to build a cab file.
I guess this is the answer you didn't wanna hear, but I've found no software which can build a cab from a registry file yet.
Use WinCe Cab manager
http://www.ocpsoftware.com/
I need a copy of registry.
You can make this in Resco File Explorer (free trial version) - tap the mail registry root and use Export to make a copy, any other Registry software, or directly from desktop PC in emVC or VS2005 tools.
please email me a copy
[email protected]
with additional information: country of purchasing, cellular network operator who distribute it, factory operating system or own upgrading (which version). manufacture model name.
I need it because I want to compare different versions of software pre-installed in this device. For example I know at least 4 different IA Camera versions.
Thanks in advance.
evc->Tools->Remoute Registry Editor
Hi,
is there a way or a program to backup/restore the registry as .reg file,
or more important: restoring only parts of the registry
via a program "like" spritebackup. is there a reg editor which can export/import the registry partially?
thx a lot
I use kilmist/klimst registry editor (never remember the spelling).
That exports and can import registry files.
If you've got a full reg export, edit it in notepad on your PC to have just the bits you want, save and import on your PDA.
V
looks like ur the right man for my questions thx a lot
another thing, do u know unlocker for pc? excellent tool for unlocking
files being processed by another app... can release the file,
or just kill the process - unlocker
is there something similar for ppc available?
Hi again and one more question...
do you know a prg to make screenshots directly on my magican?
want to make some pictured tutorials, so something with hardwarebutton assignment would be helpful.
:SOLVED:
http://www.freewareppc.com/graphics/magicss.shtml
hw button ok but it's not so fine.. mhm only bmp and folder must be selected every time
jpg would be cool.. any more ideas?
and thx again
I use Resco file explorer' Add-on for registry editing. Exports as .reg files.
Cool and easy..
For screen shots, i use Pocket Artist 3
Regards
Carty..
hi,
i have a problem with visualstudio .net framework 1.1
in my application, i define a context menu and a copy and paste menuitems.
in the correspondent function, i access to the Clipboard object
but the system generates a compilation error: The clipboard object is not defined.
the help contains a reference to the Clipboard class, and the examples of the msdn uses them !!
help me, please.
thank's
I have read that you need cpf 2.0 to access the clipboard idataobject. I have not tried it because I have had too many other problems with the compact framework and now only do win32. It seems to me that there is something funny going on with the clipboard and that mcrosoft have been trying to make it look like its implemented properly when in fact it is not. Look at real software like resco file explorer and see that even they could not find a way to access it. You cannot copy from file explorer to resco file explorer. There is also no help from drop files structure that a pc windows program may use to get the data object. If you do get the clipboard to work properly in cpf2.0 I would love to know if the data object can be used to access the information about the location of files or if it is only useful for framework related purposes.
hi,
if i install the cpf2 and i compile my application with them,
the application works in a pocket with cpf1 or not ?
thank's
It would not work unless the ppc had the 2.0 redistibutable. Its free so you clould just include it in your instalation.
Hi,
Does anyone have any information regarding the vol file formats (primarily 3.x but any v will do as a start)? I'd like to be able to read from them programatically.
Ta
file .vol should be database.
use EDB API funtions to open and read values inside.
ps: EDB for WM5, CEDB for WM2003
i hope this help you
bye