登录
首页 » Windows_Unix » WpfApplication15

WpfApplication15

于 2013-11-10 发布 文件大小:51KB
0 175
下载积分: 1 下载次数: 4

代码说明:

  该代码实现了用按钮打开对话框的功能,并且对话框显示这个按钮的名称。(The code implements the function with the button to open the dialog box, and the dialog box displays the name of the button.)

文件列表:

WpfApplication15
................\App.xaml,327,2013-11-01
................\App.xaml.cs,312,2013-11-01
................\bin
................\...\Debug
................\...\.....\WpfApplication15.exe,8704,2013-11-01
................\...\.....\WpfApplication15.pdb,28160,2013-11-01
................\...\.....\WpfApplication15.vshost.exe,11600,2013-11-01
................\...\.....\WpfApplication15.vshost.exe.manifest,490,2010-03-17
................\MainWindow.xaml,370,2013-11-01
................\MainWindow.xaml.cs,820,2013-11-01
................\obj
................\...\x86
................\...\...\Debug
................\...\...\.....\App.g.cs,2234,2013-11-01
................\...\...\.....\App.g.i.cs,2234,2013-11-01
................\...\...\.....\DesignTimeResolveAssemblyReferences.cache,9810,2013-11-01
................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6324,2013-11-01
................\...\...\.....\GenerateResource.read.1.tlog,128,2013-11-01
................\...\...\.....\GenerateResource.write.1.tlog,324,2013-11-01
................\...\...\.....\MainWindow.baml,797,2013-11-01
................\...\...\.....\MainWindow.g.cs,3643,2013-11-01
................\...\...\.....\MainWindow.g.i.cs,3643,2013-11-01
................\...\...\.....\TempPE
................\...\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2013-11-01
................\...\...\.....\WpfApplication15.csproj.FileListAbsolute.txt,1023,2013-11-01
................\...\...\.....\WpfApplication15.exe,8704,2013-11-01
................\...\...\.....\WpfApplication15.g.resources,1025,2013-11-01
................\...\...\.....\WpfApplication15.pdb,28160,2013-11-01
................\...\...\.....\WpfApplication15.Properties.Resources.resources,180,2013-11-01
................\...\...\.....\WpfApplication15_MarkupCompile.cache,263,2013-11-01
................\...\...\.....\WpfApplication15_MarkupCompile.i.cache,262,2013-11-01
................\Properties
................\..........\AssemblyInfo.cs,2221,2013-11-01
................\..........\Resources.Designer.cs,2883,2013-11-01
................\..........\Resources.resx,5612,2013-11-01
................\..........\Settings.Designer.cs,1102,2013-11-01
................\..........\Settings.settings,201,2013-11-01
................\WpfApplication15.csproj,4309,2013-11-01
................\WpfApplication15.csproj.user,227,2013-11-01
................\WpfApplication15.sln,873,2013-11-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用vb实现使用WebBrowser浏览网页,一个经典例子极具参考价值...
    用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值-achieve with vb use WebBrowser Control Web site, a classic example of great reference value
    2023-04-08 18:00:03下载
    积分:1
  • 非常好用的delphi6.0,解压缩就可以使用。
    非常好用的delphi6.0控件,解压缩就可以使用。-delphi6.0 very user-friendly controls, decompress it can be used.
    2022-04-11 23:13:42下载
    积分:1
  • 平面
    平面按扭-Flat buttons
    2022-04-01 12:42:44下载
    积分:1
  • 更改网格行可见性
    翻译 maninwest@Codeforge 作者 K K Srinivasan@CodeProject这里是如何更改网格行的可见性的技巧。背景其实,更改网格行的可见性有很多方法。这里是我自己的方法。基于布尔值更改可见性。在开始之前,了解一下可见模式可见– 控件始终在布局中并显示给用户。收起 – 控件不显示在布局中。其他控件发生布局调整。隐藏 –控件不显示但是会保留在布局中的位置。未发生调整。使用代码Step 1:我只通过我创建的演示 APP 来解释代码。定义类中的布尔属性。可以使用依赖属性或者 INotifyPropertyChanged 界面获得更改通知。这里,我将布尔属性定义为依赖属性。 public static readonly DependencyProperty SetVisibilityProperty = DependencyProperty.Register("SetVisibi lity",typeof(bool),typeof(AddWindow)); public bool SetVisibility { get { return (bool)this.GetValue(SetVisibilityProperty); } set { SetValue(SetVisibilityPro
    2022-06-21 19:56:48下载
    积分:1
  • 用一个式编写,有一定的三感
    用win32+c编写的一个按钮风格,具有一定立体感,还有风格更加美观。-prepared with a button style, a certain sense of three-dimensional, more attractive style.
    2022-05-27 08:50:00下载
    积分:1
  • 一段很好的三态树代码,是用vc++开发的,要用三态树的朋友可以下载...
    一段很好的三态树代码,是用vc++开发的,要用三态树的朋友可以下载-For some very good code tri-state tree, is vc++ Developed to use three-state friend of the tree can be downloaded
    2022-03-06 17:22:40下载
    积分:1
  • 一个非常好用的程序 可以 弄图像处理的 希望大家能用用
    一个非常好用的程序 可以 弄图像处理的 希望大家能用用 -a very handy program can get images of hope everyone can use
    2022-03-19 08:30:17下载
    积分:1
  • 类似CombBox的选择
    类似CombBox的选择按钮-The selector button which likes ComboBox
    2022-07-11 10:15:06下载
    积分:1
  • 又一个住后会不断发出命令的
    又一个按住后会不断发出命令的按钮-A button which will send commands continuous when be clicked
    2023-05-01 13:00:03下载
    积分:1
  • 一个聚类算法,最近邻吸收高效聚类方法,可以实现图案的较好分辨...
    一个聚类算法,最近邻吸收高效聚类方法,可以实现图案的较好分辨- Gathers a kind of algorithm, the most close neighbor absorbs highly effective gathers a kind of method, may realize the design to distinguish well
    2022-01-25 21:11:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载