QT on windows mobile
Hi friends How are QT applications developed for Windows mobiles ?? Is it worth to do ?? ...
Hi friends How are QT applications developed for Windows mobiles ?? Is it worth to do ?? ...
Does any one know if the Qualcomm MSM7200A ARM11 in the HTC Touch Pro 2 supports floating point operations? Is there a way to recognize whether or not a processor supports floating point operations based on it's name? ...
Hi all, I have a problem here that i m not able to install the cab file on my emulator. I have followed he steps to make the cab file given on : http://www.mobilepractices.com/2008/10/setupdll-sample-and-walkthrough-terms.html then i m copying the cab file on the path "Windows-->Start Menu-->Accessories" Now when i try to install it f...
Windows Mobile 6.0 devices have a Text Size setting that can be reached by clicking Start -> Settings -> System -> Screen -> Text Size How do I retrieve the value of that setting (Smallest ... Largest) from a program running on the .NET compact framework? ...
I'm using the nyartoolkit to put together an augmented reality application but I am new to Windows Mobile emulation. Can anyone help me understand how I can get live video into the mobile emulator? Is there any way to bridge to my web cam for example? ...
Is there any minimum required hardware specifications for Windows Mobile 5.0 Pocket PC or Windows Mobile 6 Classic. I know Microsoft has requirements to do with the screen (much be a touch screen etc) But I am trying to find out if their are Minimum CPU speeds and Flash memory sizes. So I can test against and program to these minimums....
I'm having trouble with a call to CreateToolhelp32Snapshot() from a C++ Windows program, but it only happens in the field -- so far I'm unable to replicate it in the office. I noticed some references to the (undocumented) flag TH32CS_SNAPNOHEAPS online, which I think might help, but the pages turned up in a Google search are all about Wi...
I need to restart a windows mobile 6 application. Here is the code I have tried but it just exits and does not restart the app. public static void RestartApplication() { var fileName = Assembly.GetExecutingAssembly().GetName().CodeBase; var startInfo = new ProcessStartInfo { FileName = fileName, }; Process.Start(st...
Hi, I am looking for a very simple method for logging application errors and certain application metrics to a central remote location / server. I'm thinking it will need to be something like Web Services or some similar technology. One concern I have is device loses connectivity. I'd like to have something that stores the logs locally...
Rather than reinvent the wheel I would like to use Outlook to manage my appointments and sync to Windows Mobile. What options are there for integrating a custom app with Outlook on the mobile? Ideally Id like to just use standard Outlook to display the appointments rather than write a custom UI however can you integrate custom data in t...
Hey all, I have recently decided that a client/server application I am building (where the client is a Windows Mobile device running .netcf 3.5) would, ideally, utilise a lightweight web service conforming roughly to the principles of REST. Is there a way (and if so what is the easiest way) to implement the most common HTTP methods us...
Windows Mobile 6 single instances applications by default can I turn off or override this behavior? This is needed if one needs to automatically restart or self update an application. ...
Hello everyone! I am making an application for a windows mobile smartphone, and I would like to know, using C# and the Windows Mobile 6 SDK, how can I make a window that can get input events even after minimized? Is it possible? I'm sure it is. Please let me know, Thanks ...
Hi I am just wondering if there is a proper description of the File operations API for Windows CE somewhere on the web. Google was not really helpful so far, I only found simple examples how to read and write files. A proper documentation of the API would be really helpful! Thanks you ...
Hi, I am trying out to get the bitmap of web page loaded in web browser control, but found that WebBrowser.CreateGraphics() and even WM_PRINT (DrawToBitmap) message response is also missing in .net compact framework. After searching through internet found one of the .net sample code which gets complete web page in bitmap When i tried ...
Hi, Can any one please help me, How to avoid key-guard lock programmatically in windows mobile. i have an application in that after certain minutes key-guard gets lock. i don't want mobile to get locked when my application is running. please suggest me how to do programmatically.. Thanks Grabit ...
I would like to be able to specify what shows up in in the windows mobile word completion programmatically. I have looked around, and found some links on how to make the word completion match the context such as with http://www.christec.co.nz/blog/archives/631. But nothing that would allow me to specify specific words that will show up...
I have seen comments stating that Subsonic currently does nt support MS SQL Server CE (http://stackoverflow.com/questions/1130863/subsonic-and-ms-sql-server-compact-data-provider). The link provided is for Subsonic 3. So my question is, does Subsonic 2.2 support MS SQL Server CE? And if so, is there any documentation on how to use sonic...
Hi all, can any one suggest me, how to learn about custom controls in c# for windows mobile, any tutorials regarding some sample app's of windows mobile, how to create new custom control application, owner-draw, etc..please suggest me Thanks Grabit ...
How to remove the SIP button of Windows mobile? I need a solution for Windows Mobile V6. Please post some sample app, or link about how to remove the SIP button. I have tried out this technique.. SHFullScreen(this.Handle, SHFS_HIDESIPBUTTON); This is not working for me. If you know please post full code. ...