Click here to Skip to main content
15,893,588 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Ambiguous Match Found Pin
Pete O'Hanlon26-Jun-09 9:55
mvePete O'Hanlon26-Jun-09 9:55 
GeneralRe: Ambiguous Match Found Pin
#realJSOP26-Jun-09 15:38
mve#realJSOP26-Jun-09 15:38 
QuestionSetting Label.Content via attached property [SOLVED] Pin
#realJSOP26-Jun-09 5:01
mve#realJSOP26-Jun-09 5:01 
AnswerRe: Setting Label.Content via attached property Pin
Gideon Engelberth26-Jun-09 9:49
Gideon Engelberth26-Jun-09 9:49 
GeneralRe: Setting Label.Content via attached property Pin
#realJSOP26-Jun-09 15:42
mve#realJSOP26-Jun-09 15:42 
GeneralRe: Setting Label.Content via attached property Pin
Gideon Engelberth26-Jun-09 15:56
Gideon Engelberth26-Jun-09 15:56 
GeneralRe: Setting Label.Content via attached property Pin
#realJSOP26-Jun-09 23:57
mve#realJSOP26-Jun-09 23:57 
QuestionApply Css for Silverlight controls Pin
pavanip25-Jun-09 1:11
pavanip25-Jun-09 1:11 
Hi,

I want to apply "Css" for Silverlight image control.I am having one silverlight image control in that left button down event i have to open asp.net form.For that aspx page i want to apply styles while opening that page.In left button down event i am calling java script function to call that aspx page.But from where i have to apply styles to open that page.
If i use anchor tag to open popup window in normal aspx page I can use the following line to work it properly.

<a style="font-family:Verdana; font-size:12px; font-weight:bold; text-decoration:none; color:#ffffff;" href="Contactus.aspx?TB_iframe=true&height=500&width=600" class="thickbox">Contact us</a>
Here I am using class="thickbox" css class.
But for now i want to open popup from code behind for that i have written following code in silverlight image control code behind.
HtmlPage.Window.Invoke("login");
And I am calling that javascript function in aspx page like this.
<script type="text/javascript">
function login() {
var url = "http://219.91.199.132/Gateway/Login.aspx";
window.open(
"UserLogin.aspx", 'window', 'width=630,height=620,background=silver,menubar=no, resizable=no')
}
</
script>
Can anyone please help me how to apply css for silverlight controls.

Thanks in advance
Pavani
AnswerRe: Apply Css for Silverlight controls Pin
Mark Salsbery29-Jun-09 9:31
Mark Salsbery29-Jun-09 9:31 
AnswerRe: Apply Css for Silverlight controls Pin
Jeremy Likness1-Jul-09 8:40
professionalJeremy Likness1-Jul-09 8:40 
AnswerRe: Apply Css for Silverlight controls Pin
PumbaPumba21-Feb-11 0:33
PumbaPumba21-Feb-11 0:33 
QuestionConditional XAML Pin
krishnan.s24-Jun-09 22:01
krishnan.s24-Jun-09 22:01 
AnswerRe: Conditional XAML Pin
ABitSmart24-Jun-09 22:10
ABitSmart24-Jun-09 22:10 
QuestionWPF Toolkit DatePicker/Calender issue Pin
bonkers12324-Jun-09 21:26
bonkers12324-Jun-09 21:26 
AnswerRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12324-Jun-09 22:58
bonkers12324-Jun-09 22:58 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12325-Jun-09 1:40
bonkers12325-Jun-09 1:40 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
Member 342384716-Nov-09 9:29
Member 342384716-Nov-09 9:29 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12323-Nov-09 0:20
bonkers12323-Nov-09 0:20 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
Jimmy Carter23-Dec-09 9:57
Jimmy Carter23-Dec-09 9:57 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12312-Jan-10 2:07
bonkers12312-Jan-10 2:07 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
tronix0127-Jan-11 22:54
tronix0127-Jan-11 22:54 
QuestionWPF Combobox not navigating to items on key press Pin
S Rajput24-Jun-09 20:22
S Rajput24-Jun-09 20:22 
AnswerRe: WPF Combobox not navigating to items on key press Pin
ABitSmart24-Jun-09 20:25
ABitSmart24-Jun-09 20:25 
GeneralRe: WPF Combobox not navigating to items on key press Pin
S Rajput24-Jun-09 20:29
S Rajput24-Jun-09 20:29 
GeneralRe: WPF Combobox not navigating to items on key press Pin
Christian Graus24-Jun-09 21:08
protectorChristian Graus24-Jun-09 21:08 

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.