Click here to Skip to main content
15,890,506 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: differnt background color to wpf datagrid cell? Pin
vsaratkar27-Aug-09 11:02
vsaratkar27-Aug-09 11:02 
QuestionUsing Cascading Dropdown Pin
LucBite26-Aug-09 4:56
LucBite26-Aug-09 4:56 
AnswerRe: Using Cascading Dropdown Pin
Mark Salsbery26-Aug-09 8:06
Mark Salsbery26-Aug-09 8:06 
QuestionHow do I show balloon tips? Pin
Etienne_12326-Aug-09 4:33
Etienne_12326-Aug-09 4:33 
AnswerRe: How do I show balloon tips? Pin
michmela4426-Aug-09 8:44
michmela4426-Aug-09 8:44 
GeneralRe: How do I show balloon tips? Pin
Etienne_12327-Aug-09 7:01
Etienne_12327-Aug-09 7:01 
QuestionAccess files in a folder. Pin
Nekkantidivya25-Aug-09 21:42
Nekkantidivya25-Aug-09 21:42 
AnswerRe: Access files in a folder. Pin
Mark Salsbery26-Aug-09 8:14
Mark Salsbery26-Aug-09 8:14 
Silverlight apps run on the client and the "clientbin" folder is on the server,
so your code couldn't possibly work.

You also are not supposed to use DirectoryInfo on the client. Even if you could,
you wouldn't be allowed to use its functionality in the restricted web sandbox.


Here's some info on different ways to access files from a Silverlight app:

Different ways for loading images and files in Silverlight 2 applications[^]

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionSystem.Reflection.TargetInvocationException Pin
Nekkantidivya25-Aug-09 1:27
Nekkantidivya25-Aug-09 1:27 
AnswerRe: System.Reflection.TargetInvocationException Pin
Mark Salsbery26-Aug-09 8:20
Mark Salsbery26-Aug-09 8:20 
NewsFree event for Silverlight developers -- join online or in person Pin
brucedkyle24-Aug-09 6:44
brucedkyle24-Aug-09 6:44 
QuestionAnnoying Binding Warning Pin
Super Lloyd24-Aug-09 2:38
Super Lloyd24-Aug-09 2:38 
AnswerRe: Annoying Binding Warning Pin
Insincere Dave25-Aug-09 6:23
Insincere Dave25-Aug-09 6:23 
GeneralRe: Annoying Binding Warning Pin
Super Lloyd25-Aug-09 12:58
Super Lloyd25-Aug-09 12:58 
QuestionWPF Datagrid itemsource:This works but is it the best way ? plz [modified] Pin
prubyholl23-Aug-09 6:01
professionalprubyholl23-Aug-09 6:01 
AnswerRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
Christian Graus23-Aug-09 12:56
protectorChristian Graus23-Aug-09 12:56 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
prubyholl23-Aug-09 21:04
professionalprubyholl23-Aug-09 21:04 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
Christian Graus23-Aug-09 21:31
protectorChristian Graus23-Aug-09 21:31 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
prubyholl23-Aug-09 21:43
professionalprubyholl23-Aug-09 21:43 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
Christian Graus23-Aug-09 23:08
protectorChristian Graus23-Aug-09 23:08 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
prubyholl24-Aug-09 0:11
professionalprubyholl24-Aug-09 0:11 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
prubyholl24-Aug-09 1:06
professionalprubyholl24-Aug-09 1:06 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
Richard MacCutchan31-Aug-09 5:05
mveRichard MacCutchan31-Aug-09 5:05 
GeneralRe: WPF Datagrid itemsource:This works but is it the best way ? plz Pin
prubyholl31-Aug-09 6:03
professionalprubyholl31-Aug-09 6:03 
QuestionStrange Compile error , my Project Assemby cannot be found Pin
cppwxwidgetsss22-Aug-09 19:42
cppwxwidgetsss22-Aug-09 19:42 

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.