Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ikkeikke
  • Content: Threads
  • Order by date
  1. ikkeikke

    Resize an active window by scrolling...

    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...
  2. ikkeikke

    after choosing from combobox => fields must be filled with DB-records

    This is the code I have so far. I know it is not much but... <%@ language=&quot;vbscript&quot; %> <% option explicit dim cnn dim rst dim strconnstring dim strnaam 'verbinding Set Cnn = Server.CreateObject(&quot;ADODB.Connection&quot;) strConnString = &quot;DRIVER={Microsoft Access Driver...

Part and Inventory Search

Back
Top