Using VB code without being in an application

C

chillynois

Hello, I have a question regarding VB code. Below is a microsoft page
that contains code to move the mouse cursor with the keyboard.

http://msdn.microsoft.com/library/d...rInterface/Resources/Cursors/UsingCursors.asp

I have used VB code before, but only within Microsoft Excel. I am not
sure if VB code can be run outside of applications. In this case, I
would like for the VB code to always be running, so that I can use the
VB code on the desktop as well as in applications.

Is this possible?
 
H

Herfried K. Wagner [MVP]

Hello, I have a question regarding VB code. Below is a microsoft page
that contains code to move the mouse cursor with the keyboard.

http://msdn.microsoft.com/library/d...rInterface/Resources/Cursors/UsingCursors.asp

I have used VB code before, but only within Microsoft Excel. I am not
sure if VB code can be run outside of applications. In this case, I
would like for the VB code to always be running, so that I can use the
VB code on the desktop as well as in applications.


Yes, that's possible by creating a VB6 application. Note that this group is
dedicated to VB.NET programming. VB6-related questions better fit into
"microsoft.public.vb.*".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top