Click here to Skip to main content
15,891,864 members
Everything / Mobile Apps / Windows Mobile

Windows Mobile

WinMobile

Great Reads

by Oz Solomon
Window and File Management add-in for Visual C++
by Ana Carolina Zambon
This is a demonstration of how to use the basics of Mono.Cecil by adding method calls to existing assemblies.
by Ernest Laurentin
Full-fledged ATL Windowless ActiveX Container. Ideal for hosting Windows Media Player, Transparent Flash and Silverlight Animations.
by Davide Calabro
The reference control for MFC flat buttons with text and icons. Give your CE applications a professional look!

Latest Articles

by Radhakrishna Banavalikar
How to develop patient monitoring systems based on a WinMobile device
by Dirk Bahle
Tips & Tricks on using checkboxes within a WPF treeview.
by Ahmed Elkafrawy
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union
by Alvin Bunk
How to dynamically format Phone field with JavaScript

All Articles

Sort by Updated

Windows Mobile 

24 Mar 2022 by Iris Koren
link->filename = filename; ^~~~ I have the following snippet: //insert link at the first location void insertFirst(int key, int data, int filename) { //create a link //struct node *link = (struct node*) malloc(sizeof(struct node)); ...
24 Mar 2022 by Rick York
Generally, one must cast the result of malloc to the type you want to use. Something like this : struct node *link = (struct node *) malloc((sizeof *link) + 25 * (sizeof *link->filename)); If you have declared node like this : struct node {...
24 Mar 2022 by OriginalGriff
Probably, it's the datatypes: void insertFirst(int key, int data, int filename) { ... struct node *link = malloc((sizeof *link) + 25 * (sizeof *link->filename)); ... link->filename = filename; The value you pass in is a integer, but the...
14 Feb 2022 by Radhakrishna Banavalikar
How to develop patient monitoring systems based on a WinMobile device
11 Jan 2018 by Dirk Bahle
Tips & Tricks on using checkboxes within a WPF treeview.
11 May 2017 by Member 8275438
I had the same issue with Windows 10/Vs 2008/WMO 6.5: First, I installed VS2008 SP1. (didn't helped much... I had then a "Device not ready" error instead of "RPC server...") Then, I uninstalled WMDC and WMDC driver update and it worked. (apparently VS doesn't need them to debug an app) I need...
28 Apr 2017 by Ahmed Elkafrawy
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union
30 Nov 2016 by Alvin Bunk
How to dynamically format Phone field with JavaScript
6 Oct 2016 by pjaar89
Hi,Launching Visual Studio 2008 with administrator rights on a Windows 8 development machine,I can deploy/debug a Windows Mobile application on a device one single time,The next one I always got the following exception"Connection has failed/The RPC server is unavailable"I...
25 Sep 2016 by Chris Maunder
A list of popular reference books sent in by the readers of CodeProject
17 Aug 2016 by hjgode
Windows 10 UWP wireless label/receipt printer demo
18 May 2016 by Chris Boss
While many companies have been trying to jump onto the Smart Phone bandwagon over the years, Windows devices seem to have had a troubled path there.
9 Apr 2016 by NightWizzard
Handling for hex expressions and the trailing '}'
8 Apr 2016 by S Ravi Kumar (TechieRathore)
Now than Xamarin Community is free for everyone, we don’t require a Xamarin professional license to build Xamarin applications using Visual Studio However some of [...]
24 Feb 2016 by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 2)
21 Jan 2016 by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 1)
13 Jan 2016 by Jitendra_Jain04
The Objective of this article is to provide hybrid mobile application development approach for mobile platforms using one of the most powerful open source framework : Apache Cordova.
21 Nov 2015 by Vijay Rajanna
Your first Windows Phone 7 app is just a few keystrokes away
26 Sep 2015 by Piyush Manharlal
Using integer instead of Enum for ComboBox and Radio Button in XAML
24 Sep 2015 by brain2cpu
The way x:Bind is (not) working in universal Windows applications
14 Sep 2015 by Anele 'Mashy' Mbanga
Display objects and get user input with Corona SDK and Lua
3 Sep 2015 by mojtabaNava
Hello.I am an account in instagramm app.I will programming with windows phone 8.1But I will in in the first page my app. windows phone login with user and pass account instagram.How word me?thnx
28 Aug 2015 by mojtabaNava
thnx.I want to write a separate application.new app. with visual stadio 2015.i waiting for your reply.thnx
27 Aug 2015 by Afzaal Ahmad Zeeshan
So just do it, what prevents you from doing so? Download the application from Windows Store, Instagram BETA[^]. Install it on your device and login using your username and password. If you have problems logging in, instead of creating a new thread, consider sending the developer an email or...
26 Aug 2015 by Bogdan Bujdea
Why I am a happy Windows Phone developer
25 Aug 2015 by Bogdan Bujdea
Why it is sad to be a Windows Phone developer
6 Aug 2015 by matthewproctor
How to build a Windows Phone app
6 Aug 2015 by matthewproctor
Bolo8 - Retro Gaming revisited on Windows Phone, Windows 8 and XBLA
31 Jul 2015 by Pooja Baraskar
This Article will help you in Getting Started with Intel Realsense 3D Technology
6 Jul 2015 by Aditya_Goud
Hi,.I am making an windows phone application where i use login credentials for the first time..how should i make the login saved and directly move to next page whenever opened next time.Then after if the user closes the the app and terminates the app and closes the application he should...
3 Jul 2015 by Rick Butler
Working on a windows universal app. I'm having difficulty in expanding a stackpanel to occupy the entire screen width on various devices. I'd like for the contents of the stackpanel to fill the entire screen for all devices. XAML: ...
30 Jun 2015 by Suvendu Shekhar Giri
Here is a custom converter tool developed by @liron.levi for this kind of purposes.Check if this meets your requirement else do the necessary modification in the code and if you need help in doing so, come back and let us know.Convert SQL Server DB to SQLite DB[^]Hope, it helps :)
30 Jun 2015 by OriginalGriff
Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...A very quick search gave over one million hits: "export my data from sql server to sql compact"[^]On the first page is an article from this site explaining how to do it:...
30 Jun 2015 by jame01
hi everyone..dears i have question if you can please help me or guide me to right way...i have create application for windows with sql server and it works fine, i want to use my application on windows mobile so on i created application for windows mobile but without data,sohere is my...
23 Jun 2015 by Andrius Leonavicius
Hi,Have you tried this tool to check whether a machine is SLAT capable: MachineSLATStatusCheck[^]?If you have a non-SLAT machine, it is impossible to run the emulator. However, you could build apps on a non-SLAT computer, but you need to deploy and test them on a physical device.
22 Jun 2015 by Fiyaz Hasan
Building an outlook calendar app for windows phone using Live SDK
22 Jun 2015 by sevkett
How to see com port connected by USB cable in Windows Mobile 6.5Is there no any way to see comports as shown in Device Manager on PC?
19 Jun 2015 by Emiliano Musso
Geolocalize a device and store coordinates on webserver
13 Jun 2015 by Dinesh92d
I have 4GB Ram and Windows 8.1 OS and Intel Pentium Dual Core Processor. But My system did not support developing apps and did not create simulator in my system.after searching my system did not have slat control.What can i do? How to Run My apps?
3 Jun 2015 by Richard MacCutchan
See https://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.contacts.contact.Aspx[^].
3 Jun 2015 by Aditya_Goud
hi i m developing a windows phone application,here i am displaying the contact name , i also need to display the contact Number too.. How can i achieve this plz. void Contacts_SearchCompleted(object sender, ContactsSearchEventArgs e) { ...