-
大小: 596KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-06-01
- 语言: 其他
- 标签: Silverlight 显示图片
资源简介
Silverlight客户端获取服务器文件路径或文件流,并通过路径直接显示服务器端图片
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
namespace ShowImgDemo
{
public partial class App : Application
{
public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;
InitializeComponent();
}
private void Application_Startup(object sender StartupEventArgs e)
{
this.RootVisual = new MainPage();
}
private void Application_Exit(object sender EventArgs e)
{
}
private void Application_UnhandledException(object sender ApplicationUnhandledExceptionEventArgs e)
{
// 如果应用程序是在调试器外运行的,则使用浏览器的
// 异常机制报告该异常。在 IE 上,将在状态栏中用一个
// 黄色警报图标来显示该异常,而 Firefox 则会显示一个脚本错误。
if (!System.Diagnostics.Debugger.IsAttached)
{
// 注意: 这使应用程序可以在已引发异常但尚未处理该异常的情况下
// 继续运行。
// 对于生产应用程序,此错误处理应替换为向网站报告错误
// 并停止应用程序。
e.Handled = true;
Deployment.Current.Dispatcher.BeginInvoke(delegate { ReportErrorToDOM(e); });
}
}
private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e)
{
try
{
string errorMsg = e.Exceptionobject.Message + e.Exceptionobject.StackTrace;
errorMsg = errorMsg.Replace(‘“‘ ‘\‘‘).Replace(“\r\n“ @“\n“);
System.Windows.Browser.HtmlPage.Window.Eval(“throw new Error(\“Unhandled Error in Silverlight Application “ + errorMsg + “\“);“);
}
catch (Exception)
{
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 294 2012-08-10 15:13 ShowImgDemo\ShowImgDemo\App.xaml
文件 2351 2012-08-10 15:13 ShowImgDemo\ShowImgDemo\App.xaml.cs
文件 353 2012-08-10 15:29 ShowImgDemo\ShowImgDemo\Bin\Debug\AppManifest.xaml
文件 12800 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\Bin\Debug\ShowImgDemo.dll
文件 22016 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\Bin\Debug\ShowImgDemo.pdb
文件 7842 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\Bin\Debug\ShowImgDemo.xap
文件 2843 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\Bin\Debug\ShowImgDemoTestPage.html
文件 3935 2012-08-16 14:32 ShowImgDemo\ShowImgDemo\img\click.JPG
文件 854 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\MainPage.xaml
文件 1771 2012-08-16 14:22 ShowImgDemo\ShowImgDemo\MainPage.xaml.cs
文件 1783 2012-08-10 15:13 ShowImgDemo\ShowImgDemo\obj\Debug\App.g.cs
文件 1783 2012-08-10 15:13 ShowImgDemo\ShowImgDemo\obj\Debug\App.g.i.cs
文件 7228 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 5507 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 2293 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\MainPage.g.cs
文件 2293 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\MainPage.g.i.cs
文件 881 2012-08-10 15:29 ShowImgDemo\ShowImgDemo\obj\Debug\ShowImgDemo.csproj.FileListAbsolute.txt
文件 12800 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\ShowImgDemo.dll
文件 5385 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\ShowImgDemo.g.resources
文件 22016 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\ShowImgDemo.pdb
文件 513 2012-08-16 14:34 ShowImgDemo\ShowImgDemo\obj\Debug\XapCacheFile.xm
文件 207 2012-08-10 15:13 ShowImgDemo\ShowImgDemo\Properties\AppManifest.xm
文件 1318 2012-08-10 15:13 ShowImgDemo\ShowImgDemo\Properties\AssemblyInfo.cs
文件 4864 2012-08-16 14:32 ShowImgDemo\ShowImgDemo\ShowImgDemo.csproj
文件 1226 2012-08-16 14:32 ShowImgDemo\ShowImgDemo\ShowImgDemo.csproj.user
文件 1422 2012-08-10 15:13 ShowImgDemo\ShowImgDemo.sln
..A..H. 29184 2012-08-16 14:34 ShowImgDemo\ShowImgDemo.suo
文件 4096 2012-08-16 14:21 ShowImgDemo\ShowImgDemo.Web\bin\ShowImgDemo.Web.dll
文件 7680 2012-08-16 14:21 ShowImgDemo\ShowImgDemo.Web\bin\ShowImgDemo.Web.pdb
....... 7842 2012-08-16 14:34 ShowImgDemo\ShowImgDemo.Web\ClientBin\ShowImgDemo.xap
............此处省略36个文件信息
- 上一篇:速达3000netv8.53
- 下一篇:石文孝第二版通信网理论与基础课后答案
相关资源
- 解决Win10外接显示器不同缩放后字体模
- 基于STC12C5A60S2的DS18B20温度显示工程
- linux下基于QT和v4l2驱动的USB摄像头视频
- 基于AT89C52单片机的万年历protel原理图
- 汇编程序-输入学生成绩并进行排名显
- 基于89C51的等精度频率计LCD1602显示1
- STM32的TFTLCD显示程序,亲测能用
- 以51单片机为核心的DS18B20的数码管显
- QML自定义电池充电/电量显示效果
- VS自带Chart控件——设置x轴为时间,并
- msp430f149 TFT屏 显示 240*320
- v4l2采集视频并保存和lcd显示
- OpenGL 库glut读取obj文件并使用显示列表
- 单片机课设--数字万用表protues仿真+汇
- v4l2 QT MJPEG格式 视频采集+屏幕显示+图
- 用DS18B20测量温度并在12864液晶屏上显
- 6个16X16LED点阵 滚动显示 源代码和pr
- labview串口采集数据 曲线显示 实时最
- 集成块控制数码管显示的数字电子时
- 霍尔测速和显示
- 16乘32点阵左右移上下移显示
- 服务器文件到本地,并删除已的服务
- 基于msp430单片机的电子万年历LCD 128
- 基于msp430单片机的红外线遥控解码L
- PCF8591 ad转换及lcd显示
- 8255单片机led显示实验
- LCD1602液晶显示的计算器加减乘除
- 基于8255实现七人抢答器LED显示微机原
- 乐鑫esp8266 NONOS SDK 3.0编程使用 SPI 驱动
- LCD12864 万年历 单片机 农历 显示 温度
评论
共有 条评论