-
- Why won't my application run?
by Quentin Mayberry
- 4 Replies
- Last post
by QM
- I have created an application for a pocket pc using Visual Studio 2005 version 8. It works fine on the emulator, but when I create a cab file and use that to install on my pocket pc, it self extracts, and places an icon in the programs. When I click on it nothing happens.
I suspect this might be something to do with the compact .net framework. Should that automatically load on to the device, or
-
- Win XP auto update install fails error 0x641
by DIckxe
- 1 Replies
- Last post
by Ilya Tumanov
- I have been trying to update recently my 2.4mhz winXP pro and the installs fail with the error 0x641. i have tried numerous times and have not been successfull since 1/27/07
dickxe
-
- using webservices in a gadget
by Rudgr
- 9 Replies
- Last post
by Andy E
- Hi, Has anyone have an example of using a web service in a gadget Thanks in advance, rudgr
-
- Windows Mobile 5 SDK installation problem
by silentray
- 1 Replies
- Last post
by Ilya Tumanov
- Hi all, I am new to Windows Mobile. I was trying to install Windows Mobile 5 SDK (both PocketPC and SmartPhone). However, after installed, there are no project template for Windows Mobile 5 applications appears in my Visual Studio 2005. I have got the Service Pack 1 for the VS2005 installed. Did I do something wrong Or I have to do something with VS2005 SP1 Many thanks Ray
-
- Help with compact framework
by sgarc22
- 1 Replies
- Last post
by Ilya Tumanov
- What do I need to install to get the following directory: Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0 right now i can only see v1.0. I have installed the .NETCFv2.msi and it still is not available. I have also installed the windows mobile 6 SDK and the windows mobile 5 SDK but no luck. thanks in advance
-
- XML reading from URL
by Enes Kabacaoglu
- 2 Replies
- Last post
by Enes Kabacaoglu
- Hi : I am developing a smartphone 2003 application by VS2005. I need to read xml from URL. I can do that, but i read the whole XML document. But i only want to read the tittle , or description or both from the XML document. Any ideas Thanks for your helps for now. Best Regards
-
- lineSetAppPriority doesn't seem to work on Windows Mobile 5
by Mdanh2002
- 2 Replies
- Last post
by timg_msft
- Hi
I am trying to write an app that handles incoming call and block out unwanted calls. To do this I must replace the default WM dialler cprog.exe. I tried using TAPI function call
ret = Tapi .lineSetAppPriority( "TestPhoneAPI.exe" , Tapi .LINEMEDIAMODE_INTERACTIVEVOICE, IntPtr .Zero, 0, null , 1);
to give my application highest priority when handling calls. The
-
- help related to EDB
by Salman Maredia
- 7 Replies
- Last post
by Salman Maredia
- Hi,
I am newbie. I want to know about EDB...
1. Is EDB support all Smartphone platform 2003,2005 2. is EDB built-in or do i need EDB seperatly how can i create tables,records in the database how i retrive it any suitable material do u have plz reply me........... one more thing i want to know i have created the registry but i dont know where it is store in the emulator or in the phone.
-
- Win CE 6.0 - Serial port enumeration and ioexception on serialport.open()
by banswaraboy
- 7 Replies
- Last post
by GaneshPerumal
- I'm developing using VS 2005 and CE 6.0 Platform Builder and C#. My target device is an eBox-2300 CEPC with two physical serial ports. All of my code thus far works on the development PC, but I have problems when I try to deploy to my device. I have two immediate issues that I need help with. First, I have a routine that attempts to enumerate the serial ports on the system. The code is as follows:
-
- Solution to DB files unable to mount?
by Mish87879
- 0 Replies
- Last post
by Mish87879
- I have an application on Windows CE that uses the CE database API heavily. So far everything has worked just as it should, up until recently when the program started it was unable to mount database files that were stored in an IPSM directory. There was nothing wrong with the code, as I setup the same exact program running on multiple units with no problems. I figured that it had to be because the
-
- Receive SMS in binary format
by Eduardo L.H.
- 4 Replies
- Last post
by Eduardo L.H.
- I'm trying to read incoming binary SMS messages in a windows mobile 5 Pocket PC Phone edition. The way to acquire the messages is trough an module that implements the IMailRuleClient interface. The behavior of this module is corrected with text SMSs (7bit encoding) but with SMS encoded in UCS2 mode (16 bits) the data is truncated in the first unicode 0 (that is, when 2 consecutive bytes 0 are pres
-
- Voice to text application on eVC
by Avanidave
- 2 Replies
- Last post
by Ilya Tumanov
- hiii Everyone !!! I m new to eVC and want to develop speech to text application... Can anyone help me out by providing basic information about which SDK will be appropriate for me... To develop this application Can simple VC++ code run in eVC++ thanks avani
-
- Clipboard problems
by Burillo
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- i P/Invoked coredll clipboard methods and the SendMessage method. My code looks like this: Dim o As String = "" Dim h As Boolean Dim clip As New Clipboard If clip.HasContent Then h = True o = clip.Content End If clip.Content = "SOME TEXT" SendMessage(gethWnd(tbC), WM_PASTE, 0, vbNullString) If h Then clip.Content = o Else clip.Content = "" End
-
- MFC compatibility issues in WinCE 5.0
by mk_cs
- 3 Replies
- Last post
by mk_cs
- I have to migrate a simple dialog based MFC app to WinCE 5.0. I used VS 2005 to upgrade my eVC++ 4.0 project, everything went on well I got the application compiled using Windows pocket PC 5.0 SDK. But the application is not working. It keeps saying "one or more components missing" when i try to launch. When I viewed the EXE thru dependency walker I can find that it is associated with MF
-
- How do I get ActiveSync 4.2?
by pghthompson
- 2 Replies
- Last post
by Ilya Tumanov
- Verizon says I need to upgrade to ActiveSync 4.2, but the link to download the English version from http://www.microsoft.com/windowsmobile/activesync/activesync42.mspx is broken.
-
- Deploying Multiple cab files at once
by watch is
- 14 Replies
- Last post
by Ilya Tumanov
- I have developed my application and created the .cab file for this application. I followed the tutorial on creating an MSI file and custominstaller and this works fine. My problem comes from the fact that my application must also install .NET framework 2.0 and the SQLMobile .Cab file.
I am wanting to package all of these together and be able to deploy them at one time from a users PC. I am not
-
- Custom Control overrided events not firing
by Wayne Sepega
- 2 Replies
- Last post
by Wayne Sepega
- I have created a custom control and chose to override the OnMouseDown, OnKeyDown and OnKeyPress events, but when I drop the control on the form and click the control with the stylist the OnMouseDown doesnĄ¯t get executed, nor does any of the OnKey methods. IĄ¯m not sure what IĄ¯m doing wrong here. The following is my code to display the issue. Any help would be apprecited
using System;
us
-
- How to add checkbox and dropdownlist controls to DataGrid
by Jenson Chew
- 14 Replies
- Last post
by Jenson Chew
- Hi Guys, May I know how can I add checkbox and dropdownlist controls to datagrid control at runtime in VS 2005 for windows mobile based device I run the SQL query to pupolate data into the datagrid at runtime, but then I do not know how to customise the datagrid to insert checkbox for a value in my column which would either be Yes or No (boolean), and that I would like to make it into a checkbox
-
- 'Install not supported' - Performance Monitor
by Rik78
- 3 Replies
- Last post
by Michael J. McLaughlin
- Hi
I am not able to connect to a device using clr .net profiler or remote performance monitor.
The error is: "Install not supported".
I have installed .Net CF 3.5 beta 2 and I'm using the tools in the "Power Toys" package.
.net CF is installed on a different location than '/Windows", but even after changing this in "Manage Devices" menu, it still
-
- Request non-XML data via Web.Network.createRequest
by Siebe Tolsma
- 3 Replies
- Last post
by See#
- Hello all,
First off, good to see that gadget development forum on MSDN.
Anyway, what I am posting for is this: I'm trying to request normal plain text data (in non XML format) via the Web.Network.createRequest method. However, I can not find a Web.Network.Type type that represents regular data. I've tried XML, which responds with an "invalid xml" in the body of the response, and S
-
- Simple question for fun results.
by SmileyGuy
- 0 Replies
- Last post
by SmileyGuy
- Ok, I am trying to make a fun little clock. It's a smiley face that is a frownie face until certain conditions are met. I want to make it so the user can set a time of day for the frownie face to appear (most likely wake up-time), and then a coffee cup will appear that when clicked will change the frownie to a smiley. I know it sounds kind of corny, but it's for fun. I understand the basic process
-
- Access violation in IImagingFactory (Code: 0xc0000005)
by D'Angelo Luca
- 10 Replies
- Last post
by Mario van Zeist
- I'm creating a transparent (PNG) image button with IImagingFactory but when I switch window (for example when I press the tasklist button on the device and soon after I press the imagebutton that is covered by this window) or after some time the app is running I receive this uncatchable exception: ExceptionCode: 0xc0000005 ExceptionAddress: 0x03fb22a0 Reading: 0x00285948 Available ram: 39mb. The i
-
- InternetReadFile error
by ShrRed
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- I am trying to download a file (HTTP GET) using WinInet API, specifically I use InternetReadFile to read the file from the server and it always fails and GetLastError returns an error code of 12031 (ERROR_INTERNET_CONNECTION_RESET). I see this error only on the emulator and never on an actual device. I was testing on the WM5.0 PPC Emulator. Can anybody help me with this problem
-
- Windows mobile 6.0 and Connection manager?
by Panos_gr
- 2 Replies
- Last post
by Panos_gr
- I am working during the past three months with a device that runs Windows Mobile 5.0 and -to be totally honest- i have experienced HUGE difficulties in handling the current connectivity method (WIFI or GPRS) exactly as i want.. The main difficulty is that i cannot have a socket over WIFI sending packets to a destination and be able to initialize another socket over GPRS that would send other packe
-
- Issue with app Icon on the title bar
by nabeelfarid
- 3 Replies
- Last post
by Dan Elliott-MSFT
-
Dear ppl,
I have written a windows mobile 5.0 application with 4 forms in it. The first form opens second, the second form opens third and third opens fourth. Each form opens the next form as Modal form.
What I need to do is when the Main Form (first form) is loaded, an icon should appear in the Title bar. Now when the user click that icon, the application should hide and vice vers