![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Loading User control at runtime Hello All, Is it possible to load WPF UserControl in my WPF app using System.Reflection. I don't want to add reference to the UserControl assemblies at the compile time. Though I tried ... --------------------------------------------- Assembly SampleAssembly; Type myColorPicker; SampleAssembly = Assembly.LoadFrom("C:\\Program Files\\Microsoft SDKs\\Windows\\v1.0\\samples\\AllWinFXsamples\\WindowsPresentationFoundation\\Demos\\ColorPicker\\CSharp\\ColorPickerLib\\bin\\Debug\\ColorPickerLib.dll"); myColorPicker = SampleAssembly.GetTypes()[0]; object ibaseObject = Activator.CreateInstance(myColorPicker); colorPicker = (Control)ibaseObject; Grid.SetRow(colorPicker, 0); Grid.SetColumn(colorPicker, 0); myGrid.Children.Add(colorPicker); --------------------------------------------- I am dont see the control. Is there an alternate way to load a WPF user control without adding references to the assemblies Regards Srini |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Control the Maximum allowed User Sessions in Fast User Switching | lmlm | Vista General | 1 | 03-19-2008 08:19 AM |
| (Ati Catalyst 7.6) CCC.exe not loading in standard user account | GT | Vista hardware & devices | 1 | 06-29-2007 07:22 PM |
| User profiles not loading properly | Twisted- | Vista account administration | 0 | 06-07-2007 04:02 PM |
| Loading WPF User Control using HwndSource | mr1962 | Avalon | 2 | 06-13-2006 03:47 PM |
| Loading usercontrol at runtime | Srini | Avalon | 1 | 03-20-2006 11:52 PM |