Sunday, January 8, 2012

How to Convert an Image into a Button Control in Windows Phone 7

0 comments

Applications which have button to use that application in Windows Phone 7 have a very significant role because if this button looks good then it will put a great impact on the user. Microsoft Expression Blend allows you to create button of your choice for your Windows Phone 7 application.
Following are some of the important and easy steps which will help you to convert an image into a custom button in Microsoft Expression Blend 4:
1 – Launch Microsoft Expression Blend 4 from Start menu.
How to Convert an Image into a Button Control in Windows Phone 7
2- Create a new project, Select File > New Project > Windows Phone Application.
How to Convert an Image into a Button Control in Windows Phone 7
3 – After creation of your project, you are ready to insert an image in ContentPanel of your application by pasting it from its location after copying.
How to Convert an Image into a Button Control in Windows Phone 7
4- Adjust the image size of the image.
How to Convert an Image into a Button Control in Windows Phone 7
5- After resizing your image, select Tools > Make Into Controls from the menu.
How to Convert an Image into a Button Control in Windows Phone 7
6- When you select Make Into Control , it will open a popup window from which you have to select Button , change its name and click OK.
How to Convert an Image into a Button Control in Windows Phone 7
7- After converting your image into button, you will see a text Button is showing on your image. So delete that text from Properties.
How to Convert an Image into a Button Control in Windows Phone 7
After following the above mentioned steps you are ready to convert your image into a button in your Windows Phone 7 application in Microsoft Expression Blend 4.
Continue reading →
Saturday, January 7, 2012

How to Change Theme in Windows Phone 7

0 comments

Windows Phone 7 is becoming one of the leading mobile operating systems in the market. For the past few months, I have written many tutorials about Microsoft Office 2010, Windows Live Hotmail, Windows Live Messenger etc. Today, I thought that I should guide you guys about something new, therefore, I am going to guide you guys that how can you change the theme of your Windows Phone 7 device. Following are some simple steps which enables you to change the theme of your Windows Phone:
1 – Press the Right Arrow as shown in picture below.
How to Change Theme in Windows Phone 7
2 – Select Settings from the list.
How to Change Theme in Windows Phone 7
3 – Select theme which is present under System tab
How to Change Theme in Windows Phone 7
4 – Now select Background (dark or light).
How to Change Theme in Windows Phone 7
5 – Now change the Accent Color from themes menu.
How to Change Theme in Windows Phone 7
After following the above mention steps you can change the theme of your Windows Phone 7 device.

Continue reading →
Wednesday, January 4, 2012

Samsung Omnia 7 - With 4” Super AMOLED Capacitive Touchscreen

0 comments
Your Samsung Omnia 7 will be the 1st device through the company for you to attribute the modern 'microsoft'  windows phone 7 main system. And also the software package, the idea provides many extraordinary essential capabilities say for example a 5 ultra pixel digicam, several inches touchscreen display screen along with tons of interior hard drive.
            Your device procedures 122. 4x 64. 2x 11 millimeters even though analyzing throughout in 138. only two h. Granted their sizes, this can be reasonably light and portable along with surely slimline so that it is a snug mobile phone to support along with employ and intensely bank account warm and friendly. Your sizes in the mobile phone along with you happen to be throughout zero smaller element on the enormous several inches excellent AMOLED capacitive touchscreen display screen which in turn really does a terrific employment involving presenting videos along with video clips and also delivering a terrific podium pertaining to games along with surfing around the world wide web due to their capacity to screen approximately 07 trillion hues in a pixel construction involving 480x 900. What's more, it incorporates the common accelerometer along with area detectors along with multi-touch insight assist there exists widespread of all Touch screen phones currently.
            Your Samsung Omnia 7 is doing out while using typically witnessed microSD video slot, due to their good fully briefed recollection involving sometimes 07 GB as well as 8 GB according to the style. For that reason, perhaps principle device which consists of 8 GB makes it possible for consumers for you to keep shell out great deal involving data from the device always be that they tunes songs, online video data, papers as well as delivered electronically software and many others.
            Consumers could consume a rapid Net surfing around expertise due to the HSDPA interconnection which offers data transfer rates up to 7. only two Mbps throughout parts included in about three H, which in turn in addition performs with HSUPA in 5. seventy six Mbps. A new more rapidly plus much more useful Connection to the internet might be founded on the other hand, every time consumers have community instant Net routers, by which Wi-Fi on the web connectivity might be used. Bluetooth along with tiny USB internet connections are involved to hold your device associated with various other agreeable units by which many responsibilities can be executed even though border along with GPRS present entry to the proper cell phone cpa networks.
            Your Samsung Omnia 7 has a new 5 ultra pixel photographic camera and that is competent at having fantastic good quality even now photographs due to their substantial functioning pixel solution as well as references including Autofocus, BROUGHT ABOUT thumb, impression stabilisation and in many cases geo-tagging, your second item of which characteristics due to Navigation along with makes it possible for consumers for you to monitor wherever that they needed his or her images as well as picture generally there video clips. Your digicam could throw video footage throughout 720p high-definition rather than having even now photographs. 'microsoft'  windows phone 7 will be the main system of preference, along with in addition to a highly effective 1 GHz Qualcomm Snapdragon brand comes with a amazing individual expertise due to their lightning rapid result periods, this means many methods from your functioning your touchscreen technology to observe inside videos along with getting referrals can be really sensitive using almost actually zero lag occasion.
            Due to their 'microsoft' OS, your device has an 'microsoft' Place of work file viewer/editor even though what's more, it athletics along with advertising gamer, r / c gamer, pre-installed online games along with online community integration and also assist for assorted distinct messaging forms including SMS, MMS, E mail, force E mail along with IM.
            Your Samsung Omnia 7 is often a exclusive Touch screen phone throughout the belief that it is just a jack port coming from all positions, nevertheless manages just about any activity anyone put in the idea without difficulty. The idea clicks the many packing containers, granted their significant touchscreen display screen, adequate interior hard drive along with highly effective software package. This specific can make it the perfect Touch screen phone for the people in search of a new go transforming a different for you to well-known Touch screen phone types.

Continue reading →

How To Using Isolated Storage In Windows Phone 7

0 comments

Isolated storage is a local storage that can be used for Windows Phone application data storage needs. When an application is running, it works with a number of data, some of which is temporary and only required for certain sessions, therefore storing them will not be necessary. This is where isolated storage comes in handy.
The whole IO operation has to use IsolatedStorage and for security reasons applications cannot access operating system storage and other application’s space. The figure below shows the storage structure in Windows Phone applications.
Using Isolated Storage In Windows Phone 7
There are two parts of storage, which are standard file folder and a particular folder to store application settings.
We should put into account that storage space in mobile devices is very limited. However Windows Phone does not give quota to applications in order to provide high flexibility for developers. Nevertheless, as a developer we should consider the space storage usage responsibly. Every temporary file should immediately be deleted, and users should be given the liberty to delete what they store.
It would be better to give transparency to users, letting them know how much space is used in the mobile device. We can also consider the option of storing in cloud storage, whether it’s in our own application server or in a third party server. Make sure applications on device are thin, making them comfortable to use. Would users use applications that take up a lot of space in their mobile device? That’s how smart phones lose their smartness :)

Isolated Storage For Files

If you continue from the previously made project, then we need a new page to learn about isolated storage, but if you don’t, create a new project for this matter. If you have learnt everything up to this page that should be relatively easy to do.
1 – Right click on Project, Add New Item and select Windows Phone Portrait Page. Rename the file as you like, in this example it’s called IsolatedStorage.xaml, then choose Add.
Isolated Storage For Files
2 – Insert a Button and a TextBox. Click event button will later be set so that it will store the string inside the TextBox into isolated storage.
Isolated Storage For Files
3 – Next, insert a TextBlock and a Button. By clicking the second button, we will call any string stored in isolated storage.
Isolated Storage For Files
4 – Now double click on the first button to handle storing data into isolated storage. Add these namespaces:
Isolated Storage For Files
And type in the following code:
Isolated Storage For Files
What the above code does is calling an application specific isolated storage then creates a folder called Data. The folder creation is meant for data organization simplicity. The code on the next line creates a stream writer with an isolated storage file as an input then stores the value from textBox1. Pretty straightforward.
5 – Next, double click on the second button to handle loading data from isolatedstorage. Type in the code below:
Isolated Storage For Files
6 – Press F5 and let’s see how the application works.
Isolated Storage For Files

Isolated Storage For Application Setting

Some applications have the need to store user inputs to be used later when the application is restarted. This scenario is useful for data such as user preferences, URL, or common information. Like other .NET applications, Window Phone also supports application setting storage. For this purpose we can useIsolatedStorageSettings.ApplicationSettings. Application Setting itself is an instance of IEnumerable.
1 – There is no need for a new page, let’s just continue from IsolatedStorage.xaml for this purpose. On the first button’s event handler, change the code into the following:
Isolated Storage For Application Setting
The code above is pretty straightforward: we call for an instance of ApplicationSetting, insert a value and a key then store it.
2 – On the second button’s event handler, change the code into the following:
Isolated Storage For Application Setting
The code above will call an instance of ApplicationSetting, try to fetch the value of duration, and display it with a MessageBox.
3 – Press F5 for results.
Isolated Storage For Application Setting
Press the first button to store the application’s setting. Nothing seems to happen, but do believe that the setting has been saved. To prove this, press the second button. A MessageBox will appear, showing the value stored in the application’s setting.
To delete the setting, it is also quite simple.
Isolated Storage For Application Setting

Continue reading →
Monday, January 2, 2012

Bing Maps Control For Windows Phone 7

0 comments

Bing Maps Silverlight Control for Windows Phone combines the powers of Silverlight and Bing Maps to support applications. Developers can now use Bing Maps Silverlight Control, which includes location and search services. For those of you who are quite familiar with using this control in standard Silverlight applications, you surely won’t see any difficulties to use the control in your Windows Phone applications.
To be able to use this service, you have to register in order to get a key to use control, SOAP Services, REST, and Bing Spatial Data Services. Without a valid key we will not be able to fetch data via web.

Registering Bing Maps Account

1 – Open your browser and go to page http://www.bingmapsportal.com
2 – Select Create to make a new account using Windows Live ID.
3 – Complete your registration data on the next page.
4 – After it’s finished, create a new key for your application. Select Create or view keys from the links on the left.
Bing Maps Control For Windows Phone 7
5 – Complete the application details, and click Create key. Secure this key for later purposes.
Bing Maps Control For Windows Phone 7

Using Bing Maps Control

1 – If you continue from the previously made project, then add a page to learn about Bing Maps. Otherwise, create a new project for this purpose. Having been doing exercises up to this page, it should be fairly easy to do. The following example uses a previously existing project. Right click on the project, Add New Item, selectWindows Phone Portrait Page and rename the file, in this example BingMaps.xaml then select Add.
Bing Maps Control For Windows Phone 7
2 – Add a Map Control from the toolbox
Bing Maps Control For Windows Phone 7
3 – Change the properties in WMAppManifest.xml so that BingMaps.xaml is the initial page for the application. Press F5 and see the results
Bing Maps Control For Windows Phone 7
On the center of the control you will see a warning: “Invalid Credentials. Sign up for a developer account”. This indicates that you haven’t inserted your key, which will allow you to use Bing maps services.
4 – Open BingMaps.xaml file and insert your key.
Bing Maps Control For Windows Phone 7
5 – Press F5 and see that the warning has disappeared.
Bing Maps Control For Windows Phone 7
6 – Now we add a simple functionality that will automatically add a marker, or more generally known asPushpin, whenever we click on an area on the map. Add an event handler to handle click event on the map.
Bing Maps Control For Windows Phone 7
7 – Press F5 and see the result. Click anywhere to add a marker on the map.
Bing Maps Control For Windows Phone 7
Pretty simple, isn’t it? The addition of map control on Windows Phone gives developers more freedom to enrich user experiences, especially on using maps and other Bing Maps services. The topic about Bing Maps Control Silverlight itself has a very wide scope which will not be discussed further here. If you are interested, you can see references on MSDN site or Interactive SDK for Silverlight.
Continue reading →
Friday, December 16, 2011

HTC HD7 Specials -- Microsoft windows System Having Desirable Pattern

0 comments
One can possibly discover little or no mobile phone which in turn flaunts a huge monitor in any cellphone. Your HTC HD 7 is just about the mobile phone which in turn flaunts a new several. 3 inches wide monitor using a lot of high-end capabilities much like the accelerometer detectors pertaining to UI vehicle swivel along with area detectors pertaining to vehicle shut off. Your touchscreen display screen carries a LCD screen which often can screen 07 trillion hues. Your audio good quality on this mobile phone can be remarkable and various through the various other tools. Your Dolby portable plus the SRS audio development may give enthralling audio.
Continue reading →
Saturday, December 10, 2011

HTC Titan: The greatest windows phone 7 Knowledge

0 comments
Transfer around Android mobile phone telephones for the reason that brand-new HTC Titan can be used to present brand-new this means on the expression "innovation. " These kind of nevertheless to get unveiled sensible telephones via HTC Business are generally mostly of the mobile phones to own in a very windows 7 main system.
Your impacting brand of such sensible telephones is often a crystal clear signal that will HDC Titan gives over simply a gorgeous screen. Your 16M hues S-LCD can be major nevertheless certainly not that will annoying on the eyesight in several. 7 inches wide. This specific monitor can be multi-touched made it possible for and possesses a new gyroscope sensor that will also comes in convenient while modifying monitor orientations. Your screen solution is a 480 a 900 pixels. Consumers are going to be shocked that will though HTC Titan can be major regarding sizing along with bodyweight, your bag of chips made model can be astonishingly skinny in 9. 9mm. Not bad mainly because it can be towards the iphone4 bright style that features a 9. 5 mm breadth, a new 0. only two mm further via their dark-colored opposite number. Your HTC Titan holds your cozy oblong design their predecessors get mainly because it features easy, spherical sides that will meets effectively inside arms in the consumers. The device exudes a new experience involving minimalism which consists of as well as dreary outdoor with the rear along with dark-colored surrounding for the the front facet. Consumers will likely recognize that this specific big nevertheless reliable device is done using aluminium homes.
In relation to HTC Titans battery pack, it's not at all remote through the the latest Android mobile phone mobile phone secretes. They have a normal ongoing chat occasion potential involving 11. 83 a long time even though in standby method, your device could very last provided that 360 a long time.
Another thing that will mobile phone consumers will love throughout HTC Titan will be the substantial digicam solution that a majority of rivalling Android mobile phone telephones don't have. Through an 8MP solution, consumers could get realistic images involving gorgeous instances. Online video conferencing is usually probable through Skype. Contrary to classic place along with throw camcorders, HTC Titans digicam incorporates a f/2. only two contact using two BROUGHT ABOUT thumb along with BSI sensor. Your photographs manufactured from these kind of camcorders demonstrate virtually life-like hues and they are certainly not fuzzy. You'll find occasions however that this direct exposure in the photographs can be way too small, bringing on not getting sun facts staying missing.
In relation to it, HTC Titan provides involving their potential to own in a very windows phone 7. 5 Mango OS. What's more, it carries a 512 MB RAM and also a one key 1500 MHz brand. These kind of capabilities supply HTC Titan consumers easier expertise throughout filling various hiburan similar to online games along with video clips. HTC Titan carries a built-in interior recollection involving 07 GB permit consumers for you to keep a common videos along with music. Not bad for the mid-range mobile phone!
Your HTC Titan sustains distinct strategies pertaining to on the web connectivity. They have a new only two. 1 Bluetooth variation and is also Wi-Fi made it possible for. Joining for you to laptops pertaining to files along with report expressing may be possible while using micro USB vent observed towards the bottom perhaps the mobile phone. Consumers will likely recognize that this specific most up-to-date HTC mobile phone style incorporates a DLNA on the web connectivity selection. This could be valuable throughout joining to your television set as well as just about any outer screen pertaining to internet involving images, video clips, along with tunes.
Because of the capabilities talked about, mobile phone consumers may give your HTC Titan trying just for them to find that will windows phone 7 expertise of their mobile phone.
Continue reading →
Monday, December 5, 2011

Test-drive Android phone or iPhone with Windows Phone 7

0 comments
Hi, what exactly is House windowsphone7 carrying out about my own i phone? Offering myself any style regarding the alluring software, which is just what.
Confess that: you might be interested in learning House windows phone7 . It's impossible to look at those sexy screenshots and not be.
Continue reading →
Thursday, December 1, 2011

HTC HD 7 Review

0 comments

HTC HD 7 is usually a smart-phone managing Microsoft windows Phone 7 computer. You will discover a great number of factors which might be outlined with this fixed. Even so, I most certainly will examine solely the top electronics in addition to application tasks of that phone.
Image by using phone only a few many weeks in addition to My business is publishing that examine that can help those who find themselves simply just imagining to change to help HTC HD 7. Lets hope that examine will likely be insightful new.
Continue reading →
Wednesday, November 16, 2011

The particular HTC Titan : Any windows phone Far better Made for Enjoyment

0 comments
Once we consider cell phones working around the windows phone program, the initial devices in which one thinks of are usually mid-range mobile phones including the Nokia Lumia 400 as well as the HTC Radar. The crooks to provide most ideal windows knowledge available in the market. Nonetheless, when you are looking for any cell phone in which will assist you to take pleasure in a lot more coming from enjoyment, there is certainly one more cell phone from the Taiwanese cell phone maker which you might be thinking about. Here is the Titan.
In terms of efficiency, the particular Radar will come filled with any model which is properly together with Microsoft's stringent components specifications. That will come filled with any 1 GHz single-core model beneath the lid. This kind of will assist you to take pleasure in a lot more coming from working programs and also average multi-tasking. The particular Titan's model is practically on the side with this limit. That will come filled with any 1. 5 GHz single-core model beneath the lid. There are a variety regarding positive aspects being obtained using this potent model. One of these brilliant positive aspects will be increased enjoyment.
Envision working serious game titles together with 500 MHz a lot more. This implies you will get to perform game titles in which normally set plenty of anxiety on most windows phones available in the market. With all the HTC Titan, this may by no means become a concern. As a result of the committed GPU, you'll get to take pleasure from game titles together with intensive artwork.
This kind of operates the identical approach together with video tutorials. Enjoying again HI-DEF video tutorials noted while using the phone's 8 megapixel photographic camera can work simpler than in the past. The particular phone's model furthermore aids any time buffering video tutorials. It can help to own a lot more strength beneath the lid any time buffering video tutorials coming from Facebook or perhaps any video clip buffering internet site.
Apart from the particular Titan's potent single-core model, in addition, it is sold with one more characteristic in which will assist you to take pleasure in a lot more coming from enjoyment. That is the exhibit. The particular Radar includes a 3. 8 " S-LCD capacitive touchscreen display. That is adequate enough to produce you love a lot more coming from high-quality looks. That sporting activities a resolution regarding 480 times 400 pixels. The particular HTC Titan is sold with the greatest exhibit between almost all windows phones. That includes a some. 7" S-LCD exhibit using a decision regarding 480 x 400 pixels. This kind of will assist you to see almost everything looked at about the cell inside abundant depth.
Using a greater display screen plus a potent single-core model, the particular HTC Titan will assist you to take pleasure in a lot more from the multi-media and also gambling. This is a windows phone far better made for enjoyment.
Continue reading →