由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - [solved] Re: use old DLL in VB .NET?
相关主题
how to use old DLL in VB .NET?[zt]101 VB.NET examples
CrystalReport 问题Have you looked the new C# 3.0 features?
vb.net v.s. C#老技术的新问题--关于VB6
vb.net problemUI 牛人给指点一下,用微软的技术如何实现这种UI的编程。
vb.net如何显示缩小后窗口消失的程序(已解决)微软把VB给毁了
VB.net 的小问题a question about C++.net class library
没啥人气呀!混合语言编程
新问题CE.Net 4.2 question
相关话题的讨论汇总
话题: net话题: vb话题: dll话题: solved话题: return
进入DotNet版参与讨论
1 (共1页)
G**T
发帖数: 388
1
hoho, got answer from a NX:
You can look it up on MSDN for the exact reason, but its basically because
Integers are the 32 bit types in .NET, where Longs where in VB6.
When you declare an API as returning a Long in .NET, the return is actually
the real return value plus more. That's why it looks like a random number.

reference(add
(ByVal
the
1 (共1页)
进入DotNet版参与讨论
相关主题
CE.Net 4.2 questionvb.net如何显示缩小后窗口消失的程序(已解决)
修改.dll文件VB.net 的小问题
understand ASP .Net 2: ASP .Net vs ATL Server没啥人气呀!
How to make Internet Explorer Toolbar?新问题
how to use old DLL in VB .NET?[zt]101 VB.NET examples
CrystalReport 问题Have you looked the new C# 3.0 features?
vb.net v.s. C#老技术的新问题--关于VB6
vb.net problemUI 牛人给指点一下,用微软的技术如何实现这种UI的编程。
相关话题的讨论汇总
话题: net话题: vb话题: dll话题: solved话题: return