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

WPF

 
GeneralRe: WindowsFormsHost invalid theme in WPF Application (.Net 3.5) Pin
Mehdi Ghiasi23-Mar-10 0:38
Mehdi Ghiasi23-Mar-10 0:38 
GeneralRe: WindowsFormsHost invalid theme in WPF Application (.Net 3.5) Pin
mattjfenner23-Mar-10 0:39
mattjfenner23-Mar-10 0:39 
QuestionHow do I center a Silverlight page on a browser at all times? Pin
Jun Du4-Mar-10 6:04
Jun Du4-Mar-10 6:04 
AnswerRe: How do I center a Silverlight page on a browser at all times? Pin
Not Active4-Mar-10 6:26
mentorNot Active4-Mar-10 6:26 
GeneralRe: How do I center a Silverlight page on a browser at all times? Pin
Jun Du4-Mar-10 6:29
Jun Du4-Mar-10 6:29 
AnswerRe: How do I center a Silverlight page on a browser at all times? Pin
Abhinav S14-Mar-10 21:15
Abhinav S14-Mar-10 21:15 
QuestionText for geometryModel3d should not rotate in wpf Pin
Ramkumar19883-Mar-10 20:27
Ramkumar19883-Mar-10 20:27 
QuestionLoading Image at runtime foe control library. Pin
Anu_Bala3-Mar-10 18:38
Anu_Bala3-Mar-10 18:38 
Hi i want to make one WPF control library applcaiton.
In that i will load images depends on the text.
So i used code like this
if (string.Compare(AlStatus,"HH")==0)
   src1 = @"pack://application:,,,/WpfApp;component/data/HH.bmp";
 else
   src1 = @"pack://application:,,,/WpfApp;component/data/Normal.bmp";
.
.
Img1.Source = new ImageSourceConverter().ConvertFromString(src1) as ImageSource;


It works fine when i build this as windows applcaiton.
But when i convert it to control library and loaded in VC++ aplcaition,it shows error at bolded line as
Could not load file or assembly 'WpfApp, Culture=neutral' or one of its dependencies. The system cannot find the file specified.
Anu

QuestionWPF Nested Grid Sizing Question Pin
Kennebel3-Mar-10 4:23
Kennebel3-Mar-10 4:23 
AnswerRe: WPF Nested Grid Sizing Question Pin
AspDotNetDev3-Mar-10 21:49
protectorAspDotNetDev3-Mar-10 21:49 
GeneralRe: WPF Nested Grid Sizing Question Pin
Kennebel5-Mar-10 9:04
Kennebel5-Mar-10 9:04 
GeneralRe: WPF Nested Grid Sizing Question Pin
AspDotNetDev5-Mar-10 9:22
protectorAspDotNetDev5-Mar-10 9:22 
QuestionResizing and realigning the contents of a WPF windows form Pin
sameercodes3-Mar-10 4:20
sameercodes3-Mar-10 4:20 
AnswerRe: Resizing and realigning the contents of a WPF windows form Pin
April Fans3-Mar-10 17:47
April Fans3-Mar-10 17:47 
QuestionProperty editing not available for Blend-generated XAML... Pin
Jun Du2-Mar-10 2:14
Jun Du2-Mar-10 2:14 
AnswerRe: Property editing not available for Blend-generated XAML... Pin
April Fans3-Mar-10 14:49
April Fans3-Mar-10 14:49 
AnswerRe: Property editing not available for Blend-generated XAML... Pin
fred_17-Mar-10 9:46
fred_17-Mar-10 9:46 
QuestionHow do I handle both hover and click events on a button control? Pin
Jun Du1-Mar-10 11:19
Jun Du1-Mar-10 11:19 
AnswerRe: How do I handle both hover and click events on a button control? Pin
April Fans1-Mar-10 15:47
April Fans1-Mar-10 15:47 
AnswerRe: How do I handle both hover and click events on a button control? Pin
Abhinav S1-Mar-10 22:24
Abhinav S1-Mar-10 22:24 
QuestionFindResource method in WPF Pin
Ahamed Azeem1-Mar-10 1:57
Ahamed Azeem1-Mar-10 1:57 
AnswerRe: FindResource method in WPF Pin
fjparisIII1-Mar-10 7:30
fjparisIII1-Mar-10 7:30 
Questionanimation Pin
Ahamed Azeem28-Feb-10 19:50
Ahamed Azeem28-Feb-10 19:50 
AnswerRe: animation Pin
GomathiR28-Feb-10 21:52
GomathiR28-Feb-10 21:52 
GeneralRe: animation Pin
Ahamed Azeem1-Mar-10 1:23
Ahamed Azeem1-Mar-10 1:23 

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.