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

WPF

 
Questiondiffernt background color to wpf datagrid cell? Pin
sarath12427-Aug-09 0:43
sarath12427-Aug-09 0:43 
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 
Hi,

I am working on a silverlight application. In this I need to access the images in a folder in clientbin folder to the user control in the silverlight folder test1. I directly gave like this

FileInfo[] fileList;
imagesFolderPath += @"Images";
DirectoryInfo dir = new DirectoryInfo(imagesFolderPath);
fileList = dir.GetFiles("*.*");

Then I am getting an exception:"Attempt to access the method failed: System.IO.DirectoryInfo..ctor(System.String)"

If anyone have any idea to solve this i.e., to get the images from the folder in clientbin folder or any folder in test1.web folder(web application folder in silverlight) please reply me.


Thanks in advance.
AnswerRe: Access files in a folder. Pin
Mark Salsbery26-Aug-09 8:14
Mark Salsbery26-Aug-09 8:14 
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 

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.