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: bojisheng
  • Content: Threads
  • Order by date
  1. bojisheng

    Excel 2003 slow on Memory Deallocation

    We have an excel spreadsheet app (in VBA) that uses DAO. The app works fine. After exiting the spreadsheet, any other app (operating system level interface seems fine) seems unresponsive. (I am pretty sure [ponder] that this is not the SMB signing issue in MSKB Article 814112). We did notice...
  2. bojisheng

    this or self for an class instance in VB/VBA

    I have created a class that I want to manage its instances via a collection (I am using VBA so no Dictionary). I would like an instance to check a collection and add itself to the collection (if it does not exist). I have not found a way to reference the instance while within a method. This...
  3. bojisheng

    Pass a function to a function

    I am creating a library of standard functions. I would like to provide the ablity to allow a "callback" function. To set this up, I would like to allow the user to pass the function to be called as a parameter. Like passing the address to a function in C. Does anyone know how/if...
  4. bojisheng

    Invoke ASP on another Server (VBS)

    Please bear with me, for I am a novice VBScript/ASP coder. I have two Web Servers behind a load balancer. They are running the identical applications. I have made a modification that utilizes Application variables. A users actions can cause an Application variable value to change. I would...
  5. bojisheng

    Check for for upcoming password expiration

    In 7.1.x, account password expiration actually expires the account not just the password. (this is working a designed! ) ; thus, a user can not get on to change their password. I understand the design has been change to behave like NT in 7i (where i=2 :-) ) Until we have the time/resources/etc...

Part and Inventory Search

Back
Top