Home All Groups Group Topic Archive Search About

Using VB code without being in an application

Author
25 Jan 2006 1:48 PM
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/default.asp?url=/library/en-us/winui/winui/WindowsUserInterface/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?

Author
25 Jan 2006 2:33 PM
Herfried K. Wagner [MVP]
<chillyn***@yahoo.com> schrieb:
> 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/default.asp?url=/library/en-us/winui/winui/WindowsUserInterface/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.*".

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>