登录
首页 » Visual Basic » CSharp_VB-new

CSharp_VB-new

于 2014-03-29 发布 文件大小:72KB
0 110
下载积分: 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 个回复

  • ART2C++
    该算法是常用的ART2的vc++实现算法,代码思路清晰,注释详细,相信对ART2网络的初学者有很大帮助。(The ART2 algorithm is commonly used in the vc++ Realization of algorithms, code clear, detailed notes, I believe ART2 networks are very helpful for beginners.)
    2008-12-15 17:39:08下载
    积分:1
  • tong_xun_lu
    简易通讯录,vc+MFC ODBC+acess环境,非常简单易用,也是学习vc+MFC ODBC+acess设计的入门程(simple correspondence, vc MFC ODBC acess, very simple to use, also learning vc MFC ODBC acess-designed portal)
    2007-03-26 08:21:09下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • MModBus_TestO
    modscan32是modbus/tcp以太网通讯调试工工具,如同串口调试助手一样的工具., (modscan32 is modbus/tcp ethernet communication tools, debugging tools tools like serial debugging aides.)
    2012-08-06 23:21:29下载
    积分:1
  • EST_Test_Multi_input
    圆度误差分离界面 双通道 模拟数据输入 (Roundness error separation simulation data input interface)
    2009-07-14 13:12:55下载
    积分:1
  • 43567897
    VB在局域网内将文件存储到数据库保存,有需要的下。(VB in the LAN to store files saved to the database, there is need for the next.)
    2013-08-13 23:34:07下载
    积分:1
  • Alpha
    调整VB的窗体的透明度,可自行设定值0到255,0为完全透明,255为全显示。(Adjust the opacity of the VB forms)
    2011-12-07 11:22:49下载
    积分:1
  • Demo
    显示RichEdit控件,VC++精选编程学习源码,很好的参考资料。(Display the RichEdit control, VC++ select learning programming source code, a good reference.)
    2013-12-01 18:04:19下载
    积分:1
  • jishiben1
    MFC下写的通讯录管理程序,包含常用功能(MFC write address book management procedures, including common functions)
    2013-05-10 17:44:49下载
    积分:1
  • mfcdde
    DDE编程的例子(Examples of DDE programming)
    2020-06-29 15:40:02下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载