M
Mr. JYC
Hello,
I received the following response. Since I am a newbie, I don't know
anything about the response, particularly the note. I just need to disable
scrolling in a form in Access 2000 or 2003 running on Windows XP workstations
that is why I am using KB278379. All I have is Visual Studio 2008 Standard.
My experience is in servers and databases with little knowledge of Microsoft
programming in VB or C++.
Please help.
Bill McCarthy wrote:
You can create COM callable dlls in VB.NET. That code, KB278379, should
update fine using the "Upgrade Visual Basic 6 Code" wizard from the Tools
menu; or manually replace Long with Int32 should pretty well cover it.
Note: there is no reason this code has to be an activex dll, unless your
project/calling code is VB6 or VBA perhaps. If your project is VB6 or VBA I
would use the approach as outlined in the KB. If it isn't then you probably
don't need a COM dll, and a pure .NET solution might fit your needs.
I received the following response. Since I am a newbie, I don't know
anything about the response, particularly the note. I just need to disable
scrolling in a form in Access 2000 or 2003 running on Windows XP workstations
that is why I am using KB278379. All I have is Visual Studio 2008 Standard.
My experience is in servers and databases with little knowledge of Microsoft
programming in VB or C++.
Please help.
Bill McCarthy wrote:
You can create COM callable dlls in VB.NET. That code, KB278379, should
update fine using the "Upgrade Visual Basic 6 Code" wizard from the Tools
menu; or manually replace Long with Int32 should pretty well cover it.
Note: there is no reason this code has to be an activex dll, unless your
project/calling code is VB6 or VBA perhaps. If your project is VB6 or VBA I
would use the approach as outlined in the KB. If it isn't then you probably
don't need a COM dll, and a pure .NET solution might fit your needs.