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 Mike Lewis 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: *

  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

    I'm sory I forgot to mention the problem when you choose a name out af the drop down list the fields must be automattically be filled with the appropiate records from the DB. when the user makes changes in the fields, it must be updated to the database after clickin on the button...
  3. 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