Click here to Skip to main content
15,885,767 members
Home / Discussions / WPF
   

WPF

 
QuestionWhy does WPF ignore stuff? Pin
RugbyLeague2-Apr-09 4:09
RugbyLeague2-Apr-09 4:09 
AnswerRe: Why does WPF ignore stuff? Pin
Pete O'Hanlon2-Apr-09 4:42
mvePete O'Hanlon2-Apr-09 4:42 
GeneralRe: Why does WPF ignore stuff? Pin
RugbyLeague2-Apr-09 4:46
RugbyLeague2-Apr-09 4:46 
AnswerRe: Why does WPF ignore stuff? Pin
Mark Salsbery2-Apr-09 5:35
Mark Salsbery2-Apr-09 5:35 
GeneralRe: Why does WPF ignore stuff? Pin
RugbyLeague2-Apr-09 5:39
RugbyLeague2-Apr-09 5:39 
GeneralRe: Why does WPF ignore stuff? Pin
Mark Salsbery2-Apr-09 5:49
Mark Salsbery2-Apr-09 5:49 
GeneralRe: Why does WPF ignore stuff? Pin
RugbyLeague2-Apr-09 5:51
RugbyLeague2-Apr-09 5:51 
QuestionUse .XAP file in ASP.Net Website Pin
pavanip2-Apr-09 2:42
pavanip2-Apr-09 2:42 
Hi,

I am facing problem with using .XAP file in ASP.Net Website. I have written the following code to use .XAP in .Aspx page
<form id="form1" runat="server">
<div style="height:100%; background-color:#282828;" align="right">

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1%"></td>
</tr>
<tr>
<td width="1%">
<div style="height:100%; background-color:#282828;" align="right">--%>
<asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/SilverlightApplication.xap" MinimumVersion="2.0.31005.0" Width="100%" Height="100%" />
</div>
</td>
</tr>
<table>
If i write like that is only assigned to particular row but i want it for whole page. If I write <asp:silverlight> control after form tag then the silverlight content is assigned above the table and the table data seperated from silverlight content.
Please see the below link to drag and drop videos but that drag and drop videos is not working outside that row only within that row.
http://219.91.199.132/silverl/home.aspx
Can you please guide me how to user .XAP file to whole aspx page.

Thanks in Advance
Pavani
AnswerRe: Use .XAP file in ASP.Net Website Pin
Mark Salsbery2-Apr-09 5:21
Mark Salsbery2-Apr-09 5:21 
QuestionWPF codes to play a RTSP multicast or unicast video stream Pin
jklanka1-Apr-09 21:48
jklanka1-Apr-09 21:48 
QuestionKeep element in canvas when dragging it Pin
Pauwels Bart1-Apr-09 20:19
Pauwels Bart1-Apr-09 20:19 
AnswerRe: Keep element in canvas when dragging it Pin
ABitSmart1-Apr-09 21:17
ABitSmart1-Apr-09 21:17 
QuestionRe: Keep element in canvas when dragging it Pin
Pauwels Bart1-Apr-09 23:30
Pauwels Bart1-Apr-09 23:30 
AnswerRe: Keep element in canvas when dragging it Pin
ABitSmart2-Apr-09 5:05
ABitSmart2-Apr-09 5:05 
QuestionRe: Keep element in canvas when dragging it Pin
Pauwels Bart2-Apr-09 7:22
Pauwels Bart2-Apr-09 7:22 
AnswerRe: Keep element in canvas when dragging it [modified] Pin
ABitSmart2-Apr-09 7:50
ABitSmart2-Apr-09 7:50 
GeneralRe: Keep element in canvas when dragging it Pin
Pauwels Bart2-Apr-09 8:45
Pauwels Bart2-Apr-09 8:45 
GeneralRe: Keep element in canvas when dragging it Pin
Pauwels Bart4-Apr-09 18:32
Pauwels Bart4-Apr-09 18:32 
GeneralRe: Keep element in canvas when dragging it Pin
ABitSmart4-Apr-09 19:42
ABitSmart4-Apr-09 19:42 
GeneralRe: Keep element in canvas when dragging it Pin
Pauwels Bart4-Apr-09 19:54
Pauwels Bart4-Apr-09 19:54 
QuestionWPF or Windows Forms Pin
dfreeser1-Apr-09 12:00
dfreeser1-Apr-09 12:00 
AnswerRe: WPF or Windows Forms Pin
Pete O'Hanlon1-Apr-09 22:03
mvePete O'Hanlon1-Apr-09 22:03 
AnswerRe: WPF or Windows Forms Pin
RugbyLeague2-Apr-09 5:40
RugbyLeague2-Apr-09 5:40 
GeneralRe: WPF or Windows Forms Pin
dfreeser2-Apr-09 5:56
dfreeser2-Apr-09 5:56 
QuestionSet style definition dynamically Pin
salon1-Apr-09 3:46
salon1-Apr-09 3:46 

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.