Goal:
-----
I am trying to create a program that modifys the size of an active window, this by scrolling.
Scroll up ==> shrink
Scroll down ==> expand
when the program is open it runs in background...
and when scroll with the "alt"-key pressed on an active window, that window must resize...
This is the code I have so far. I know it is not much but...
<%@ language="vbscript" %>
<% option explicit
dim cnn
dim rst
dim strconnstring
dim strnaam
'verbinding
Set Cnn = Server.CreateObject("ADODB.Connection")
strConnString = "DRIVER={Microsoft Access Driver...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.