Archive for September 2013

Windows store apps development c# xaml Part 6 - Application Life cycle management, Current_Suspending, Current_Resuming, Local Settings

There are three possible states for every app in their life cycle. They are Running, Suspended, Termination.When an app is launched after splash screen it will be in running state, if user moves to other app then that app state will be suspended.If.
Monday, 30 September 2013
Posted by Sudhir Chekuri

Windows store apps development c# xaml Part 5 - Handling files with example code

Windows store apps are sandboxed apps. You have some limitations to access files and hardware. You cannot directly access files you have to access them through broker. WinRT has to allow the app to access files. It can be done asynchronously only. Any.
Posted by Sudhir Chekuri

Windows store apps development c# xaml Part 4 - Databinding with example code

Data binding to bind data to control, templates, child control,...Curly braces are used in the value to say that it is a extension. Binding is the keyword used to say that it is a binding extension.Data taken from object/Csharp class/control using properties.
Posted by Sudhir Chekuri

Windows store apps development c# xaml Part 3 - layouts(Canvas, stackpanel, grid) xaml code examples

Common top level containers we have are grid, canvas, stackpanel.CanvasClick here for XAML canvas layout control example codeStackpanelClick here for XAML Stackpanel layout control example codeGridClick here for XAML Grid layout example codeScrollViewerScrollviewer.
Sunday, 29 September 2013
Posted by Sudhir Chekuri

Introduction to .NET

In this Introduction to .NET we covered concepts of features of .net , .net ide , versions of visual studio and about visual studio .NET is a framework introduced by Microsoft in the year 2000. It is a collection of different technologies and languages..
Friday, 27 September 2013
Posted by Sudhir Chekuri

Windows store apps development c# xaml Part 2 - xaml

xaml stands for extensible markup language and it is a structured xml used to design rich user interface of windows store apps.Here i pasted the code of mainpage.xaml which is inside C# XAML windows store app created using blank app template.I used.
Posted by Sudhir Chekuri

Windows store apps development c# xaml Part 1

Windows store app has to created for desktop, laptops and arm devices like tablets.On the right side we will have charms. In charms first one is search charm which is used to search everywhere or in a specific app.share charm is used to share content.
Posted by Sudhir Chekuri

Issue: Extension of file changing when it is saved from asp.net report viewer in ie8

Code to resolve this issue for Proper extension save report in either .PDF,.DOCX,.XLXSX-------------------------------------------------------------------------------------protected void Page_Init(object sender, EventArgs e)    {   .
Posted by Sudhir Chekuri
Tag :

Visual studio 2012 Team Foundation server

Using Team Foundation Server you can connect with your team mates with visual studio where you can share your code within your team.Link to installTeam Foundation Server 2012with Update 3 90-day trialhttp://www.microsoft.com/visualstudio/eng/downloadslink.
Posted by Sudhir Chekuri

Application Life cycle Management(ALM)

In MS office you can use the option called storyboarding to design the architecture of your app.You can design the app structure and modules using the inbuilt storyboard shapes available in powerpoint.Snapshot of my design using storyboarding is as.
Thursday, 26 September 2013
Posted by Sudhir Chekuri

vbscript inputbox control (cannot mask text inside it like password texboxt)

vbscript inputboxinputbox control is used to take some input from the user.It comes with a textbox and two buttons(ok and cancel)vbscript code to take text from user from inputbox and displaying it in message boxstrUser=Inputbox("Enter Username")msgbox.
Posted by Sudhir Chekuri

wcf service to insert data into database from asp.net webform

Create a new webservice which creates two files in appcode folder. they are service and iservice.operationcontract is the method that is shared.code in iservice.csusing System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using.
Posted by Sudhir Chekuri
Tag :

sql server stored procedure variables parameters and if condition

sql queries in ms sql server for creating a table used to store registration data using stored procedure which takes inputs using input parameters.Before inserting the email id given as input is checked wheather it is already existing in the table or.
Posted by Sudhir Chekuri

vbscript code to RunActiveXControlsAndPlug-ins in ie settings

Copy the below code in a text document ie., in notepad.go through the code and replace the urls with your custom urls.save it with .vbs extension.double click on that vbs file to execute it to modify ie settingsvbscript code to enable RunActiveXControlsAndPlug-ins in.
Posted by Sudhir Chekuri

vbscript code to enable download_signed_ActiveX_component in ie settings

Copy the below code in a text document ie., in notepad.go through the code and replace the urls with your custom urls.save it with .vbs extension.double click on that vbs file to execute it to modify ie settingsvbscript code to enable download_signed_ActiveX_component.
Posted by Sudhir Chekuri

vbscript code to enable download_Unsigned_ActiveX_component in ie settings

Copy the below code in a text document ie., in notepad.go through the code and replace the urls with your custom urls.save it with .vbs extension.double click on that vbs file to execute it to modify ie settingsvbscript code to enable download_Unsigned_ActiveX_component.
Posted by Sudhir Chekuri

vbscript code to enable download_signed_ActiveX_component in ie settings

Copy the below code in a text document ie., in notepad.go through the code and replace the urls with your custom urls.save it with .vbs extension.double click on that vbs file to execute it to modify ie settingsvbscript code to enable download_signed_ActiveX_component.
Posted by Sudhir Chekuri

VBScript code to add trusted sites in ie settings

vbscript code to add trusted sites in ie.Copy the below code in a text document ie., in notepad.go through the code and replace the urls with your custom urls.save it with .vbs extension.double click on that vbs file to execute it and add site links.
Posted by Sudhir Chekuri

Creating HTML5 game using Construct 2 gaming tool

Construct 2 html5 gaming toolSteps to create game:construct 2 used to create w8 game:it is one of the engine to create.gamemaker is alternative.scirra.com to download construct 2new project - new empty projectrename project name-bulbbattlerename layout.
Posted by Sudhir Chekuri

HTML5 Javascript Windows Store apps WebView Control

WebView control in HTML5 javascript windows store apps is used to display a webpage on the app.It is same like iframe control but it is having some new features which iframe doesn't have they are as follows:It is far more compatible, No more frame busting,.
Posted by Sudhir Chekuri

HTML5 Javascript Windows store apps Appbar Control

App bar means application bar which is used to display commands at the bottom of the app.If you add the appbar at the top of your app it is known as navigation bar which contains all the content present in appbar but used to navigation from one page.
Posted by Sudhir Chekuri

Followers

Total Pageviews

Powered by Blogger.

Blog Archive

- Copyright © 2013 DevStudent - Metrominimalist - Powered by Blogger - Designed by Johanes Djogan -