Click here to Skip to main content
15,891,777 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: DataTemplate with List binding Pin
pbalaga6-Feb-10 21:35
pbalaga6-Feb-10 21:35 
GeneralRe: DataTemplate with List binding Pin
Pete O'Hanlon6-Feb-10 22:01
mvePete O'Hanlon6-Feb-10 22:01 
AnswerRe: DataTemplate with List binding Pin
Abhinav S6-Feb-10 10:06
Abhinav S6-Feb-10 10:06 
GeneralRe: DataTemplate with List binding Pin
pbalaga6-Feb-10 21:37
pbalaga6-Feb-10 21:37 
GeneralRe: DataTemplate with List binding [modified] Pin
Abhinav S6-Feb-10 21:45
Abhinav S6-Feb-10 21:45 
GeneralRe: DataTemplate with List binding Pin
Pete O'Hanlon6-Feb-10 23:46
mvePete O'Hanlon6-Feb-10 23:46 
QuestionQuick Question About Application Launch Pin
BlitzPackage6-Feb-10 2:48
BlitzPackage6-Feb-10 2:48 
QuestionHow to get Event for the Windows.shapes.path Pin
Joe Rozario5-Feb-10 17:14
Joe Rozario5-Feb-10 17:14 
Dear friends ... i am new to WPF

i have a rounded shape like these

<Window x:Class="ProtonUI.Logon"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Logon" Height="381" Width="500">

<Grid>

<Path Name="xyz" Data="F1M85.679,25.511C85.679,39.6 74.257,51.024 60.167,51.024 46.077,51.024 34.655,39.6 34.655,25.511 34.655,11.422 46.077,0 60.167,0 74.257,0 85.679,11.422 85.679,25.511z" Margin="149,0,230,63" Name="path1" Height="74.976" VerticalAlignment="Bottom" Grid.ColumnSpan="2">
<Path.Fill>
<LinearGradientBrush EndPoint="141.363,252.324" MappingMode="Absolute" StartPoint="141.363,201.3" Transform="1,0,0,-1,-81.196,252.324">
<GradientStop Color="White" Offset="0" />
<GradientStop Color="#FF020202" Offset="1" />
</LinearGradientBrush>
</Path.Fill>
</Path>

</Grid>
</Window>


now i want mouseover event for this shape ? how to create?
when i see property window for this shape there are lot of events , but when i double click on the event ... i get an message ...
like these...

"To generate an event handler the class 'logon',specified by the x:Class or x:Subclass attribute,must be the first class in the file. move the class code so the it is the first class in the file and try again"

sorry i could not understand what the message says ...

can some one correct me ....


by

joe
QuestionReporting with silverlight Pin
jonatan_5565-Feb-10 3:43
jonatan_5565-Feb-10 3:43 
AnswerRe: Reporting with silverlight Pin
Pete O'Hanlon5-Feb-10 11:11
mvePete O'Hanlon5-Feb-10 11:11 
GeneralRe: Reporting with silverlight Pin
jonatan_55611-Feb-10 1:46
jonatan_55611-Feb-10 1:46 
AnswerMessage Removed Pin
8-Feb-10 23:10
Perpetuum Software8-Feb-10 23:10 
GeneralRe: Reporting with silverlight Pin
jonatan_55611-Feb-10 1:50
jonatan_55611-Feb-10 1:50 
QuestionHow to show tooltip over a TreeViewItem if it is not fully Visible? Pin
Venkatesh Mookkan4-Feb-10 16:32
Venkatesh Mookkan4-Feb-10 16:32 
QuestionOverride OnRender - (class inherits frameworkelement) Pin
DTh19784-Feb-10 13:21
DTh19784-Feb-10 13:21 
AnswerRe: Override OnRender - (class inherits frameworkelement) Pin
Super Lloyd4-Feb-10 16:52
Super Lloyd4-Feb-10 16:52 
QuestionBinding an Image in WPF ? Pin
Mohammad Dayyan4-Feb-10 0:52
Mohammad Dayyan4-Feb-10 0:52 
AnswerRe: Binding an Image in WPF ? Pin
Pete O'Hanlon4-Feb-10 2:16
mvePete O'Hanlon4-Feb-10 2:16 
GeneralRe: Binding an Image in WPF ? Pin
Mohammad Dayyan4-Feb-10 2:55
Mohammad Dayyan4-Feb-10 2:55 
GeneralRe: Binding an Image in WPF ? Pin
Pete O'Hanlon4-Feb-10 3:32
mvePete O'Hanlon4-Feb-10 3:32 
GeneralRe: Binding an Image in WPF ? Pin
Mohammad Dayyan4-Feb-10 3:35
Mohammad Dayyan4-Feb-10 3:35 
QuestionDeveloping Application for WPF on MAc Pin
wasimsharp3-Feb-10 17:47
wasimsharp3-Feb-10 17:47 
AnswerRe: Developing Application for WPF on MAc Pin
SeMartens3-Feb-10 21:32
SeMartens3-Feb-10 21:32 
QuestionDisplaying a Matrix: ListView/GridView CellTemplates for rows and columns. Pin
Bartosz Bien3-Feb-10 11:45
Bartosz Bien3-Feb-10 11:45 
AnswerRe: Displaying a Matrix: ListView/GridView CellTemplates for rows and columns. Pin
Super Lloyd3-Feb-10 12:30
Super Lloyd3-Feb-10 12: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.