Click here to Skip to main content
15,898,134 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Bind Objects to ListView / Grid where Objects hold their Position in Grid Pin
ezazazel10-Jul-08 1:15
ezazazel10-Jul-08 1:15 
GeneralRe: Bind Objects to ListView / Grid where Objects hold their Position in Grid Pin
Gideon Engelberth10-Jul-08 3:25
Gideon Engelberth10-Jul-08 3:25 
QuestionrichTextbox to HTML ? [modified] Pin
Mohammad Dayyan5-Jul-08 14:27
Mohammad Dayyan5-Jul-08 14:27 
AnswerRe: richTextbox to HTML ? Pin
Pete O'Hanlon6-Jul-08 4:00
mvePete O'Hanlon6-Jul-08 4:00 
QuestionShow CHM Help File Pin
Jammer5-Jul-08 10:49
Jammer5-Jul-08 10:49 
AnswerRe: Show CHM Help File Pin
Pete O'Hanlon6-Jul-08 8:50
mvePete O'Hanlon6-Jul-08 8:50 
GeneralRe: Show CHM Help File Pin
Jammer6-Jul-08 13:14
Jammer6-Jul-08 13:14 
GeneralRe: Show CHM Help File Pin
Krishnraj31-Jul-08 19:38
Krishnraj31-Jul-08 19:38 
Hi Pete,

Really nice code.

actually i implement this code but i get below error in .xaml file

Error 1 The property 'HelpKey' does not exist in XML namespace 'clr-namespace:TestWPFHelp'. Line 14 Position 107.

and here is my .xaml code

<Window x:Class="TestWPFHelp.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:help="clr-namespace:TestWPFHelp"
    Title="Window1" Height="300" Width="300">
    <Grid>
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="auto" />
            <ColumnDefinition Width="*" />
        </Grid.ColumnDefinitions>
        <Grid.RowDefinitions>
            <RowDefinition></RowDefinition>
        </Grid.RowDefinitions>
        <TextBox Grid.Column="1" Height="23" Margin="78,72,80,0" Name="NameFiled" VerticalAlignment="Top" help:HelpKey="MyName" />
    </Grid>
</Window>


i m new to wpf and i don't know how i resolve it...
if u have any idea then plz let me know..

Thanks in advance

Krishnraj

QuestionHandle return(ENTER) pressing on richTextBox in WPF ? [modified] Pin
Mohammad Dayyan4-Jul-08 3:50
Mohammad Dayyan4-Jul-08 3:50 
AnswerRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Pete O'Hanlon4-Jul-08 9:41
mvePete O'Hanlon4-Jul-08 9:41 
GeneralRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Mohammad Dayyan4-Jul-08 9:47
Mohammad Dayyan4-Jul-08 9:47 
GeneralRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Pete O'Hanlon4-Jul-08 10:05
mvePete O'Hanlon4-Jul-08 10:05 
GeneralRe: Handle return(ENTER) pressing on richTextBox in WPF ? Pin
Mohammad Dayyan4-Jul-08 10:19
Mohammad Dayyan4-Jul-08 10:19 
QuestionSilverLight beta 2 Pin
Member 39206674-Jul-08 1:17
Member 39206674-Jul-08 1:17 
AnswerRe: SilverLight beta 2 Pin
Michael Sync4-Jul-08 20:13
Michael Sync4-Jul-08 20:13 
GeneralRe: SilverLight beta 2 Pin
Member 39206676-Jul-08 19:42
Member 39206676-Jul-08 19:42 
GeneralRe: SilverLight beta 2 Pin
Michael Sync6-Jul-08 20:25
Michael Sync6-Jul-08 20:25 
GeneralRe: SilverLight beta 2 Pin
Member 39206677-Jul-08 2:54
Member 39206677-Jul-08 2:54 
GeneralRe: SilverLight beta 2 Pin
Sam Xavier11-Jul-08 0:23
Sam Xavier11-Jul-08 0:23 
GeneralRe: SilverLight beta 2 Pin
Michael Sync12-Jul-08 6:38
Michael Sync12-Jul-08 6:38 
GeneralRe: SilverLight beta 2 Pin
Member 392066714-Jul-08 1:22
Member 392066714-Jul-08 1:22 
GeneralRe: SilverLight beta 2 Pin
Member 392066714-Jul-08 1:24
Member 392066714-Jul-08 1:24 
QuestionCould you take a look and give me some suggestions? Pin
Michael Sync3-Jul-08 5:59
Michael Sync3-Jul-08 5:59 
QuestionSystem.Drawing.Color to System.Windows.Media.Brush Pin
KBou3-Jul-08 3:43
KBou3-Jul-08 3:43 
AnswerRe: System.Drawing.Color to System.Windows.Media.Brush Pin
Pete O'Hanlon3-Jul-08 4:38
mvePete O'Hanlon3-Jul-08 4:38 

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.