Click here to Skip to main content
15,892,005 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Open a file from path on Hyperlink click in silverlight Pin
Piyush Nandanwar26-Apr-11 0:41
Piyush Nandanwar26-Apr-11 0:41 
GeneralRe: Open a file from path on Hyperlink click in silverlight Pin
Pete O'Hanlon26-Apr-11 0:54
mvePete O'Hanlon26-Apr-11 0:54 
GeneralRe: Open a file from path on Hyperlink click in silverlight Pin
Piyush Nandanwar26-Apr-11 4:32
Piyush Nandanwar26-Apr-11 4:32 
GeneralRe: Open a file from path on Hyperlink click in silverlight Pin
Pete O'Hanlon26-Apr-11 4:36
mvePete O'Hanlon26-Apr-11 4:36 
GeneralRe: Open a file from path on Hyperlink click in silverlight Pin
Piyush Nandanwar26-Apr-11 4:42
Piyush Nandanwar26-Apr-11 4:42 
QuestionDATAGRID - WPF c# 2010 Pin
arkiboys25-Apr-11 21:20
arkiboys25-Apr-11 21:20 
AnswerRe: DATAGRID - WPF c# 2010 Pin
Tarun.K.S25-Apr-11 22:01
Tarun.K.S25-Apr-11 22:01 
GeneralRe: DATAGRID - WPF c# 2010 Pin
arkiboys25-Apr-11 22:41
arkiboys25-Apr-11 22:41 
I tried placing the following line in the constructor of my window but there is an unerline error for XmlLanguagebecause it says the name XmlLanguage does not exist in the current context.
Do you see why?
Thanks

public frmStudentDetails()
        {
            InitializeComponent();
            this.Language = XmlLanguage.GetLanguage(Thread.CurrentThread.CurrentCulture.Name); 
        }

GeneralRe: DATAGRID - WPF c# 2010 Pin
Wayne Gaylard25-Apr-11 22:57
professionalWayne Gaylard25-Apr-11 22:57 
GeneralRe: DATAGRID - WPF c# 2010 Pin
arkiboys25-Apr-11 23:02
arkiboys25-Apr-11 23:02 
AnswerRe: DATAGRID - WPF c# 2010 Pin
Pete O'Hanlon25-Apr-11 22:51
mvePete O'Hanlon25-Apr-11 22:51 
GeneralRe: DATAGRID - WPF c# 2010 Pin
arkiboys25-Apr-11 23:04
arkiboys25-Apr-11 23:04 
GeneralRe: DATAGRID - WPF c# 2010 Pin
Pete O'Hanlon25-Apr-11 23:36
mvePete O'Hanlon25-Apr-11 23:36 
GeneralRe: DATAGRID - WPF c# 2010 Pin
arkiboys26-Apr-11 0:08
arkiboys26-Apr-11 0:08 
GeneralRe: DATAGRID - WPF c# 2010 Pin
Pete O'Hanlon26-Apr-11 0:31
mvePete O'Hanlon26-Apr-11 0:31 
QuestionNewbie problem: laying out grid issues in silverlight Pin
Lee Reid25-Apr-11 1:31
Lee Reid25-Apr-11 1:31 
AnswerRe: Newbie problem: laying out grid issues in silverlight Pin
Pete O'Hanlon25-Apr-11 4:15
mvePete O'Hanlon25-Apr-11 4:15 
AnswerRe: Newbie problem: laying out grid issues in silverlight Pin
SledgeHammer0125-Apr-11 6:33
SledgeHammer0125-Apr-11 6:33 
GeneralRe: Newbie problem: laying out grid issues in silverlight Pin
Lee Reid25-Apr-11 14:14
Lee Reid25-Apr-11 14:14 
GeneralRe: Newbie problem: laying out grid issues in silverlight Pin
SledgeHammer0125-Apr-11 14:45
SledgeHammer0125-Apr-11 14:45 
GeneralRe: Newbie problem: laying out grid issues in silverlight Pin
Lee Reid25-Apr-11 16:02
Lee Reid25-Apr-11 16:02 
QuestionAny trick for *REUSABLE* "Application" class? Pin
SledgeHammer0121-Apr-11 8:32
SledgeHammer0121-Apr-11 8:32 
AnswerRe: Any trick for *REUSABLE* "Application" class? Pin
Ian Shlasko21-Apr-11 8:46
Ian Shlasko21-Apr-11 8:46 
GeneralRe: Any trick for *REUSABLE* "Application" class? Pin
SledgeHammer0121-Apr-11 8:48
SledgeHammer0121-Apr-11 8:48 
GeneralRe: Any trick for *REUSABLE* "Application" class? Pin
Ian Shlasko21-Apr-11 8:48
Ian Shlasko21-Apr-11 8:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.