Click here to Skip to main content
15,917,940 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Change current Style on runtime: >Still Open< Pin
Antonio Cambule27-Apr-09 23:01
Antonio Cambule27-Apr-09 23:01 
Questionnotifications to user while uploading? Pin
kavetypavankumar27-Apr-09 3:06
kavetypavankumar27-Apr-09 3:06 
QuestionRe: notifications to user while uploading? Pin
Mark Salsbery27-Apr-09 7:18
Mark Salsbery27-Apr-09 7:18 
Question[Message Deleted] Pin
srikanth.penmetsa27-Apr-09 2:18
srikanth.penmetsa27-Apr-09 2:18 
QuestionRe: Doubt in silverlight Pin
Mark Salsbery27-Apr-09 7:10
Mark Salsbery27-Apr-09 7:10 
QuestionNeed help with loading help files Pin
Etienne_12326-Apr-09 2:05
Etienne_12326-Apr-09 2:05 
AnswerRe: Need help with loading help files Pin
Pete O'Hanlon26-Apr-09 22:13
mvePete O'Hanlon26-Apr-09 22:13 
GeneralRe: Need help with loading help files Pin
Etienne_12326-Apr-09 23:50
Etienne_12326-Apr-09 23:50 
Thanks for the speedy reply, but that doesn't when I use work though, I get the following error message "Character sequence '@' was not expected at this location."
I'm guessing your code will work in the code behind file?! But it does not work when I use it in the XAML part.

PLEASE NOTE: I'm trying to integrate context sensitive help into my application, it has to load different help files depending on what control the user pressed F1 on. I'm using this part of code in the code behind file to display the help files:

static private void Executed(object sender, ExecutedRoutedEventArgs e)
{
//MessageBox.Show("Help: " + HelpProvider.GetHelpString(sender as FrameworkElement));
System.Windows.Forms.Help.ShowHelp(null, HelpProvider.GetHelpString(sender as FrameworkElement));
}

The main thing I'm trying to do here is to NOT hard code the path to my help files.
GeneralRe: Need help with loading help files Pin
Pete O'Hanlon27-Apr-09 0:13
mvePete O'Hanlon27-Apr-09 0:13 
GeneralRe: Need help with loading help files Pin
Pete O'Hanlon3-May-09 1:41
mvePete O'Hanlon3-May-09 1:41 
QuestionAdding items to a ListView in WPF ? Pin
Mohammad Dayyan25-Apr-09 8:54
Mohammad Dayyan25-Apr-09 8:54 
AnswerRe: Adding items to a ListView in WPF ? Pin
Mark Salsbery25-Apr-09 9:01
Mark Salsbery25-Apr-09 9:01 
GeneralRe: Adding items to a ListView in WPF ? Pin
Mohammad Dayyan25-Apr-09 9:18
Mohammad Dayyan25-Apr-09 9:18 
GeneralRe: Adding items to a ListView in WPF ? Pin
Mark Salsbery25-Apr-09 9:26
Mark Salsbery25-Apr-09 9:26 
QuestionResource Dictionary in subprojects Pin
#realJSOP24-Apr-09 6:36
professional#realJSOP24-Apr-09 6:36 
AnswerRe: Resource Dictionary in subprojects Pin
Gideon Engelberth24-Apr-09 7:15
Gideon Engelberth24-Apr-09 7:15 
GeneralRe: Resource Dictionary in subprojects Pin
#realJSOP24-Apr-09 8:00
professional#realJSOP24-Apr-09 8:00 
AnswerRe: Resource Dictionary in subprojects Pin
Eslam Afifi24-Apr-09 9:26
Eslam Afifi24-Apr-09 9:26 
GeneralRe: Resource Dictionary in subprojects Pin
User 2710091-May-09 5:17
User 2710091-May-09 5:17 
QuestionRe: Resource Dictionary in subprojects Pin
Eslam Afifi25-Jun-09 11:12
Eslam Afifi25-Jun-09 11:12 
AnswerRe: Resource Dictionary in subprojects Pin
User 27100929-Jun-09 2:42
User 27100929-Jun-09 2:42 
GeneralRe: Resource Dictionary in subprojects Pin
Eslam Afifi29-Jun-09 15:31
Eslam Afifi29-Jun-09 15:31 
GeneralRe: Resource Dictionary in subprojects Pin
User 27100929-Jun-09 15:37
User 27100929-Jun-09 15:37 
GeneralRe: Resource Dictionary in subprojects Pin
Eslam Afifi29-Jun-09 15:39
Eslam Afifi29-Jun-09 15:39 
QuestionHow to get the control position to add another control below that? Pin
salon24-Apr-09 2:30
salon24-Apr-09 2:30 

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.