Click here to Skip to main content
15,889,867 members
Everything / Mobile Apps / Windows Phone 7

Windows Phone 7

Windows-Phone-7

Great Reads

by Colin Eberhardt
This article describes the development of a cross-platform HTML5 application for Windows Phone and iPhone.
by roscler
Azure based pet adoption agent that helps pet lovers find the perfect pet while saving the lives of kittens & puppies
by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.
by Giannakakis Kostas
Port your libgdx games to run in Windows Phone and Windows 8 platforms

Latest Articles

by roscler
Azure based pet adoption agent that helps pet lovers find the perfect pet while saving the lives of kittens & puppies
by Michael Janulaitis
Provides an introduction to the open source client/server DotNetOpenServer SDK project for Android, iOS, Windows Phone, Windows, Mac and Java Platforms
by charles922
Math Function Tutor - Part 1
by Dan Colasanti
AutoResetEvent can be used in place of AsyncWaitHandle and provides a thread-blocking WaitOne signaled timeout function, which can be put on a background thread in order to not block the main UI thread.

All Articles

Sort by Updated

Windows Phone 7 

7 Nov 2022 by Mirzakhmet Syzdykov
Hi, First of all there's error in your code. The average for n numbers will be sum divided by the count of this numbers. So your program hangs on the last entered zero. I'd like to re-write it as follows: Scanner sc = new Scanner(System.in); ...
7 Nov 2022 by Sohaib Samad
Scanner sc = new Scanner(System.in); int num; int sum = 0; do { System.out.println("Enter the number: "); num = sc.nextInt(); sum += num; System.out.println("Enter 0 to end...
7 Nov 2022 by Patrice T
Quote: i am not able to get the average value of the numbers entered by the user You need to count the number of value typed by user ! num is only the user input, and user typed 0 in order to exit the loop.
7 Nov 2022 by Richard Deeming
Your loop terminates when num is equal to 0. You then try to divide the sum by num, which will (obviously) give you a "divide by zero" error. You need a separate variable to keep track of how many numbers the user has entered. You'll also need...
6 Nov 2022 by Member 15822257
You should be albe to install linux on the cellphone, setup virtualGL*. How you link the cellphone to the pc would be the hard part for bandwidth. Planning on setting this up so my intel minnowbot board can use a samsung S10+ as a gpu for steam...
3 Nov 2021 by Richard MacCutchan
enable hardware assisted virtualization - Google Search[^]
18 Jun 2021 by Member 15252659
I strongly agree with the topic owner. The next generation of our personal devices should have the ability to combine into one to handle personal demands day by day bigger with affordable price. In other words, optimizing personal devices and...
11 Oct 2020 by Member 14961699
No. Your phone's GPU is in one chip with the CPU, some of the memory, and its display controller, and they're all tightly integrated together. Also, there'd be no way to connect it efficiently to the laptop. Only the latest generation of USB and...
10 Oct 2020 by Member 14960951
sell yourphone and buy an external gpu problem solved
7 Oct 2020 by roscler
Azure based pet adoption agent that helps pet lovers find the perfect pet while saving the lives of kittens & puppies
30 Sep 2020 by Member 14107526
hello im a mechanic with basic knowledge of coding programming and software (veeeeeerrrryyy basic) and i am really struggling this is not code that needs fixing just a question What I have tried: how would you, if it is possible use an android devices cpu as a dedicated graphics processor for...
16 Jul 2020 by Member 11003365
I am developing C#.net windows application and I want to use stimul reportViewer in Wiform and I use it but while running I get below error Severity Code Description Project File LineError Assembly 'Stimulsoft.Report.Win' with identity 'Stimulsoft.Report.Win, Version=2016.1.0.0,...
13 Jun 2020 by Michael 70
in windows 7, I want to open an MP4 file with a program I have installed on an external drive. Windows will not let me change the file association from media player. Even when I browse to the external disc it won't let me "Open with" that...
13 Jun 2020 by OriginalGriff
You can't set a file association to a removable drive, as the application may not be present every time a file is double clicked. Only applications that are installed on an internal hard disk (or SSD) can be set as an association target. Windows...
17 Oct 2019 by RickZeeland
See help here: What To Do When A USB Device Is Not Recognized In Windows 10[^]
17 Oct 2019 by asitha32
I connected an external USB device to my computer yesterday and after a while, I was told that I could not detect a USB device. This is a big problem for me. I need to fix this quickly. If anyone knows how to fix this please let me know and I would appreciate it Thank you What I have tried: ...
4 May 2019 by Michael Janulaitis
Provides an introduction to the open source client/server DotNetOpenServer SDK project for Android, iOS, Windows Phone, Windows, Mac and Java Platforms
5 Jan 2019 by Dave Kreskowiak
First, this would be an EXTREMELY ADVANCED project to take on. It would required knowledge of the internals of DirectX, game rendering, Windows internals, Android internals, the hardware on both machines, and even USB. For someone with a "(veeeeeerrrryyy basic)" level of coding, this is a...
5 Jan 2019 by #realJSOP
What gives you the idea that the GPU on an Android device would be good enough for PC gaming? It would be MUCH cheaper (by hundreds of dollars) to build a desktop box for gaming, than it would be to buy a laptop capable of decent gaming. Not only that, but it would almost infinitely upgradeable...
10 May 2018 by charles922
Math Function Tutor - Part 1
31 Mar 2017 by Dan Colasanti
AutoResetEvent can be used in place of AsyncWaitHandle and provides a thread-blocking WaitOne signaled timeout function, which can be put on a background thread in order to not block the main UI thread.
28 Feb 2017 by Jineesh TR
I am developing an application for Motorolla MC18 (handheld mobile computer) in Visual studio 2008 SP 1. While debugging the application I am getting an error "error 9 the bootstrap could not be loaded. device connectivity component". I have installed supporting softwares like EMDK for .Net,...
21 Feb 2017 by Mehdi Gholam
Decryption requires context, posting a cypher text in isolation is pointless.In any case, this is not a question for this forum.
21 Jan 2017 by Afzaal Ahmad Zeeshan
WebView uses the Internet Explorer engine to render the web pages (or Edge in UWP), to get started you can download the sample provided by Microsoft on GitHub: Windows-universal-samples/Samples/WebView at master · Microsoft/Windows-universal-samples · GitHub[^]. You can also learn more about...
21 Jan 2017 by Member 11962171
Hi , I want to make an WebView application. but I don't know how I'd save pictures, How Can I do? with InvokeScriptAsync?What I have tried:Hi , I want to make an WebView application. but I don't know how I'd save pictures, How Can I do? with InvokeScriptAsync?
25 Nov 2016 by Daniel Vaughan
A fun Xamarin Forms implementation of the game Sokoban, demonstrating how to port a UWP puzzle game to both Android and iOS while sharing nearly all code across platforms.
5 Oct 2016 by David_Wimbley
Your error is pretty clear that you have a version mismatch. Quote:uses 'Stimulsoft.Report, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' which has a higher version than referenced assembly 'Stimulsoft.Report' with identity 'Stimulsoft.Report, Version=2015.2.0.0,...
25 Aug 2016 by Trung Tuyen Tran
I have Windows Phone 8.1 project . MainPage has a FlipView. FlipView has 2 FlipViewItem. I want to the MainPage will be NOT reload when I back from another page to it, So I used NavigationCacheMode = Required. And it's worked, but it has a other problem.First, I swipe to second...
19 Jul 2016 by Ralf Meier
I would change the posted methods like this :Protected Overrides Sub OnVisibleChanged(e As System.EventArgs) MyBase.OnVisibleChanged(e) CheckControlCollection(Me , Me.Visible)End SubPrivate Sub CheckControlCollection(myHost As Control , state as boolean) ...
17 Jul 2016 by User 11060979
To let act your Control as a Container you Need to derive from ContainerControl. In your case the form is the Container for the button you placed on your control.For tests it is very convinient to derive from Panel. This because you can show e.g. a border.[Edit]Finally: The harder (but...
16 Jul 2016 by m.r.m.40
Hi,I'm programming a windows form application, I'm having a problem in implementing a code to my user controls,let's say, all my forms inherit from my base class and in my base class I have the code below,Public Class BaseForm Inherits System.Windows.Forms.Form ...
7 Jun 2016 by mahou82
I want to open XAP file on window computer but have this error : C:\Users\james\Desktop\whatsapp.zip The archive is either in unknown format or damaged.What I have tried:I turned xap into zip already. So why this happen? they call xap is zip file, and why I can't open xap file anymore.
29 Apr 2016 by Member 12493607
what information do you need from my phone
1 Apr 2016 by Sergey Alexandrovich Kryukov
This is a newly discovered artifact called Black Line of Death.The artifact was first detected on a iPad of the model iPhone 2G, model of 2007, manufactured on September 31, 2007. Later it was detected on ██████ and ███████████. It was later classified as SCP-20110401 by the SCP...
6 Mar 2016 by Member 10627743
HiI have different html pages in my app that i will like to view locally in my app the code below can only view single html page but what i want is To display differenthtml pages according to date of the month in a webviewThis is my code belowxaml
6 Mar 2016 by webmaster442
The DateTime class stores date informations. It has properties like, Year, Month, Day, Hour, Minute, Seconds. DateTime.Now returns the current date and time. Is there any particular reason for not using it for the selection from your array of html files ?
29 Feb 2016 by Member 10627743
HiThe code below supposed to display html file content in a webrowser locally according topresent day i.e if the user open the app on 25/2/2016 the app should open devotion56.html which is the56th day of the year. I have all 366 html files in a folder (Devotion). But when i test the app in...
29 Feb 2016 by Sinisa Hajnal
As far as I can see, you're creating file names Devotion_29_02_2016.html for today.I don't see you calculating which day in the year current day is. Use DateTime methods for that:DateTime Structure (System)[^]In your particular case:var dttimne = DateTime.Now;string FinalHtmlName =...
24 Feb 2016 by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 2)
2 Feb 2016 by macika123
Hello everybody,I made a really simple camera app (it shoots a series of pictures in user-defined intervals), which was compiled for platform WP 7.1 (I think OS version 7.5 and 7.8) which works fine on my old ZTE Tania (it's running 7.8). I have uploaded it to the Store, it passed...
21 Jan 2016 by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 1)
3 Dec 2015 by Member 10627743
I am developing a daily devotional that has different devotion for each day. Instead of hard coding it i.e copy pasting for each day in the code, i want to store everything in html files in my project folder and refference it to appear in the webview. I already have list of html files in my...
30 Nov 2015 by Member 10627743
Hi Esteemed gurusI like to know if it possible to create a tab layout like in android phone appin windows phone 8Thanks
23 Nov 2015 by Member 11998933
Hi All,1. I am in a process of developing windows phone 8.1 chat app.The operating system currently using is Windows 8 with emulator8.1 and visual studio2013 updated 4 version(.NET 4.5.1). I want use the application in both windows phone 8.1 and windows 8 tablet. When I am changing the...
18 Nov 2015 by Manidas Payyoli
I need a help...In windows universal app 2 main projects are automatically created(Windows 8.1 and WP8.1) how to use that 2 mains in my app? If iam using any references,should I add references for two times?I want to develop a chat application in windows Universal app(My application should...
18 Nov 2015 by yvreddy
Hi,i am working on wndows phone8.1 app, i am new to the windows development.can anyone help me.How to textbox is transparent with background color when you click in that textbox for entering the text,but i am getting the white color text.here is the of my coding. ...
16 Nov 2015 by Member 11542867
how to listview search box in c# wp8
11 Nov 2015 by eggheadvj
I am looking for a way where programatically we can take the screenshot of the connected windows mobile device. If there exist any application which would take the screenshot of the device and store it to desired location over PC it would be great. Desktop version of project my screen don't let...
5 Nov 2015 by George Jonsson
Seems like you are not the only one with this problem.Quote:In my case there was no System.Windows reference available to pick up.I had to include a reference to WindowsBase(Just in case the link is broken.)See this Stack Overflow question: Can not find System.Windows...
5 Nov 2015 by Manidas Payyoli
Hi iam devoloping a chat app in windows phone 8.1 using xmpp.in my server connection part im getting this strange error.pls help me An exception of type 'System.IO.FileNotFoundException' occurred in SConnect.exe but was not handled in user codeAdditional information: Could not load file...
5 Nov 2015 by Member 11183856
hi,I need a custom toggle switch with styles for windows phone 8.1.
5 Nov 2015 by Richard Deeming
You already have the necessary code underneath the BeginInvoke line, but commented out:public async void XMPPClient_OnStateChanged(object sender, EventArgs e){ switch (xmppClient.XMPPState) { case XMPPState.Ready: if (IsXmppSuccess) { ...
5 Nov 2015 by Manidas Payyoli
I am trying to use the method "Dispatcher.BeginInvoke" in a Windows Phone 8.1 Universal App.However, "Dispatcher.BeginInvoke" seems not to be existing!"using System.Windows.Threading;" also does not exist!I get the error message that the namesepace does not exist and I may be missing...
4 Nov 2015 by maq_rohit
Why are you wasting your time doing this? You cant install android app in MS kernal
4 Nov 2015 by RohithNampally
Hi Every one,My Name is Rohith,My Phone is Lumia 920, OS: Windows 10I am planning to install android apps in my mobile by seeing below video.https://www.youtube.com/watch?v=smA1O1PcgJQ[^]I am getting an error "there was a problem booting the Astoria blatform on the windows...
3 Nov 2015 by yvreddy
how to crop the Image in windows phone 8.1 blank app using c#4.5 and xaml and how to store the image in files in windows phone 8.1. I am trying to did the same requirement in blank app(silverlight phone template), i got it, but same thing i tried to this in blank app template i didn't get it.
27 Oct 2015 by Sandeep Londhe
I am using Visual Studio 2012 and Want to do Windows Phone Development on This Visual Studio so can anyone Suggest me Which WPF SDK Should I download , I download Windows Phone SDK 7.1 , but it is giving me an error and I can't install WPF 8 as it needs 64 bit OS and I don't have it, please...
26 Oct 2015 by Member 10627743
Hi to all WP8.1 Gurus in the houseI am developing an app that will make use of webviewwhen user clicks on a link it will be loaded in a webview browserthe issue is that i have multiple links (url) for the user to click oneach required, instead of me creating multiple webview for each...
23 Oct 2015 by Member 12080622
As told yesterday here the correct code on power shell...# Load Windows Forms assembly    [void][System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")[void][System.Windows.Forms.Application]::EnableVisualStyles()# Create a GUI    $form =...
22 Oct 2015 by Member 12080622
Hi I want to show all windows PC running process through powershell or vb code. Unfortunately im not a programming professional but I need it as its a requirement for my management so im looking for help on this area. Thank you
22 Oct 2015 by Sergey Alexandrovich Kryukov
Please see comments to your question. I'm not sure it really makes any sense, but you could start with https://msdn.microsoft.com/en-us/library/system.diagnostics.process%28v=vs.110%29.aspx[^].—SA
19 Oct 2015 by Manidas Payyoli
iam trying to develop an app in WP8.1 using xmpp and openfire server.i logged into the server but the message is cannot sending to the server .I successfully logged into the server.if it is not the way to send and receive please give me a sample..or please help me..iam fedup with this.how can...
13 Oct 2015 by Manidas Payyoli
here i am trying to develop a chat app using xmpp and openfire server in windows phone 8.1 here am getting this error-Exception sending XMPP class ObjXmppClient.SendChatMessage(Message.Trim(), ReceiverJid); in this line1. how to test weather message is send or receive?using emulator...
10 Sep 2015 by José Cintra
Do take off your applications with the Cloud Services
17 Aug 2015 by Simon McKenzie
Reads JPEG Exif data without the heavyweight and unnecessary instantiation of GDI+ objects.
14 Aug 2015 by Emiliano Musso
How to create a Windows Phone app to take timed pictures from camera, and upload them on an Apache webserver to view them remotely
23 Jul 2015 by Siddharth Chandra
How to use Angular in a Cordova Environment and its impact
8 Jul 2015 by Vahe Karamian
This article will cover the basics of Leap Motion integration into your Unity 3D project. We will look at the basic setup and implementation of the basics to get you started. In order for you to try the code, you will need to have the Leap Motion hardware.
29 Jun 2015 by Mohamed Hasan Shali
I have multiple latitude and Longitude I need each and every one location name.` foreach (var item in Item[0].user) { AutoResetEvent done = new AutoResetEvent(true); Uri uri = (new...
21 Jun 2015 by Aditya_Goud
Working methodDelete the existing windows.phone.toolkit in references.. Right click on references.. Select Manage NuGet PackagesGo online and search for windows phone toolkit.. and install it, then add...
16 Jun 2015 by Aditya_Goud
Hi ,I am developing a windows phone application, where i need to use a slide menu .. but it couldn't be possible so i am using the application bar .. I need 3 options under an app bar ICON only but not as an app bar menu ItemsBriefly:when i click an Abb bar ICON, 3 options(options...
8 Jun 2015 by Aditya_Goud
I am making a windows phone 8 application, where i use LongListSelector and DatePicker. the LongListSelector is from windows.controlsthe DatePicker is from Windows.phone.Controls.toolkit (Date Picker is not-available in Windows.Controls).** As soon as i Drag and drop DatePicker in my...
8 Jun 2015 by Deb Kumar Ghosal
Windows Phone 8.1 RT Microsoft has introduced many new features and changes in the Windows Phone 8.1. Isolated Storage is one of the crucial features that has completely changed in Windows Phone 8.1.
26 May 2015 by Vahe Karamian
This article will cover the basics of network programming using Network View in Unity 3D. We will be creating an Authoritative Server based networking environment showcasing the basics functions of network programming using Unity 3D and C#.
13 May 2015 by Aditya_Goud
Hi , I have a windows pone application i need to play a video file which is included in the project (".WMV ") i am using following code. added using System.Windows.Media;using Microsoft.Phone.Tasks;I couldn't able to play the video.. i am not even getting any errors or debug errors...
8 May 2015 by Santhakumar Munuswamy @ Chennai
8 May 2015 by Vahe Karamian
The first article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The second article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The third article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The fourth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The fifth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The sixth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The seventh article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The eighth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The ninth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
8 May 2015 by Vahe Karamian
The tenth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
7 May 2015 by Aditya_Goud
here is the perfect link ! the solution is to enable speech recognition in mobile too ! http://www.bjarneryd.se/?p=115[^]
6 May 2015 by Santhakumar Munuswamy @ Chennai
HiCould plz share your getting error message so that i can help to your queries
5 May 2015 by Aditya_Goud
hi i am developing a Windows phone application. where i need to convert speech to text .. i am using the following code .. but a debugg error is facing me .. plz tell me where i am wrong or else do i have any other method .addedID_CAP MICROPHONEID_CAP_SPEECH_REGOGNITIONadded using...
3 May 2015 by Aditya_Goud
hi.. i m developing a windows phone application, i am using an inkpresenter control to draw and save as an image.. now i need to draw an animation such as an animation of a ball or a letter say "A" or "B" it has to write the way we write with pen or pencil.. how can we achieve this .. do we...
29 Apr 2015 by Aditya_Goud
hi i am developing an application. i use several message boxes to display messages to user.. like Ok, OKCANCEL etc etc.. now i want to display a Smiley in between the text in messagebox (not a smiley of Text but a smiley in emoji color). Windows phone Has default Smileys in Keyboard .. Can...
28 Apr 2015 by Abhinav S
There should be a callback delegate.AddHandler service.GetUserComplete AddressOf GetUserCompleted Then add a method that handles this callback.Private Sub GetUserCompleted(sender As Object, e As ServiceReference1.GetUserCompleteEventArgs) 'Access e.Results hereEnd Sub
28 Apr 2015 by basitsar
Dear,I have created web services in asp.net to get the user and i also checked in asp.net web form its working perfectly. below is the code on button clickProtected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim abc As New...
22 Apr 2015 by Aditya_Goud
hi, I am making a Windows Phone Application where i need to save a picture to gallery. I am using the following code. the imgview is the imageBut I am getting an Debugg error at var picture = mediaLibrary.SavePicture(fileName, stream); . the filename which i am passing is correct. Do i need...
20 Apr 2015 by Abhinav S
Guide on How to preserve state[^] provided here.Another link - Managing Tombstone State in a Windows Phone 7 Application[^].
20 Apr 2015 by Aditya_Goud
I am making a Windows Mobile Application, i have several pages in it, when i go from one page to other page the values in the previous page are getting erased.. in one of the pages i have a Inkpresenter to make a signature in my app. i need to save that .. and over all i also want to know how to...
31 Mar 2015 by Onkarraj A., Rahul Khode
The article showcases BLE sensors (IoT) solution developed using Azure Event Hub, Stream Analytics and Power BI.