登录
首页 » C# » winform

winform

于 2010-06-18 发布 文件大小:47KB
0 85
下载积分: 1 下载次数: 203

代码说明:

  C#做的winform透明窗体,非常库的效果。(C# winform to do transparent forms, the effect is very library.)

文件列表:

c#%2Bwinform做的透明窗体
......................\制作透明窗体
......................\............\transparentWindow
......................\............\.................\bin
......................\............\.................\...\Debug
......................\............\.................\...\.....\transparentWindow.exe,8704,2010-05-29
......................\............\.................\...\.....\transparentWindow.pdb,30208,2010-05-29
......................\............\.................\...\.....\transparentWindow.vshost.exe,14328,2010-05-29
......................\............\.................\...\.....\transparentWindow.vshost.exe.manifest,490,2007-07-21
......................\............\.................\Form1.cs,646,2010-05-29
......................\............\.................\Form1.Designer.cs,3568,2010-05-29
......................\............\.................\Form1.resx,5814,2010-05-29
......................\............\.................\obj
......................\............\.................\...\Debug
......................\............\.................\...\.....\TempPE
......................\............\.................\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2010-05-29
......................\............\.................\...\.....\transparentWindow.csproj.FileListAbsolute.txt,1242,2010-05-29
......................\............\.................\...\.....\transparentWindow.csproj.GenerateResource.Cache,847,2010-05-29
......................\............\.................\...\.....\transparentWindow.exe,8704,2010-05-29
......................\............\.................\...\.....\transparentWindow.Form1.resources,180,2010-05-29
......................\............\.................\...\.....\transparentWindow.pdb,30208,2010-05-29
......................\............\.................\...\.....\transparentWindow.Properties.Resources.resources,180,2010-05-29
......................\............\.................\...\transparentWindow.csproj.FileListAbsolute.txt,1042,2010-01-18
......................\............\.................\Program.cs,476,2010-01-18
......................\............\.................\Properties
......................\............\.................\..........\AssemblyInfo.cs,1208,2010-01-18
......................\............\.................\..........\Resources.Designer.cs,2858,2010-05-29
......................\............\.................\..........\Resources.resx,5612,2010-01-18
......................\............\.................\..........\Settings.Designer.cs,1115,2010-05-29
......................\............\.................\..........\Settings.settings,249,2010-01-18
......................\............\.................\transparentWindow.csproj,3449,2010-05-29
......................\............\UpgradeLog.XML,1189,2010-05-29
......................\............\_UpgradeReport_Files
......................\............\....................\UpgradeReport.css,3348,2010-05-29
......................\............\....................\UpgradeReport.xslt,12505,2008-01-11
......................\............\....................\UpgradeReport_Minus.gif
......................\............\....................\UpgradeReport_Plus.gif
......................\............\制作透明窗体.sln,941,2010-05-29

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

发表评论

0 个回复

  • UDF
    FLUENT中的源项UDF,初学UDF可以下载下来学学。(this is a source UDF,IF you want it you can download .thank you! )
    2020-12-05 15:39:22下载
    积分:1
  • reactor
    C network reactor modal. use linux epoll. callback notify event.
    2013-11-28 12:18:34下载
    积分:1
  • myprojects
    是用于开关磁阻电机的位置伺服控制的C语言源代码,基于CCS的开发环境.希望可以对你有所帮助.(For switched reluctance motor position servo control of the C language source code, based on CCS development environment. Hope you can help.)
    2007-11-26 09:09:38下载
    积分:1
  • C_koch
    说明:  C语言实现的koch, 可以输入分形的维数, 主要是了解C语言的图形输入格式, 以及分形中经典的Koch(C language of koch, to be imported into the fractal dimension, understanding is the C language graphics import formats, as well as fractal classic Koch)
    2006-03-15 11:18:50下载
    积分:1
  • LPC1778的ucos2的例 lpc177x_8x_uCOSII
    LPC1778的ucos2的例程,可以直接运行,请放心下载(The ucos2 routine of LPC1778 can run directly)
    2020-06-22 01:40:02下载
    积分:1
  • IPTextBox
    这是一个ip地址输入框,对于初学者具有很好的参考价值。(This is an IP address input box, which has a good reference value for beginners.)
    2020-06-18 09:20:02下载
    积分:1
  • MeshLodGenerator
    说明:  将mesh几何数据根据所选的Lod级数构建多层次几何数据(The mesh geometry data is constructed according to the Lod series selected)
    2020-07-20 15:53:30下载
    积分:1
  • testexcel
    VC2008 操作excel2003 ,用odbc方式创建excel,用excel接口类对excel进行读写,包括设置边框 字体 颜色 合并单元格等 附录excel小例子(VC2008 operation excel2003, with a way to create odbc excel, excel with excel interface class for reading and writing, including setting borders font color merging cells small example in Appendix excel)
    2013-10-09 10:23:56下载
    积分:1
  • Vc
    说明:  画干涉波 借以模拟物理中的相关现象 (To simulate the physical picture of interference related phenomena in)
    2010-12-13 14:44:51下载
    积分:1
  • arts_debug
     调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
    2013-08-03 14:53:53下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载