code

所属分类:C#编程
开发工具:C#
文件大小:5865KB
下载次数:294
上传日期:2009-12-02 22:12:42
上 传 者xiyuxiyu
说明:  人民邮电出版社出版的《wpf揭秘》的源码,里面大量wpf开发例子的代码
(wpf)

文件列表:
15\Hosting Windows Forms in WPF (0, 2006-12-21)
15\Hosting Windows Forms in WPF\Hosting in C# (0, 2006-12-21)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl.sln (971, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl (0, 2006-12-21)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\HostingWindowsFormsControl.csproj (3551, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\MyApp.xaml (315, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\MyApp.xaml.cs (227, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Properties (0, 2006-12-21)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Properties\AssemblyInfo.cs (1544, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Properties\Resources.cs (2417, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Properties\Resources.resx (5618, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Properties\Settings.cs (1387, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Properties\Settings.settings (203, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Window1.xaml (301, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in C#\HostingWindowsFormsControl\Window1.xaml.cs (1069, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML (0, 2006-12-21)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl.sln (971, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl (0, 2006-12-21)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\HostingWindowsFormsControl.csproj (3721, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\MyApp.xaml (315, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\MyApp.xaml.cs (295, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Properties (0, 2006-12-21)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Properties\AssemblyInfo.cs (2098, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Properties\Resources.cs (2417, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Properties\Resources.resx (5618, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Properties\Settings.cs (1387, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Properties\Settings.settings (203, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Window1.xaml (485, 2006-12-22)
15\Hosting Windows Forms in WPF\Hosting in XAML\HostingWindowsFormsControl\Window1.xaml.cs (518, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML (0, 2006-12-21)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX.sln (931, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX (0, 2006-12-21)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\App.xaml (301, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\App.xaml.cs (361, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\AxMSTSCLib.dll (118784, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\HostingActiveX.csproj (3912, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\MSTSCLib.dll (217088, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\Properties (0, 2006-12-21)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\Properties\AssemblyInfo.cs (1544, 2006-12-22)
15\Listing 15.12 Hosting ActiveX in WPF - XAML\HostingActiveX\Properties\Resources.cs (2405, 2006-12-22)
... ...

.NET Framework 3.0 XAML Browser Application Readme ---------------------------------- XAML Browser Applications run in a sandbox with "Internet Permissions". Only those .NET Framework 3.0 features that have been successfully security reviewed and validated as safe by the .NET Framework 3.0 team will run inside the sandbox. .NET Framework 3.0 Item Templates - which work in the sandbox? -------------------------------------------------------- Won't work by design - .NET Framework 3.0 Window - In the internet zone, you don't have the permission to "popup" new windows. Debugging XAML Browser Applications - (F5) -------------------------------------------------------- In order to successfully debug an XAML Browser Application in Visual Studio, you must enable unmanaged code debugging via the Debug page in the Properties view. Developers using Visual C# and Visual Basic Express do not need to do this. The first time that this project is debugged, a dialog may appear stating that there is no debug information available for PresentationHost.exe. This dialog can be safely dismissed.

近期下载者

相关文件


收藏者