Click here to Skip to main content
15,915,513 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Are you a WPF guru? Pin
Pete O'Hanlon13-Aug-13 13:13
mvePete O'Hanlon13-Aug-13 13:13 
QuestionHow to confine mouse cursor to inkcanvas? Pin
hmdshr12-Aug-13 10:29
hmdshr12-Aug-13 10:29 
QuestionC!Drag Start and Drag Over Events are not firing in Map control of Silverlight with vb.net Pin
Member 101976818-Aug-13 3:35
Member 101976818-Aug-13 3:35 
QuestionHow to display a Windows in full screen on top of the taskbar in wpf? Pin
dharmaa.m6-Aug-13 2:17
dharmaa.m6-Aug-13 2:17 
AnswerRe: How to display a Windows in full screen on top of the taskbar in wpf? Pin
Mycroft Holmes6-Aug-13 12:48
professionalMycroft Holmes6-Aug-13 12:48 
AnswerRe: How to display a Windows in full screen on top of the taskbar in wpf? Pin
Richard Deeming7-Aug-13 0:57
mveRichard Deeming7-Aug-13 0:57 
Questioncreate hyberlink in string using RichTextBox control in WPF Pin
senthil kumar 2225-Aug-13 0:21
professionalsenthil kumar 2225-Aug-13 0:21 
QuestionHow to optimize loading time from RIA services Pin
Muhammad Naveed2-Aug-13 8:14
professionalMuhammad Naveed2-Aug-13 8:14 
QuestionListCollectionView customsort Pin
Sakhalean1-Aug-13 23:51
Sakhalean1-Aug-13 23:51 
QuestionRe: ListCollectionView customsort Pin
Kenneth Haugland6-Aug-13 20:32
mvaKenneth Haugland6-Aug-13 20:32 
AnswerRe: ListCollectionView customsort Pin
Sakhalean12-Aug-13 19:25
Sakhalean12-Aug-13 19:25 
QuestionToggle Menu horizontal [RESOLVED] Pin
juliogyn31-Jul-13 6:27
juliogyn31-Jul-13 6:27 
AnswerRe: Toggle Menu horizontal [RESOLVED] Pin
Mycroft Holmes31-Jul-13 12:39
professionalMycroft Holmes31-Jul-13 12:39 
QuestionWPF- MVVM - Listbox databinding and changing the listbox item color and isenabled property Pin
adi jeevan sagar30-Jul-13 18:43
adi jeevan sagar30-Jul-13 18:43 
QuestionHow to make my WPF based app remain on top Pin
vonb29-Jul-13 21:14
vonb29-Jul-13 21:14 
AnswerRe: How to make my WPF based app remain on top Pin
Mycroft Holmes29-Jul-13 21:36
professionalMycroft Holmes29-Jul-13 21:36 
GeneralRe: How to make my WPF based app remain on top Pin
vonb29-Jul-13 21:41
vonb29-Jul-13 21:41 
GeneralRe: How to make my WPF based app remain on top Pin
Richard MacCutchan29-Jul-13 22:19
mveRichard MacCutchan29-Jul-13 22:19 
GeneralRe: How to make my WPF based app remain on top Pin
vonb29-Jul-13 22:40
vonb29-Jul-13 22:40 
Questionhow to add xaml pages in aspx pages Pin
Member 793334329-Jul-13 1:43
Member 793334329-Jul-13 1:43 
AnswerRe: how to add xaml pages in aspx pages Pin
Jason Gleim27-Aug-13 6:00
professionalJason Gleim27-Aug-13 6:00 
When you add a SL page to an aspx (or any web page for that matter) you are adding the Silverlight runtime object. You never inline the xaml page itself (unless, of course, you want to show the xaml). The SL runtime object embeds just like any other active object... flash for example... but you pass in the URL of the xap the object should load.

If you want two SL apps on a page, just add a second SL runtime object to the page and point it to a 2nd xap.

If you want two pages in your one SL app, you need to look up page navigation in Silverlight. That is an SL function... not an aspx issue.
Questionwpf databound datagrid - how to prevent duplications Pin
Member 938944424-Jul-13 5:33
Member 938944424-Jul-13 5:33 
AnswerRe: wpf databound datagrid - how to prevent duplications Pin
Mycroft Holmes24-Jul-13 12:38
professionalMycroft Holmes24-Jul-13 12:38 
GeneralRe: wpf databound datagrid - how to prevent duplications Pin
Member 938944425-Jul-13 2:10
Member 938944425-Jul-13 2:10 
Questionhow to increase row height in datagrid Pin
thecco21-Jul-13 21:17
thecco21-Jul-13 21:17 

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.