-
- How to "AutoDial" in CF 2.0 ?
by Uri Kluk
- 2 Replies
- Last post
by timg_msft
- Hello,
I did a forum search for AutoDial and I only see my questions, so I don¡¯t believe it is a hot topic.
I am developing an M2M box based on WINCE 5.0 (not it is not a smartphone and connection manager API is not available)
My goal is to dial a connection and keep it alive even if the carrier drops.
I tried different approaches, like monitoring the connection
-
- Gadget installation
by kmdxb
- 4 Replies
- Last post
by Andy E
- I've packaged up the gadget folder as a zip file, and then renamed it to .Gadget, and added the relevant MIME types to my web server. When clicking on the gadget on the web server it starts the download, and installs it into Sidebar - so far so good.
The problem is that it is changing the name of the folder. For example, given a gadget called Fred.Gadget, it installs it as Fred[1].Gadget
-
- Dialup network over USB
by Arun KR
- 5 Replies
- Last post
by Ilya Tumanov
- Hello,
We are developing a device with Wince 5.0.
Just wondering if we can support dial-up networking from this device, over USB using an external modem(a phone).
Does wince 5.0 support this feature
Any information regarding this will be of great help.
-
- Picture Box in Compact Edtion
by PDCS
- 5 Replies
- Last post
by smhess
- Hi
I am trying to use a picturebox to show an image on a form using Compact Edtion 2.0. I create the form, add the picturebox, set its image to a JPEG file, and in VS2005 IDE the picture shows without a problem on the form. (The Device targetted is a WM 5.0 Application.)
However, when I run the program I get a "Not Supported Exception" for System.Drawing.Bitmap at the line
-
- Compact Framework Version
by Transcontinental
- 6 Replies
- Last post
by Transcontinental
- Hey All, I installed the pocket pc 2003 emulator and when i went to run my application on it the emulator said that my application requires a newer version of the microsoft .net compact framework than the version installed on this device. Is there another version of the emulator with the lastest compact framework
-
- Network connections --> .NET Compact Framework
by SimoneS
- 4 Replies
- Last post
by SimoneS
- Good evening,
is there a way to enable/disable the wireless connection through VB.NET
I couldn't find it (I tried to read SDK Documentation too).
Many thanks in advance,
Simone
-
- Flash in WebBrowser
by outrigger.dta
- 3 Replies
- Last post
by Zero Dai - MSFT
- Hi, I have published a Flash file into the form of a HTML page, and changed its relative path to absolute path within the HTML file
<embed src=" C:\... \flashAbout.swf" ... >
Then, I dragged a WebBrowser Control onto the VB Form and set the absolute path in my Form1_Load to the HTML file that I had generated.
wbAbout.Navigate( New Uri( C:\...\flashAbout.html ))
-
- How important is that Dispose() method for webservice proxies?
by filii_neo
- 1 Replies
- Last post
by AlexY
- Hi,
I' using webservices within a smart device application.
using(Proxy p = new Proxy())
{
.... // webservice call
}
Is it needed to call p.Dispose() or will that method be called after leaving the scope for the Proxy instance.
Thx for you help
filii
-
- Application works on one handheld but not on the other!!!
by hadjici2
- 14 Replies
- Last post
by Anthony DeSouza
- Hello people,
this is my last shot so please help me out! I have two MC1000s handheld barcode scanners. My application works on the one but doesn't work on the other. It has something to do with SCAN_ENABLE error that doesn't appear when I remove any SQL code. I emphasis that it works on the one but not on the other. The only difference I have found is that the one that works has an OEM 00.00.0
-
- Not enough storage is available to complete this operation
by Udaypal Aarkoti
- 4 Replies
- Last post
by the_evil_one
- Folks, I'm trying to play a media file on PPC 5.0 emulator and I get the following error message "Not enough storage is available to complete this operation". Does it really mean that it doesn't have enough memory If so how can I increase the memory for the emulator When I did google for the same message I found this page http://www.microsoft.com/windows/windowsmedia/player/faq.aspx#3_12 &n
-
- CAB Installer Smart Device does not create the folder on the target machine
by mferrero
- 4 Replies
- Last post
by millie_w
- Hi,I've created a Smart Device Cab project with a structure of folders, but the cab installation creates folders on the target machines only if there is a file to be copied otherwise no folder is created.Also I defined a new registry key to be created:[RegKeys]"HKLM","SOFTWARE\[Manufacturer]\Amerigo","InstallDir","0x00000000","[TARGETDIR]"but the k
-
- SDK Certificate problem
by LongLee
- 1 Replies
- Last post
by Zero Dai - MSFT
- Hi
I am getting CSIDL_PROGRAM_FILES during start debugging on PPC 2003 emulator. According to the info@ the link below, the SDK certificate is prebuilt into the emulator, so I do not need to install the SDK certificate.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/moconpreparingdevicefordevelopment.asp
So why do I still get CSIDL_PROGRAM_FILES error
-
- delete data
by SPESHOW
- 6 Replies
- Last post
by Ilya Tumanov
- i want to delete a data values from a datable. i tried the following code but failed. can anyone guide me
private void button6_Click( object sender, EventArgs e)
{
SqlCeConnection sqlconn = null ;
try
{
MessageBox .Show( "delete floorplan " );
sqlconn = new SqlCeConnection ( @"Data Source =\Program Files\DeviceApplication1\CHH.sdf" );
-
- Custom control design-time metadata and designers not picked up by WM6 project
by kzu
- 1 Replies
- Last post
by Nick E
- I have a custom control with a custom designer that works just fine with WM5 projects. It deploys the metadata to: C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\DesignerMetadata\Clarius .UI.OrientationAware.PocketPC.asmmeta.dll C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\DesignerMetadata\Clarius .
-
- The DOTNET 2.0 bulid program can't run on WinCE 5.0 ? WHY?
by &#42;Robert&#4
- 2 Replies
- Last post
by *Robert*
- On the CE 5.0 Emulator behind the .net compact Framework,Double Click the EXE file,but nothing happen! why please tell me Thank you!
-
- Icon with transparent background
by jaczura
- 3 Replies
- Last post
by philipsh
- Hi! How could I make transparent icon that fits to a toolbar that can be various color according to the user color favorites. Thank you!
-
- Catch Email sent Event From Device [C++ solution]
by Kamii47
- 1 Replies
- Last post
by Kamii47
- I have an application which runs as a background service.
[It include both module of C# and C++]
Now I wants to do some insertion in the database for every email sent from the device.
I know How to catch email receive event by C# but Can't able to get any solution to Catch email sent event and log it.
Please Let me Know Any solution for it [C# or C++]
-
- how to show mouse cursor in my device
by prozac
- 1 Replies
- Last post
by timg_msft
- hi:
if I want to build image support mouse cursor , how can I set up
I have setted SYSGEN_CURSOR=1 , and rebuild image. But cursor isn't showing,
Is there something to change in display driver
-
- Copy Database to Device through Active Sync
by clarie25
- 1 Replies
- Last post
by Ilya Tumanov
- I am new to developing mobile device applications.
I have a desktop application (VB.NET) that interacts with a SQL 2005 Express database. The desktop application can add, delete or modify the data.
Now I want to create a device application for windows CE platform. The only thing that the device application does is browse through the data. It cannot edit data.
When the device i
-
- Connect to IIS
by Tamil mannan
- 1 Replies
- Last post
by Ilya Tumanov
- Dear all,
I have connected my Symbol Mobile (WM 5.0) to my System. When i try to access some web page from my system in Mobile, I'm getting below error:
"Cannot connect with the current connection settings. To change your connection settings, tap Settings."
e.g. web page: http://tamil/SqlMobile/Default.htm
(Tamil - System Name).
whether I nee
-
- TAPI apis
by M Pramod
- 5 Replies
- Last post
by M Pramod
- How to get the notification of incoming call and invoke appropriate application....
Pramod
-
- remoting or some thing like
by Secrets
- 3 Replies
- Last post
by CF User
- can i use remoting in netcf or else some thing like
scenario my main server will be running with parent app.
pda application will be register with it now when ever there is data on server, Server application will send data to client or will inform him.
-
- installation question MSDE2000SP4 and RDA
by moldau04
- 6 Replies
- Last post
by moldau04
- Hello, I am trying to install Microsoft SQL Server 2005 Mobile Edition on a desktop that is running MSDE 2000 upgraded to SP4 and IIS. I keep getting a message about installing merge replication component. I assumed that MSDE SP4 includes the merge replication. Is there anything else I should be installing or need to configure in MSDE for RDA Would MSDE change my connection string Wondering if s
-
- CoCreateInstance CO_E_NOTINITIALIZED
by Willem Swart
- 2 Replies
- Last post
by Pintu Shukla
- Hi,
I create a Visual C++ Smart Device ATL DLL project and add a Standard ATL control, Apartment threaded, Dual Interface, Aggregation Yes.
I then create a MFC Smart Device Application, with ActiveX support.
I wish to programmatically instantiate the control:
HRESULT hr;
CLSID clsid = {0x6F2CB8E1,0xEDC7,0x4A2B,{0xA3,0xF1,0x56,0xA0,0x9C,0x88,0x08,0x17}};
IID iid =
-
- how to send sms using call events application?
by yeos_lee
- 5 Replies
- Last post
by mgaur_MSFT
- hi expert, I am using VS 2005. I have downloaded 2 applications regrading sending and receiving SMS from the MSDN web site. Following is the link of the 2 applications. http://msdn.microsoft.com/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp frame=true http://msdn.microsoft.com/library/en-us/dnppcgen/html/callevents.asp I have converted the source files to VS 2005 format but i am unable to