Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Node.JS Books
Special Offer
Laptop Lenovo
GATE Exam

Cat Exam
Start a Blog
Develop Your Skill

Develop Your Skill

SQL Books

Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Topic of Day
 
 :) Hot Jobs
 :)
 :) Most Searchable
 


 :) Quiz System
Computer Quiz
Science Quiz
Banking Quiz
Sports Quiz
GK Quiz


  

 
Architecture of WPF View:-10190
Question Posted on 20 Mar 2012

Below figure shows the full architecture of WPF which has three major sections:-
(1)Presentation core
ADS Posted In : Frameworks | WPF



Operating systems support by WPF View:-9791
Question Posted on 19 Mar 2012

Below are the operating systems that support WPF:-
(1)Windows7
(2)Windows Vista
(3)Windows XP Ser....
ADS Posted In : Frameworks | WPF


working with hardware acceleration in wpf View:-9538
Question Posted on 18 Mar 2012

As all of us hardware acceleration is the process where we use hardware to perform some functions rather than....
ADS Posted In : Frameworks | WPF


What do you think WPF replace DirectX View:-8014
Question Posted on 16 Feb 2012

No we cannot say that WPF replace DirectX. DirectX will still be still needed to make cutting edge games. The....
ADS Posted In : Frameworks | WPF


WPF new features View:-7959
Question Posted on 30 Jan 2012

As all of us know WPF is a next generation UI framework to build rich user application. And it is part of .NE....
ADS Posted In : Frameworks | WPF


Does XAML file compiled or Parsed View:-7732
Question Posted on 02 Jan 2012

By default XAML files are compiled and we also have options to let it be parsed.....
ADS Posted In : Frameworks | WPF


Types of windows in WPF View:-8079
Question Posted on 31 Dec 2011

Below are the three types of windows in WPF-
1)Normal Window
2)Navigate Window
3)Page Window....
ADS Posted In : Frameworks | WPF


Can we set Textbox multiple lines for TextBox View:-7902
Question Posted on 15 Oct 2011

Setting AcceptsReturn to true allows users to press the Enter key to create a new line of text. Note that Tex....
ADS Posted In : Frameworks | WPF


Wha is BAML in WPF View:-7797
Question Posted on 12 Oct 2011

BAML(Binary Application Markup Language) is simply XAML which has been parsed, tokenized, and converted into ....
ADS Posted In : Frameworks | WPF


What is a Routed event in WPF View:-8142
Question Posted on 11 Oct 2011

When we talk about a typical WPF application which contains many elements. These elements exist in an element....
ADS Posted In : Frameworks | WPF


Name different pre-defined document formats in WPF View:-7763
Question Posted on 23 Mar 2020

Name different pre-defined document formats in WPF
Below are the list of pre-defined document formats in ....
ADS Posted In : Frameworks | WPF


Use of relay command in WPF? View:-5431
Question Posted on 22 Sep 2019

Use of relay command in WPF?
In WPF relay command is mainly used to bind and integrate commands directly ....
ADS Posted In : Frameworks | WPF


What are Freezable objects in WPF and states? View:-5186
Question Posted on 22 Sep 2019

What are Freezable objects in WPF and states?
Freeable objects in WPF are distinct kind of object which p....
ADS Posted In : Frameworks | WPF


Name the different triggers in WPF? View:-5014
Question Posted on 22 Sep 2019

Name the different triggers in WPF?
Triggers are basicly used to do an action and to change the property ....
ADS Posted In : Frameworks | WPF


Can we create WPF application without XAML and what is the use of XAML View:-7131
Question Posted on 03 Mar 2020

Can we create WPF application without XAML and what is the use of XAML
Yes, we can do this on both way wi....
ADS Posted In : Frameworks | WPF


Code to Find Child of Control in WPF View:-7879
Question Posted on 03 Mar 2020

Code to Find Child of Control in WPF
Below is the code to find the all child control in parents by using ....
ADS Posted In : Frameworks | WPF


Can we say WPF is alternate of DirectX? View:-5088
Question Posted on 06 Mar 2020

Can we say WPF is alternate of DirectX?
Answer is simply no as WPF can never replace DirectX. Because we ....
ADS Posted In : Frameworks | WPF


Features and why to use WPF View:-9717
Question Posted on 11 Mar 2012

Below are the some features of WPF:-
(1)It Uses DirectX Engine for rendering GUI
(2)It do not use GDI....
ADS Posted In : Frameworks | WPF


What is PRISM its advantage and components View:-9428
Question Posted on 09 Mar 2012

Prism is a Framework for developing Composite or Complex applications specific to WPF or Silverlight or Windo....
ADS Posted In : Frameworks | WPF


How to access XAML objects in behind code View:-9597
Question Posted on 09 Mar 2012

To get access to XAML objects in behind code we need to define with same name as given in XAML document. For ....
ADS Posted In : Frameworks | WPF


How can I sort items in a ListBox in WPF View:-8726
Question Posted on 05 Mar 2012

Sorting can be done via a mechanism on the ItemsCollection object, so it applies equally to all ItemsControls....
ADS Posted In : Frameworks | WPF


What is BAML View:-10238
Question Posted on 04 Mar 2012

BAML stands for Binary Application Markup Language, is simply XAML that has been parsed, tokenized, and conve....
ADS Posted In : Frameworks | WPF


Types of controls in WPF View:-9908
Question Posted on 04 Mar 2012

Below are the 3 controls in WPF:-
(1)Content Control
(2)Item Control
(3)Layout Control....
ADS Posted In : Frameworks | WPF


Methods in DependencyObject in WPF View:-8217
Question Posted on 04 Mar 2012

Below are the 3 methods in DependencyObject in WPF:-
(1)ClearValue
(2)SetValue
(3)SetValue....
ADS Posted In : Frameworks | WPF


Routed events in WPF View:-8140
Question Posted on 01 Mar 2012

When we talk about Routed event in WPF .We take an example of typical WPF application, which contains many el....
ADS Posted In : Frameworks | WPF


How to apply tooltip over a disabled element View:-7929
Question Posted on 01 Mar 2012

We have to use the ShowOnDisabled attached property of the ToolTipService class From
XAML and this would ....
ADS Posted In : Frameworks | WPF


What are the dependency properties View:-8089
Question Posted on 17 Feb 2012

These dependency properties belong to one class but can be used in another . And the code is as below :-
ADS Posted In : Frameworks | WPF


Use of System.Windows.Media.Visual dll View:-7856
Question Posted on 17 Feb 2012

Visual class is a drawing object which abstracts drawing instructions, how drawing should be drawn like clipp....
ADS Posted In : Frameworks | WPF


Different WPF controls by there Function View:-7799
Question Posted on 23 Jan 2012

(1)Buttons:-Button and RepeatButton.
(2)Data Display:- DataGrid, ListView,and TreeView.
(3)Date Displ....
ADS Posted In : Frameworks | WPF


can we unable spell checking in WPF TextBox View:-8427
Question Posted on 20 Oct 2011

Yes we can unable spell check in textbox by just
enable spellcheck and below is code for that
< T....
ADS Posted In : Frameworks | WPF


difference between custom and user control in WPF View:-8303
Question Posted on 22 Sep 2011

Below is the difference between custom and user control in wpf both are used in wpf and asp.net both way
....
ADS Posted In : Frameworks | WPF


1 2
 
  
 :) Categoriese
 :) Most Visited Questions