登录
首页 » Visual Basic » CSharp_VB-new

CSharp_VB-new

于 2014-03-29 发布 文件大小:72KB
0 119
下载积分: 1 下载次数: 6

代码说明:

  c#和vb的dll相互调用,包含源码,提供参考(C# and VB DLL call each other)

文件列表:

CSharp_VB new
.............\ClassVb
.............\.......\bin
.............\.......\...\Debug
.............\.......\...\.....\ClassVb.dll,10240,2013-02-20
.............\.......\...\.....\ClassVb.pdb,26112,2013-02-20
.............\.......\...\.....\ClassVb.xml,628,2013-02-20
.............\.......\...\Release
.............\.......\ClassVb.vb,136,2013-02-20
.............\.......\ClassVb.vbproj,5563,2013-02-20
.............\.......\ClassVb.vbproj.user,451,2013-02-20
.............\.......\My Project
.............\.......\..........\Application.Designer.vb,454,2013-02-20
.............\.......\..........\Application.myapp,481,2013-02-20
.............\.......\..........\AssemblyInfo.vb,1079,2013-02-20
.............\.......\..........\Resources.Designer.vb,2784,2013-02-20
.............\.......\..........\Resources.resx,5612,2013-02-20
.............\.......\..........\Settings.Designer.vb,2985,2013-02-20
.............\.......\..........\Settings.settings,279,2013-02-20
.............\.......\obj
.............\.......\...\ClassVb.vbproj.FileList.txt,268,2013-02-20
.............\.......\...\Debug
.............\.......\...\.....\ClassVb.dll,10240,2013-02-20
.............\.......\...\.....\ClassVb.pdb,26112,2013-02-20
.............\.......\...\.....\ClassVb.Resources.resources,180,2013-02-20
.............\.......\...\.....\ClassVb.vbproj.FileListAbsolute.txt,2312,2013-02-20
.............\.......\...\.....\ClassVb.vbproj.GenerateResource.Cache,784,2013-02-20
.............\.......\...\.....\ClassVb.xml,628,2013-02-20
.............\.......\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5042,2013-02-20
.............\.......\...\.....\GenerateResource-ResGen.read.1.tlog,5608,2013-02-20
.............\.......\...\.....\GenerateResource-ResGen.write.1.tlog,590,2013-02-20
.............\.......\...\.....\TempPE
.............\.......\...\.....\......\My Project.Resources.Designer.vb.dll,7680,2013-02-20
.............\CSharp_VB
.............\.........\bin
.............\.........\...\Debug
.............\.........\...\.....\ClassVb.dll,10240,2013-02-20
.............\.........\...\.....\ClassVb.pdb,26112,2013-02-20
.............\.........\...\.....\ClassVb.xml,628,2013-02-20
.............\.........\...\.....\CSharp_VB.exe,4608,2013-02-20
.............\.........\...\.....\CSharp_VB.pdb,13824,2013-02-20
.............\.........\...\.....\CSharp_VB.vshost.exe,11608,2013-02-20
.............\.........\...\.....\CSharp_VB.vshost.exe.manifest,490,2010-03-17
.............\.........\...\Release
.............\.........\CSharp_VB.csproj,2548,2013-02-20
.............\.........\obj
.............\.........\...\CSharp_VB.csproj.FileList.txt,211,2013-02-20
.............\.........\...\Debug
.............\.........\...\.....\CSharp_VB.csproj.FileListAbsolute.txt,2914,2013-02-20
.............\.........\...\.....\CSharp_VB.exe,4608,2013-02-20
.............\.........\...\.....\CSharp_VB.pdb,13824,2013-02-20
.............\.........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5041,2013-02-20
.............\.........\...\.....\ResolveAssemblyReference.cache,6255,2013-02-20
.............\.........\...\.....\TempPE
.............\.........\Program.cs,397,2013-02-20
.............\.........\Properties
.............\.........\..........\AssemblyInfo.cs,1165,2013-02-20
.............\CSharp_VB.sln,1392,2013-02-20
.............\UpgradeLog.XML,1687,2013-02-20
.............\UpgradeLog2.XML,1638,2013-02-20

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

发表评论

0 个回复

  • CPP_MDI
    AGI STK/4DX mfc控件。 打开 CPPMDI.DSW 编译。(open up CPPMDI.DSW then compile)
    2017-03-23 00:32:26下载
    积分:1
  • testZeroMQ
    内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
    2014-02-19 08:43:26下载
    积分:1
  • plugin-architecture-example
    说明:  该程序介绍了如何使用插件的方式架构程序.以及程序的实现.推荐新手参考.(The program describes the way how to use the plug-in architecture programs. And program implementation. Recommend novice reference.)
    2009-08-28 09:47:43下载
    积分:1
  • system_servo_fd8202r-d-lodind-file
    test thes file fd_8202rd open close
    2012-04-21 04:52:48下载
    积分:1
  • plotgrids
    ncl画namelist.wps,wrf模拟区域domain图(ncl painting namelist.wps, wrf simulation domain domain Figure)
    2021-03-27 20:09:12下载
    积分:1
  • PELCO-d_protocol
    PELCO-D协议的pdf文档,外加一个小程序 声明:个人网上收集,并转载(PELCO-D agreement pdf files, plus a small procedure statement : Personal Internet collection, and reproduced)
    2007-06-06 04:25:54下载
    积分:1
  • NS
    说明:  基于元胞自动机的交通流模型 ns模型 C++(ns model, C++)
    2014-02-07 14:57:32下载
    积分:1
  • dotaMapHook
    1.替换war3根目录下Games 联合开发网 - pudn.com
    2014-02-15 10:25:53下载
    积分:1
  • C-Coding-Standards
    C Coding Standards,详细讲述了C编程过程中需要注意的标准。(C Coding Standards, details about the C programming standards that need attention.)
    2011-04-20 21:48:12下载
    积分:1
  • CPPpractice
    这里是100多个c++经典小程序,以及C++经典100例,想学C++的赶紧下载吧(100 good programms to practice c++)
    2011-11-30 20:59:33下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载