Problem with my application on PPC2003
I created an application almost 3 years ago, it still works great on PPC2000
and PPC2002
but on PPC2003 something is wrong.
Short specification:
- MFC application
- using ATL components
- using ADO CE 3.0
Problem occurs when I trying connect to database.
What can be wrong, any sugestions ??
--
Miros³aw Prag³owski Tag: smartphone book Tag: 72987
evc ++ 4.0 or evc ++ 3.0 ?
I have to continue an application quite complex built in
PPC 2002.
What should I do, continuing programming in evc ++ 3.0 or
changing to evc++ 4.0 for PPC 2003?
I think that if I decided to change there would be some
problems to make the projects compatible. Which are the
steps to take in this case?
Thank you very much. Tag: smartphone book Tag: 72986
OBJECT tag in Pocket IE doesn't work for eVC++ ATL ActiveX Control
Hi!
I have made an ATL ActiveX Control for use in Pocket IE. I used the
ATL wizard in eVC++ 3.0 to make a "Full Control". I have implemented
IObjectSafty and the following works:
<script language="jscript" id="q">
var obj = new ActiveXObject("Test.Lite");
obj.TestMethod();
</script>
But when I try to create the object using a OBJECT-tag I run into
problems. Pocket IE stops executing at the OBJECT tag with no error
message.
<object CLASSID="clsid:F24D35F0-65CA-4509-9F93-D2EAED48771E" ID=obj>
</object>
<script language="jscript" id="q">
obj.TestMethod();
window.alert("Hello world!");
</script>
In the above case TestMethod() is not exceuted nor is the "Hello
world!" message displayed.
Has anyone had this problem and solved it?
Regards,
Johan Tag: smartphone book Tag: 72985
Supressing the Virtual Keypad in PPC2002
Hi,
We use a web based application on a HHP Dolphin 9500 running PPC2002 over
WiFi.
ALL data is input through the Dolphins bar code imager/scanner, or the
Dolphins physical keypad. How can we supress the PPC Virtual Keypad from
popping up on every data entry field, as it covers vital data on screen.
Regards,
Andy Tag: smartphone book Tag: 72982
How can I call IE from my eVB app?
Dear all,
I want to "ShellExecute" an application from my eVB program. However, I do
not know how it can be done. Any body can tell me how to do so or provide a
code segment? Is the code segment same as Visual Basic?
Thank you very very much.
Jeff. Tag: smartphone book Tag: 72979
How can I display jpg in my eVB application
Dear all,
I have to display jpg dynamically in my eVB app but the image control come
with does not support jpg. Any ActiveX can do so? Where can it be
downloaded/purchased from?
Thanks,
Jeff. Tag: smartphone book Tag: 72978
XDA and SQL CE
Are using an XDA II (Pocket PC) in some of our
development. SQL CE 2000 is also used in the application
being developed. We are facing a so called native
exception from last two months.
Although we found that this problem (seems to) appears
when the code with SQL is being executed by your CLR (as
far as we are able to investigate) we are not able to fix
it since it appears very sporadically/randomly.
Please help me to understand more about this native
exception and advice me what traces/code you would like
(from me) to anlayse the problem. Tag: smartphone book Tag: 72973
Malicious script.. Nonsense?
I've been trying to instal the Pocket PC SDK on top of my
Visual Studio.NET 2003, and am getting this message from
norton antivirus: "alert: Malicioius script detected"
It names the script:"C:\WINDOWS\System32
\Platman_install.vbs"... I haven't had the nerve to say
go ahead and run it, but then I don't think I have a
successful install as yet either.
Recommendations?
thanks Tag: smartphone book Tag: 72972
datagrid
i have a datagrid which i have populated using sqlce c#
I would like to select a row and retrieve the text stored in the first cell.
I would then like it to open a new form.
i.e
column1 column2 column3
758 adam davies
475 dave evans - this row selected, retrieve cell info 475 and open new form
384 robert thomas
thanks
adam Tag: smartphone book Tag: 72969
How to get the current Path of the running program
Dear all,
I am writting an application in eVC 3.0 for Pocket PC, but I don't know how
to get the Path of the running program.
Anyone know how to get it? Please let me know.
Thank in advance.
-Kien Bui Tag: smartphone book Tag: 72967
How can I start emulator 2003 from EVC 4??
Hi
I am facing one problem. I installed EVC4, .NET SDK, Active Sync and 2003 Emulator . Then I tried to open emulator from EVC4. If I open with default settings it gives the follwing error
\WINDOWS\tcpipc.dl
\WINDOWS\cemgrc.ex
\WINDOWS\cetlstub.dl
The I changed as "Active sync" in both start up and transport
Then tried to connect, it does not give error but not opening and it is doing connecting state all the time
But I can connect to emulator 2002 with EVC4
Pls help me
Thx in adv
Grac Tag: smartphone book Tag: 72964
Is PocketPC 2003 SDK on MSDN DVDs
This is a multi-part message in MIME format.
------=_NextPart_000_00D2_01C3EB5C.EBB0D8A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Is the PocketPC 2003 SDK on MSDN Dvds I cannot find it.
Thanks
JEK
------=_NextPart_000_00D2_01C3EB5C.EBB0D8A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1276" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD><FONT face=3DArial><FONT size=3D2>
<BODY>
<DIV>
<P>Is the PocketPC 2003 SDK on MSDN Dvds I cannot find it.</P>
<P>Thanks</P>
<P>JEK</P>
<P> </P>
<P> </P>
<P> </P></DIV></BODY></HTML></FONT></FONT>
------=_NextPart_000_00D2_01C3EB5C.EBB0D8A0-- Tag: smartphone book Tag: 72963
HowTo fetch a file via HTTP when using 'https' in the address.
I use the following code successfully to fetch a file via HTTP. However, if
I attempt to fetch from an https address (Secure Connection) it fails with
the following error message after about 60 seconds:
"A connection with the server could not be established".
Is there an additional call I need to make, or change to the existing code
to allow the https file fetch?
Thanks!
------------------------------------------------
LPCTSTR ppszAcceptTypes[2];
ppszAcceptTypes[0] = _T("*/*");
ppszAcceptTypes[1] = NULL;
iEnd = iStart;
session = new CInternetSession();
strServer.MakeLower();
DWORD dwFlags = 0;
INTERNET_PORT nPort = 80;
if (strServer.Find(L"https") != -1)
{
nPort = 443; // SSL Port
dwFlags |= INTERNET_FLAG_SECURE;
}
connection = session->GetHttpConnection( strServer, dwFlags, nPort );
file = connection->OpenRequest(1, strFile, NULL, 1, ppszAcceptTypes,
L"HTTP/1.1", dwFlags);
file->AddRequestHeaders(strRequestHeader);
file->SendRequest(); Tag: smartphone book Tag: 72962
Declaring .NET dllimport for CreateProcess API
Anybody know what the right .NET Compact Framework dllimport signature is to
call into this API from C#? The correct marshalling has me stumped. Are
these APIs already documentated somewhere for C# developers?
The API definition is:
CreateProcess(
LPCWSTR pszImageName,
LPCWSTR pszCmdLine,
LPSECURITY_ATTRIBUTES psaProcess,
LPSECURITY_ATTRIBUTES psaThread,
BOOL fInheritHandles,
DWORD fdwCreate,
PVOID pvEnvironment,
LPWSTR pszCurDir,
LPSTARTUPINFOW psiStartInfo,
LPPROCESS_INFORMATION pProcInfo );
--
Tim Johnson
High Point Software
www.high-point.com
(503) 312-8625 Tag: smartphone book Tag: 72961
Can't call some WinAPIs from eVB?
I'm trying to call down into the CreateProcess Windows API from eVB but I
can't make a valid declaration:
Option Explicit
Type PROCESS_INFORMATION
hProcess As Long
hThread As Long
dwProcessID As Long
dwThreadID As Long
End Type
Declare Function CreateProcessA Lib "kernel32" _
(ByVal lpApplicationName As Long, _
ByVal lpCommandLine As String, _
ByVal lpProcessAttributes As Long, _
ByVal lpThreadAttributes As Long, _
ByVal bInheritHandles As Long, _
ByVal dwCreationFlags As Long, _
ByVal lpEnvironment As Long, _
ByVal lpCurrentDirectory As Long, _
ByRef si As Long, _
ByRef pi As PROCESS_INFORMATION) As Long
I get an error at compile time saying you can't have User-defined types (ie
the PROCESS_INFORMATION argument) inside an API declaration. So how do you
do this in eVB? This works fine in VB.Net, with PROCESS_INFORMATION defined
as a class.
--
Tim Tag: smartphone book Tag: 72958
eVC card game programming HELP
Hey everyone, I have a question about programming a card game using
CECard.dll and pegcards.dll. I have been having problems with the
coding and I was wondering if anyone has any source code for a card
game, something like solitaire. Any help you guys can provide would
be great. Thanks
-Henry Tag: smartphone book Tag: 72954
Pocket IE 2003 css support
I have another css support question:
Does PIE 2003 support the visibility style from the 4.0 level MS IE? I'm
refering to when the visibility style used to close up the area when set to
hidden. I know that functionality has moved to the display style in later
MS IE releases.
Specifically, can I hide and show content and will the area contract and
expand automatically? Tag: smartphone book Tag: 72953
Graph Control
In my application I want to be able to do some simple trend charts.
What graph controls are available?
thaanks,
pete Tag: smartphone book Tag: 72950
VoiceRecorder sampling rate?
Hello
Is it possible to change the sampling rate used by the Voice Recorder control on Pocket PC 2003
Mine is stuck at 11025, but I'd like some flexibility on this if possible
CM_VOICE_RECORDER doesn't include this parameter
Doesn't seem to be any way to change the default sampling rate via Settings
Perhaps there is a registry entry for this???
Thanks for your suggestions...
Jim Tag: smartphone book Tag: 72948
Pocket DataBases 2002/2003
Good Morning Group
I developed an application last year with a .cdb that was complian
with PocketPC 2000/2002. When I attempt to load that same app o
PocketPC 2003 devices I'm thrown an error. This issue was resolve b
running the Database conversion wizard. This would require each o
my users to run the datbase conversion wizard after they've installe
my app
I need to know what the changes were to the newer databases so I ca
make them by hand myself and then distribute the app
Or if anyone els has any better ideas that'd be great
My main goal is do distibute the database without requiring eac
PocketPC 2003 user to run the Database conversion Wizard. Tag: smartphone book Tag: 72947
Grap a file from ppc
I am using c# and have developed a program which creates text files of given information. I want to know how to place the ppc on the cradel and by clicking a button within a form on the pc(developed in c#), grab the file from the ppc and place in a file on the pc. So far I have to do this process manually by letting active sync connect, explore, cut the file and paste the file on the desktop. I am having a hard time finding information on how to do this
Any help will hel
Thank
D Tag: smartphone book Tag: 72941
Modules
Hi,
What I have to do to be able to develop a software in a pocketPC wich I can install it by parts ? I mean that I want to sell a module to my costumer and if he wants buy another different one he just have buy the module and install it in the pocketPC and in this way the user will have the 2 modules in one software and he will choose wich software he wants to execute pressing the right button
Thanks Tag: smartphone book Tag: 72933
Looking for the Remote Desktop Control Interface for PocketPC 2003
The IMsTscAxEvents interface in Remote Desktop ActiveX Control
has some useful notification methods I'd like to use on PocketPC 2003.
On the desktop, the Remote Desktop ActiveX Control is provided with
Windows XP,
and if you have Windows 2000 or 98 you can get it from Microsoft's
download center by searching for "Remote Desktop ActiveX Control".
It's named tswebsetup.exe.
MSDN says that CE 4.0 implements this interface also, see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcerdp/html/cerefimstscaxeventsinterface.asp
It is located in the link library, mstsax.lib, or the activex control,
mstscax.dll.
MSDN also says you need to set the SYSGEN parameters for CE 4.2
to include the remote desktop DLL and base components:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceoak40/html/coconremotedesktopprotocolimplementationconsiderations.asp
Is the RDP interface library or the DLL available for PocketPC 2003,
outside of CE platform builder ?
I know PPC 2003 and CE 4.2 are not the same, but PPC 2003 added some
functionality PPC 2002 didn't have.
Warren Kinninger Tag: smartphone book Tag: 72932
Looking for the Remote Desktop Control Interface for PocketPC 2003
The IMsTscAxEvents interface in Remote Desktop ActiveX Control
has some useful notification methods I'd like to use on PocketPC 2003.
On the desktop, the Remote Desktop ActiveX Control is provided with Windows
XP,
and if you have Windows 2000 or 98 you can get it from Microsoft's
download center by searching for "Remote Desktop ActiveX Control".
It's named tswebsetup.exe.
MSDN says that CE 4.0 implements this interface also, see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcerdp/html/cerefimstscaxeventsinterface.asp
It is located in the link library, mstsax.lib, or the activex control,
mstscax.dll.
MSDN also says you need to set the SYSGEN parameters for CE 4.2
to include the remote desktop DLL and base components:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceoak40/html/coconremotedesktopprotocolimplementationconsiderations.asp
Is the RDP interface library or the DLL available for PocketPC 2003,
outside of CE platform builder ?
I know PPC 2003 and CE 4.2 are not the same, but PPC 2003 added some
functionality PPC 2002 didn't have.
Warren Kinninger Tag: smartphone book Tag: 72931
C# and PocketPC 2002
Hi,
Using MS Visual Studio 2003, I start a new Smart Device Windows
Application for the PocketPC platform, using the PocketPC 2002
Emulator. I get an empty form - so far so good. Without changing or
adding anything I proceed to build the solution. After quite a long
time, the build fails:
=======================================
Preparing resources...
C:\Work\SmartDeviceApplication5\Form1.resx: Could not instantiate the
resource processor.
Updating references...
Performing main compilation...
Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
Visual Studio is ready to deploy SmartDeviceApplication5
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
=======================================
I can force deployment in spite of build errors and the application
actually runs!
Can someone tell me what is going on here?
TIA,
Jan Roelof Tag: smartphone book Tag: 72930
Distribute emulator without Visual Studio
I'd like to put a Pocket PC emulator on someone else's computer and run my
Compact Framework app inside the emulator.
I'd rather not install Visual Studio .NET on the other computer. Is it
possible to just install a PPC emulator without installing Visual Studio?
What is the best way to do this? Do I need to do a separate build of my CF
app for the X86 platform to run on an emulator? Tag: smartphone book Tag: 72921
Signal detection & queueing - Windows Service
Is it possible to create a Windows service to run on Windows Mobile 2003 that repeatedly checks for a GPRS signal (which is used to access the internet and thence to a server), and executes a transfer of messages (or files or whatever) - which have been created by a client application - when it finds that signal
What are the performance implications
Is there a more obvious solution to the occasionally-connected / message queing problem
PS. MSMQ 3.0 is not an option Tag: smartphone book Tag: 72916
evc3.0 / evc4.0 compatibillity
Hello,
I want to develop program to the PPC and i need to decide whether to use the EVC 3.0 or the EVC 4.0, i want to create the project in one of this environments and then i want to compaile the project in the other environment in purpose to support PPC 2002 (Win CE 3.0) & PPC 2003 (Win CE 4.0 /4.1 /4.2).
My question is as follows:
1. Is it better to start working on EVC 3.0 and then compaile the code on the EVC 4.0 or the opposite and why???
2. Is there a big diffrence between the SDK's of the EVC3.0 and of the EVC4.0?? and what about the operating system API?
Thanks
Ronen G. Tag: smartphone book Tag: 72914
Display JPEG image in eVB
Why doesn't eVB picturebox or imagebox display jpegs on my iPAQ? What
should I do so it will? It displays bitmaps without problems, but
jpegs it does not
TIA,
Susan Tag: smartphone book Tag: 72912
Wifi PPC Network Question
With more and more PPC's becoming wireless (Wifi) equiped is it possible to
run any sort of 'peer to peer' type network between them with just an
access point ? at the very minimum at the moment I guess I would need a
notebook server to provide the network 'service' ?
The Wifi cards seemed to be used mainly for web access at the moment but I
would like to ba able to access data 'live' on another handheld without
necessaily having to have a 'central store' that multiple PPC access
This is a long term thing at the moment but is it possible now/in the future
?
TIA
Andrew Kennard Tag: smartphone book Tag: 72911
Resident mode
Hi all, I've just developed a simple dictionary for pocket pc
Is there any article or tutorial about programming for resident mode of such kind of application? For example, can read a highlighted word and call the dictionary program..
I've no idea how to start it..
Thanks! Tag: smartphone book Tag: 72907
PocketIE / popup windows and javascript
Hello,
I'd like to access to a web site on a PoocketPC but I am in front of some
problems :
- some javascript functions do not work
- the popup window, normally opened after a click on a link doesn't open.
Is it a PocketPC limitation ?
Where can I find an "official documentation" about the PocketIE limitations
/ IE ?
Does another web browser for PocketPC exist (with popup windows, javascript)
?
Where can I find a "WinCE+PocketIE" emulator ? (I can't install a ".net" sdk
on my PC).
Thanks for your help. Tag: smartphone book Tag: 72906
getting started with USC Bluetooth dongle
H
I need to write application over BT
I need to buy some general purpose usb BT, so I can write code (i.e. C code
which can 'talk' to the dongle via the usb port
Does anyone did something saimilar
how do I start
What hardware shold I bu
Than
zachi Tag: smartphone book Tag: 72904
SMS Reading
hi there
i havent yet started writing this application but was wondering if i
read sms then is it still availble for outlook or not?
and also how can i read messages in outlook inbox?
regards
Roozbeh GHolizadeh Tag: smartphone book Tag: 72902
how can make menubar to support mutilanguage?
Dear sir,
ModifyMenu() only can work with submenu,but cannot with main menu,
how can make menubar to support mutilanguage?
it's trouble me a long time,Could somebody give some suggestion?
Thanks very much!
Best Regards,
yubin Tag: smartphone book Tag: 72894
Accessing Fingerprint API?
Hello, I have an iPAQ 5555 (Windows 2003) and I downloaded the Microsoft SDK
for Pocket PC 2003. My question is, how do I access the finger print API (or
class)? I would like for my application to use the finger print feature of
the iPAQ but I don't see anything relating to that in the SDK. Is there some
other SDK that handles this or does anyone out there know what I can do?
Thanks!!! Tag: smartphone book Tag: 72893
Newbie
I want to start learning programming with Pocket PC, which PDA should I buy
? I just want a basic one, do I need to buy one with bluetooth ?
On the desktop computer, what software should I have ? .NET programming
tools ? Tag: smartphone book Tag: 72887
Autorun on a Toshiba
Hi,
I'm trying to autorun an app on a SD Card with aToshiba e755. My app works
fine when launched manually. It launches automatically if I copy it to
\Flash ROM Disk\0\Autorun.exe.
So I'm sure the app itself is ok.
I put it on the card in \2755\Autorun.exe.
It never launches when I insert/eject the card. I tried 1824 and other CPU
Type values from WINNT.H with no success.
Am I doing something wrong ? Anyone knows if/why this feature would be
disabled on this particular device ?
Any help will be appreciated.
Eric Tag: smartphone book Tag: 72885
S/W development tool for WinCE/PocketPC
I am looking for S/W development tool such as Entrek toolbox.
Tools that shows memory leakage, resource usage, etc
What I know now is only Entrek toolbox.
Is there any other good tool?
Please answer.
Thanks.
Follow-up is limited to microsoft.public.windowsce.platbuilder Tag: smartphone book Tag: 72883
LoadImage API problem
I'm developing using evc++ 3.0 non-MFC.
I'm trying to use LoadImage to load a bitmap like so:
m_hBitmap = HBITMAP( LoadImage( NULL,
szTmp,
IMAGE_BITMAP,
0,
0,
LR_LOADFROMFILE ) );
but I'm getting error C2065: 'LR_LOADFROMFILE' : undeclared identifier.
The API description indicates LR_LOADFROMFILE is indeed valid and it says it
is defined in winuser.h but when I scan my system for winuser.h files
containing 'LR_LOADFROMFILE' the only ones I find are associated with VC++
6.0. The ones associated with evc++ 3.0 do not define this symbol.
I googled the web for information but other than some Japanese sites I can't
translate, I found nothing. Anyone know what's going on?
Dennis Tag: smartphone book Tag: 72882
Leak in Pocket IE using ATL control?
I am developing an ActiveX control using ATL. The control
is to be embedded on an HTML page. The control is used
for displaying images and uses the IBrowser interface to
navigate to other pages. Everything works great except
that the Pocket IE's memory usage grows unacceptably (>
16K) after each refresh of the page containing the control.
I have tried the same code on both 2002 and 2003 and the
results are identical. I have also seen several KB
articles about leaks in Pocket IE, but all the "fixes"
seem to require using Platform Builder.
Does anyone know of any problems with ATL controls in
Pocket IE? Is there a work-around?
Here are the interfaces supported by my control:
CComObjectRootEx<CComSingleThreadModel>
IDispatch
CComControl
IOleControl
IOleObject
IOleInPlaceActiveObject
IViewObjectEx
IOleInPlaceObjectWindowless
CComCoClass
IObjectSafety
IObjectWithSite
IProvideClassInfo
IPersistPropertyBag Tag: smartphone book Tag: 72879
Detect if PPC 2002 or Mobile 2003 using RAPI
I would like to determine if Pocket PC 2002 or Mobile 2003 is running using RAPI or some another method when the handheld is connected via ActiveSync. I am unable to find any documentation on this. Any ideas? Tag: smartphone book Tag: 72878
Enter Windows CE survey, win a Windows-powered wireless router
Wish you could add a feature to Windows CE? Need a new technology
supported in the OS? Want a specific tool to be more productive? Help
the development team at Microsoft build the next version of Windows CE
by participating in a survey and then emailing your most wanted OS
features, technologies, and tools to Microsoft.
After you submit your answers to the questions on the main survey
page, you will be given the opportunity to email suggestions and
comments to the Microsoft Windows CE development team, and to register
to win a Microsoft MN-700 wireless router with integrated 802.11g
wireless access point and 4-port Ethernet switch. Prizes will be
awarded to the particants submitting the five best suggestions, as
selected by a panel of judges at Microsoft.
More info is here:
http://www.windowsfordevices.com/news/NS8316899152.html Tag: smartphone book Tag: 72874
eMbedded C++ setup initialization error
I'm student learning visual basic .net, and would like to write some applications for pocket pc 2003
Per MS recommendations, I've installed Active sync 3.7.1. I then need eMbedded visual C++ before adding the SDK that allows me to code in VB. I've downloaded the eMbedded Visual c++, but when I go to install it, I repeatedly get "Set up initialization error. There is insufficient memory to run set up. Try closing an y open applications or restarting windows." All applications are closed. I've rebooted, 26 GB reamin on hard drive. 500 MB RAM should be sufficient. I've tried booting in safe mode, but get the same error Tag: smartphone book Tag: 72872
develop for windows CE 4.20 on pockectpc 2003
Having
Microsoft Development Environment 2002 Ver. 7.0.9447
Microsoft .NET Framework 1.0 Ver 1.0.3617
it's possible develop software for PocketPC 2003 (with
SO Version WINDOWS CE 4.20) installing some plug-in?
(if yes, what?)
Bye and thanks a lot. Tag: smartphone book Tag: 72867
Pocket PC emulator redistribution
I'd like to put a Pocket PC emulator on someone else's computer and run my
Compact Framework app inside the emulator.
I'd rather not install Visual Studio .NET on the other computer. Is it
possible to just install a PPC emulator without installing Visual Studio?
What is the best way to do this? Do I need to do a separate build of my CF
app for the X86 platform to run on an emulator? Tag: smartphone book Tag: 72865
API for "XDA II" / "HTC Himalaya" Camera
Hi,
does anybody happen to know if there is an API available to access the
built-in camera of the HTC Himalaya (sold as XDA II, MDA II, ...)?
Regards,
Marvin Tag: smartphone book Tag: 72864
PocketPC deployment over th web?
Hello,
is it possible to distribute .cab files over the web?
Are there any options to deploy/update applications
wirelessly?
thanks, Tag: smartphone book Tag: 72858
c# -> sql server for ce
hello,
how can i use the ms sql server for windows ce in c#?
can you give me a sample?
thank you! Tag: smartphone book Tag: 72857
hi, there is any book to learn (MS SmartPhone 2002) Embedded Visual C++ 3.0?