-
- Send SMS in Thread
by wingfeng
- 8 Replies
- Last post
by Ilya Tumanov
- I have an application to send SMS in background thread. It can't send the sms until I close my application.
The Sms.Send() method can work when it was run in the main thread.
How can I do for it
-
- Register and unregister DLL
by Ed Hintz
- 3 Replies
- Last post
by Joao Paulo Figueira
- My C++ smartphone app automatically registers (ala regsvr on your desktop) at deployment because in the project's properties configuration page for deployment I have "Register Output" set to yes.
What executible is this calling to register the dll I cannot find regsvr.exe or regsvrce.exe or wm5_regsvr.exe or any other variant on my phone. The reason I want to find it is I want to unr
-
- command line executable for windows mobile 5
by great1
- 3 Replies
- Last post
by Saravanan V V
- Hi all. I was able to build a UPnP control point app from Platform SDK sample code given by Microsoft. The problem is that this app has no GUI and is a command line executable As there is no command prompt in Windows Mobile 5 how can i run the app on the phone. Thank you.
-
- wireless sdk of win 2003 vs win mobile 2005
by Panos_gr
- 2 Replies
- Last post
by Panos_gr
- hello all, i am trying to create an application that will send and receive messages using the wireless interface of an hp ipaq 6340 device. This device has a windows 2003 mobile edition and it does not offer that much of help. I mean that this win ce edition does not provide any function (or wrapper function) that can help to deal with the wireless easier. Do you know if the windows mobile 5.0 o
-
- C# Console APP
by Sanjay Jain
- 7 Replies
- Last post
by Sanjay Jain
- Hi All,
I want to make the C# console app which always keeps running on Windows Mobile 5.0 device. My console app is started by vc++ dll by using CreateProcess() API.
The issue is I want to start this exe only once and it keeps running in background.
Any help would highly appreciated.
Thanks,
-
- Windows Mobile 5.0 ppc phone edition
by SirRobby
- 2 Replies
- Last post
by Ilya Tumanov
- I have a VPA compact, running a German version of Windows Mobile 5.0 ppc phone edition. Is there a way were i can change this to English. Thanks
-
- Help needed : Gadget to control display settings such as disable screensaver, extend desktop
by rsquarev
- 2 Replies
- Last post
by Incomps Creations
- I want to develop a gadget that can disable/enable screensaver, extend desktop to other monitor or/and remove montior. Can anyone guide me how to do this What API I should use for this or any framework / SDK available for this kind of operations
-
- Blank Values
by Jon Stroh
- 1 Replies
- Last post
by AndrewBadera
- What is the best way to handle blank values in columns in database tables, that are not strings such as Date, Double, Single etc.. The dataset designer will only allow you to set throwException as a valid argument. I am copying records from Paradox tables that can have blank values in such fields. There are two places I am trying to fix this in my code. My limited knowledge of C# is not helping.
-
- Excel on Mobile device
by Bishoy
- 3 Replies
- Last post
by Christopher Fairbairn
- Can i create excel sheet and read from excel file using VS2005 and mobile device with windows CE 5.0 Thaks very much
-
- Auto Logoff Application code creating hourglass requiring soft boot of devices
by BryanZM
- 2 Replies
- Last post
by Karth.Sta
- I have a mobile application with multiple forms that the user use. I also have a timeout period that after 20 minutes with the app being idle, it will or should show a login form.
I have created a class that implements Form, and all my forms inherit from this class. In this class I have a generic list that adds/removes a reference to the from every time a Form is created and closed.
-
- Installed custom Windows CE 5.0 device SDK does not show up in Visual Studio 2005
by kaushikn1
- 6 Replies
- Last post
by Gangadhar Heralgi - MSFT
- I am trying to build a native C++ application using Visual Studio 2005 Service Pack 1 for a custom Windows CE 5.0 device. I installed the SDK for our device on a machine running Windows XP. But the installed SDK does not show up in the 'Installed SDKs' list in Visual Studio 2005. Would anybody have any ideas as to what could be going wrong I would greatly appreciate your advice.
-
- search configration
by Niyazuddin
- 1 Replies
- Last post
by Ilya Tumanov
- The secure sockets layer (SSL) certificate sent by the server was invalid and this item will not be crawled.
I got this error which configuring the search in MOSS 2007, even i checked the ignore SSL certificate in Manage search services under Application Management in Central Administration. And I tried by given Proxy server and port,even it is showing same error
-
- Layout for gadget
by Sarah71
- 9 Replies
- Last post
by OEIL2MOSCOU
- If I would like to create a layout with a navigation bar on the top for access to 3 different areas/panel of the gadget .... how Can I do this
I hope you can help me!
-
- file is .gadget but IE downloads as .zip
by voxanBoxer
- 14 Replies
- Last post
by ToddOs
- I have packed my gadget files in a zip file. I then changed the name to *.gadget. The icon changed to a gadget icon and double-clicking it installs it.
I then uploaded the file to my webserver and it is there are a gadget file.
I then linked to it as a gadget file.
When I click that link it downloads a .zip file and asks where to save it rather than downloading as a gadget file and instal
-
- How To Send SMS From ASP.NET Application
by Abhijeet.b
- 1 Replies
- Last post
by Ilya Tumanov
- Hi,
I need to develop an ASP.NET application which allows me to send SMS.I am using ASP.NET 1.1 edition,How should i do this to achieve my objective.
Thanks
Abhijeet
-
- Exiting a Smart Device Application
by Anthony McGary
- 9 Replies
- Last post
by Selva kumar
- I am developing a smart device application in Visual Studio 2005 for a Symbol handheld pocket pc device. I have two forms for the sake of this discussion lets just label them Form1 and Form2. Form1 is the login form that is loaded by the application using the following code:
Application.Run(new Form1());
After the user is authenticated on Form 1 I create a new instance of Form2 and open it u
-
- GPS API returns success but no data
by pkr2000
- 14 Replies
- Last post
by pkr2000
- I've been trying to use the GPSSample that comes with the Compact Framework SDK since I want to use C# and it provides a nice set of wrapper classes. I've compiled and deployed (and can debug) the application onto my device. I can open the GPS it returns me a handle and appears to be open. However, I don't get any other information, I ask for the position and it gives me back a valid structure but
-
- 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++]
-
- Difference between various Encryption methods
by Prashant Kapoor
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi,
After going through many posts and sites, related to encryption, I have found that indeed Symmetric is faster than Asymmetric, though it can be broken relatively easily.
But I could not get any comment on the performance wise impact of the various Encryption (Symmetric) methods on the application and the device.
My query is, which symmteric ecryption method should i use in
-
- Error compiling "WinPcap" for Windows CE packet
by Kristian73
- 8 Replies
- Last post
by Kristian73
- Hi to all,
I'm trying to compile the WinPcap for Windows CE packet capture library ( http://winpcap.polito.it/install/bin/PacketCE.zip ). However, the lss.h header file no longer appears to be included in the Pocket PC SDK and therefore, the compile fails. The research that I've done suggests that the lss.h header file was part of the Windows CE Platform builder tool, which no longer seems to b
-
- Foreign kb on PPC
by skornel
- 1 Replies
- Last post
by skornelis
- I have a program that runs in background on PPC and places keyboard events in event queue.
I'm placing keyboard events in system queue with keybd_event(). On German PPC VK_OEM_7 virtual-key is echoing as apostrophe instead of 'a' with umlaut as expected.
I tried using LoadKeyboardLayout() but it fails with extended error code 11004 and LoadKeyboardLayoutList() returns 0 elements in list.
-
- StretchBlt issue
by ssundan
- 12 Replies
- Last post
by ssundan
- Hi,
I have an issue, while trying to zooming the captured image. I am using BitBlt method to copy the device context of the window to the memory DC(CDC).
m_MemDc.BitBlt(0, 0, m_iWidth, m_iHeight, pDC, 0, 0, SRCCOPY); m_memDC is the variable of object CDC pDC is a pointer variable to object CDC, which contains the window to be zoomed.
Then I am using Stretchblt method to copy the memory DC
-
- auto execute sd card to load cf 2.0 when required
by ChrisDurbin
- 8 Replies
- Last post
by Fernando Zamora
- I need to be able to load CF 2.0 on to devices that do not have it when the sd card containing my application and data is inserted. I am a RPGIV programmer who is having to program in vb.net for a project, so I know very little about what I am doing. ..Please be gentle...
Thanks
-
- How to access Sql database(.mdf format database) from windows ce5.0
by jeyaseelan534327
- 5 Replies
- Last post
by Ilya Tumanov
- Hullo,
I'm using windows ce 5.0 emulator(by VB.Net), i want to access sql database engine data from windows ce5.0 (my database name is Sample.mdf)
is this possible
If possible then pls give me the code coonection with sql database.
if it's not possible then pls give me any other solution.
-
- Type inconsistency exception, XmlSerializer & XmlChoiceIdentifierAttribute with .NETCF2 SP1
by bonnielee
- 5 Replies
- Last post
by GaryBla
- Hi,
I've got a weird exception on such a line during runtime:
XmlSerializer xs = new XmlSerializer ( typeof ( IPAddress ));
Exception message:
Type of choice identifier 'ItemElementName' is inconsisitent with type of 'Item'. Please use array of <namespace>.ItemChoiceType.
Here is the IPAddress class, which was generated by xsd.exe from the following schema portion:
<