Answer Questions
kula Returns the ordinal value of an ordinal-type expression
In Delphi there is a function for Returns the ordinal value of an ordinal-type expression. function Ord(X); Description X is a Delphi ordinal-type expression. The result is the ordinal position of X; its type is the smallest standard integer type that can hold all values of X's type. Is There a function in C# Can you help me i must traslate this delphi code in C# function Crypt(const strText: PChar; const intKey: integer): PChar; var i ...Show All
Amadelle background services
http://www.pocketpcdn.com/articles/services.html is this still up to date somebody who has experiences withit Even better, does somebody understand it :) and knows how to use it. The sample files can you find below. I want an alltime backgroundservice that for example always on 3 o' clock do function. OK, I'll ...Show All
vimaru_org Can't initiate sync from PPC 2003 SE SDK Emulator.
I have created a VS 2005 + NETCFv2 application which uses ActiveSync. I am able to deploy, debug, and run everything I need to on the WM 5 emulator and the PPC 2003 emulators with no problem. On the WM5 version of my app, I use ActiveSyncStart which works great. On the PPC 2003 version of my app, I'm using "repllog.exe /remote /all /h" instead. However, on PPC 2003, the synchronization does not start. I then tried initiating a ...Show All
Geoffrey Callaghan setting WebBrowser.DocumentText in a Navigating event handler
I have an application that uses a Windows Forms WebBrowser class as its display mechanism, using hyperlinks for navigation. I then capture the URL in the Navigating event and change the display based on what the URL says. I've experienced a series of bugs/problems doing this on the .NET compact framework, although it works perfectly on XP. With CF 2.0 beta 2 running both in the Pocket PC 2003 emulator and in my Pocket PC device (ver ...Show All
szobi How to get the IMEI of a smartphone (WM5)
Hello, I need to get the IMEI (or serial number) of a smartphone in order to use it for security matter. I don't need to make phone calls or whatever but I want to compare it with a number written in my application. Do you have any clue for this Regards, Agnes Hi all, On this subject, I can elaborate on what I was suggesting. Can something like this be used to retrive IMEI It does not work on a WM03 Symbol Phone device... but can be teste ...Show All
Beysim Sezgin Odbc link for ppc
Hi I want to make a ppc application and write data from the ppc to a local access database, i've seen it's possible with odbc.. but i don't know how Can someone help me with this grtz database is located on desktop (access db) and on device mobile sql. I've seen an application so i think it's possible but don't know how... You can create a web service for updating you ...Show All
urbinaben Hiding Menubar
Hello I have an PPC 2003 App (.net 2.0 VS2005Beta2) which normaly doesn't use the menubar. I'd like to hide it. It worked till now I added another Dlg window where I enter some information because of this I need the SIP and because of this I have a menubar (but I only need it in this special Dlg). But now I have the menubar also in the MAIN Window!! I'm still having a similar problem with fullscreen Applications. I posted it here Full ...Show All
Richard Siddaway Visual Studio 2005 Beta 2 - Emulator problem
Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej worked thanks! I had the same prob ...Show All
Elijah Which version of CF on WM5?
Well, thats the question - some .net ver is pre installed but I can't see it's version on my Windows Mobile 5.0 device... Compact Framework version 1.0 SP3 is in WM 5.0. Which version of CF is installed on WM 2003 / SE Does it even come with CF installed Depending on the build it comes with SP2 or SP3 ...Show All
Sillychuckie MP3 ID3 problems
Hi I've seen that the latest CE5 QFEs include a fix for MP3 ID3 issues - http://support.microsoft.com/kb/904256 . Does anyone know if this fix applies only to WMPlayer - or whether it also fixes similar problems in DirectShow The reason is that I'm currently seeing problems with DirectShow audio playout of MP3s with large amounts of embedded metadata (including MP3s which appear to be using ID3 v2 subversion 4 metadata) - and these prob ...Show All
MichaelChesapeake CF doesn't handle new lines as \r\n ??
I wrote a simple control which used the Graphics.DrawString method to draw some text. When the text contained a newline "\r\n" it would only display correctly when I ran the app on my desktop, but when I ran it on the Pocket PC emulator it displayed the newline as 2 square boxes. Unfortunately Enviroment.NewLine doesn't exist in the CF and I even tried using the Stringbuilder.AppendLine (it doesn't exist in the CF) or anything tha ...Show All
Aldice design WM 5 on emulator
How do I run WM 5 on the emulator do I need to get the WM 5 image if so then where can I get it and what is the installation process Thanks. Do you mean Windows CE 5.0 Project I tried it and all forms are sized in weird shape, and menus are positioned in a non-PocketPC standard places. When creating a Wince 5.0 project it did not ask me if I want pocket pc or smartphone. Is there something missing Also wh ...Show All
Dorkboy Pocket PC application suddenly terminates
Hi, In the multithreaded programs that I have coded that run in the background, i always encounter issues when the app suddenly terminates. Reading other posts from forums over the web, most of these cases are due to memory problems, eg. Low Memory, Parts of memory not being freed. regardless of memory problems or unhandled exceptions, are there other ways in which the pocket pc would decide to terminate my apps For example when my app is idle ...Show All
RaghuramKr ERROR_INVALID_PARAMETER error in CeSeekDatabaseEx.Thanks!
Hi , I create a CEDB successfully by calling functions CeMountDBVol and CeOpenDatabaseEx. After that i wrote a record(new CEPROPVAL[14]) into this database,and I can read this record out. Then I want to seek the database to obtain the record by the first two CEPROPVAL structure of the record.The ERROR_INVALID_PARAMETER occurred.Just as following: CEPROPVAL record[2]; &nbs ...Show All
Fra Bastiano PocketPC client, Web Services and security.
Not sure if this is the best forum for this question so feel free to point me in the right direction. I have a Mobility application client that communicates with a Web Service. I would like to have at least a minimum level of security with this. I am not concern about someone reading the data going in and out, what I want to make sure is that it's my actual client code that's attemting to access the Web Service and no one else. Does anyone ...Show All
