Posts

Showing posts with the label SampleCode

Simple Registry Editor Class

Image
a very simple class      to read, write, delete and count         registry values with C# using System; // it's required for reading/writing into the registry: using Microsoft.Win32;      // and for the MessageBox function: using System.Windows.Forms; namespace Utility.ModifyRegistry {  /// <summary>  /// An useful class to read/write/delete/count registry keys  /// </summary>  public class ModifyRegistry  {   private bool showError = false;   /// <summary>   /// A property to show or hide error messages   /// (default = false)   /// </summary>   public bool ShowError   {    get { return showError; }    set { showError = value; }   }   private string subKey = "SOFTWARE\\" + Application.ProductName.ToUpper();...

Building Applications for the Windows Phone 8.1

Image
If you are an Application Developer and wants to design and build Windows Phone 8.1 apps using XAML and C# programming languages, then check out this course(source added below), taught by experts who have years of experience of developing (and writing about the process). The sessions focus on how to create apps for Windows Phone 8.1 in Visual Studio and how to create universal application projects that share a high percentage of the code and that targeted both Windows and Windows Phone (Universal Platform). Get the helpful tips and tricks on maximizing your application compatibility and optimizing your programed code. Find out about new features, and learn how to program the many new Windows Runtime APIs that are available to both Windows Store apps and to the Windows Silverlight apps. You can even get programing source code samples. Watch now to make your apps world-ready! Source for all the demos can be found here.

How to make free license Applications and Games on Windows Phone 8.1

Image
Requirements 1. Developer Unlocked Device. 2. SD Card Slot on WP Device. 3. Pocket File Manager from our blog. 4. WPAppPatcher 5. Application Deployment Tool. First 1 :- Download Pocket File Manager from our blog and install using Application Deployment Tool. Second 2 :- 1. Open Pocket File Manager on Device. 2. Go to SD Card directly > Touch and hold on WPSystem Folder pop up menu will opened, Press Info. 3. Unchecked both check marks. A. Hidden File. B. System File. Step 3 :- Now Browse WPSystem Folder from any your favorite File Manager Application. Step 4 :- Go to the "App" Directory > go to the your  chooses application GUID (Prod. code) > Copy only "Install" Folder to public directory. (E.g. D:\Anywhere) (for 8.1 apps go to the WPSystem>WindowsApps) Step 5 :- >Delete WMPRHeader.xml file and Zip the "Install" folder content. Step 6 :- > Rename "Install.zip" to "Install.xap" >...

Capability Rules

Image
CAPABILITY_RULE_ENTERPRISE_APPLICATIONS CAPABILITY_RULE_FIRST_PARTY_APPLICATIONS CAPABILITY_RULE_ISV_DEVELOPER_UNLOCK CAPABILITY_RULE_OEM_DEVELOPER_UNLOCK CAPABILITY_RULE_SECOND_PARTY_APPLICATIONS CAPABILITY_RULE_THIRD_PARTY_APPLICATIONS

Telerik Tollkit for Windows Phone

Image
Accelerate Your App Development Lifecycle Unlock the powerful cloud capabilities of the Telerik Platform across your entire app lifecycle, from idea to deployment 1 Design Seamless mobile application prototyping and design: Create interactive UI prototypes with an intuitive drag and drop interface Support agile design and development; collaborate in the cloud Enable real-time collaboration of designers, developers and business analysts Export design specifications directly into the app code 2 Build Cross-platform mobile development: Dedicated UI libraries for any approach (web, hybrid, native) Develop in the browser, on your desktop or using Visual Studio Streamline the app build process with a unified cloud development Benefit from a rich set of productivity and code assist technologies 3 Connect Comprehensive service to manage data, users and integrations: Use rich, custom logic to intelligently manage your backend data Mobilize your existing data ...

The Windows Phone Toolkit

Image
Straight from Microsoft Windows Phone developer platform team - Windows Phone Toolkit provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform. Components in #WPToolkit AutoCompleteBox ContextMenu CustomMessageBox DateTimeConverters DateTimePickers Effects – SlideInEffect, TiltEffect and TurnstileFeatherEffect ExpanderView HubTile ListPicker LongListMultiSelector Map extensions PhoneTextBox RatingControl ToggleSwitch TransferControl Navigation transitions WrapPanel LongListSelector for 7.x MultiSelect for 7.x Samples are included in the source code. FAQs - Q - I have WP8 SDK and I installed the NuGet package, it is still installing the 7.1 version of the toolkit assembly, or I get an error – “You are trying to install this package into a project that targets 'Wind...

Windows Phone 9 Blog Category and tag list.

Image
Hi, I'm declaring some tags and categories about this blog. Below is the tag list. News, Applications, Games, Tutorials, Developers, PC Tool, Devices, Updates, OsUpdate, SourceCode, SampleCode, Projects, AppStudio. This blog posts will distribute in above categories.