+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
Assignment No. 03
Semester: Fall 2014
Visual Programming-CS411
Instructions:
Please read the following instructions carefully before submitting assignment:
You will submit your assignment before or on due date on VU-LMS.
Assignment should be completed by your own efforts it should not be copied from internet, handouts or books.
You should submit your .doc File via assignment interface at VU-LMS.
Assignment sent via Email will not be replied and accepted in any case.
If the submitted assignment does not open or file is corrupt, it will not be marked.
You will submit solution only in document (.doc or .docx) File.
Objectives:
To build the programming practices and understandability of localization in WPF applications.
For any query about the assignment, contact at cs411@vu.edu.pk
Assignment Questions
Question: Marks 20
Localization is the best methodology to improve your product for global audience and to remove the product’s availability for limited users. So you are requested to create a localizable WPF application by using the grid in an automatic layout approach. Insert some buttons and texts to this grid with “Auto” height and width; therefore cells that contain the image are adjustable to fit the image. This automatic layout approach can demonstrate the localizable application. The output of your application should be same as the following window.
Tags:
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)
+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)plzzzzzzzz share the idea
today is last day of submission....................
<?xml version="1.0" encoding="utf-8"?>
<Window
x:Class="SomeNamespace.MyDialog"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Height="125" Width="300"
Title="This is my dialog">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="1*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<TextBox
Grid.Column="0" Grid.Row="0"
Margin="8,8,8,8">
This big text box is representing the main content.
</TextBox>
<StackPanel
Orientation="Horizontal"
Grid.Column="0" Grid.Row="1"
HorizontalAlignment="Right" VerticalAlignment="Bottom"
Margin="0,0,8,4.25"
Width="160" Height="24.5">
<Button
Content="OK"
IsDefault="True"
Width="75" Height="23" />
<Button
Content="Cancel"
IsCancel="True"
Margin="4,0"
Width="75" Height="23" />
</StackPanel>
</Grid>
</Window>
© 2021 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
We are user-generated contents site. All product, videos, pictures & others contents on site don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post