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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by schembri

  1. schembri

    prohibit access to web.config from browser.

    i've uploaded a website including the web.config file and everything is working fine but when a user types domainname/web.config it downloads the file. how can i set up my server to prohibit access to this file?
  2. schembri

    Resizing windows??

    Is there any code to disable resizing of windows. thanks beforhand VERY URGENT!!
  3. schembri

    Pause in vb?

    i'm making a 384 channel light controller , controlled through the parallel port. And my ic's don't support the speed the bits are fed. so i need a small pause every time i have an out put.
  4. schembri

    Pause in vb?

    is there any function to make a program stop or wait for an ammount of time for example 1second before it continues to execute. for example having a loop and want to delay it by one second each time it loops.
  5. schembri

    Registering Dll's

    I'm trying to register a dll called dlportio.dll using the regsvr32 function from the run command but it returns me this message C:/windows/system32/dlportio.dll was loaded, but the dllregisterserver entry point was not found this file can not be registered. is there any other way to...
  6. schembri

    Access A locked Database From VB

    i'm using DAO Database Object to connect to the database.
  7. schembri

    Access A locked Database From VB

    I've Got An Ms Access database that i wish to lock but when i lock it my vb programm does not open it. the programm displays an error saying in valid password. can any one tell me how can i supply a password to the database through vb coding
  8. schembri

    Changing scorll speed?

    i'm using this code i need to know how to change the scrolling speed. thanks function scrollit(seed) { var m1 = "OS3 IS NOW THE AUTHORISED APPLE DISTRIBUTOR FOR GOZO "; var msg=m1; var out = " "; var c = 0; if (seed > 100) { seed--; var...

Part and Inventory Search

Back
Top