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

    How do you write client side applications?

    This isn't a question about how to go about writing client side applications, more of a discussion on your methodologies and techniques. Any code shown is a simplification. For example, I tend to have very small web pages (basically just placeholders) which is populated at run-time using Web...
  2. scorpio66

    Adding Advanced search to child sites

    Hi there I've set up a child site from the main site and it is showing the basic search box. However, the magnifying glass does not go to the advanced search page. How do I configure the site to offer advanced search capabilities? This is Sharepoint 2003. Thanks
  3. scorpio66

    Client facing capabilities

    Hi I was wondering if anyone has had any experience of creating a client facing portal using SharePoint 2003. Issues that concern us are the differences between using IE6/Office2003 and any other combination of browser/office suite and how this is managed/documented. Also, what were the...
  4. scorpio66

    Running code when a reference count is decremented

    Hi Does anyone know how to run code in a VB6 class that is executed when an object is set to Nothing (i.e. when the reference count is decremented) Class_Terminate is run when the object is destroyed (i.e. reference count is equal to 0) but this is not the case when the object is in a hierarcy...
  5. scorpio66

    Setting up a dummy printer

    Sorry, I know this isn't strictly a VB question... I need to set up a printer on a W2K machine. This printer isn't attached to a physical device but needs to spool the output (prefereably PostScript) to a subdirectory with a unique filename. Does anyone know how this can be done? TIA, Chaz
  6. scorpio66

    Run-time error '429', License error

    Hi I've packaged my application and it is now being tested on a standard build where I work. However, the application displays the login box, but when you try to log in, the following error appears: Run-time error '429' You do not have an appropriate license to use this functionality...
  7. scorpio66

    Interprocess communication

    Hi I've got an application which runs as a service using the NTSVC component. I need to write a control application which can communicate with the service, to do thinks like get status information, change configuration parameters, etc. What is the best way to handle this communication...
  8. scorpio66

    How do I detect when a form moves?

    It must be late. How do you detect when one of your forms is moved around the screen? I've been looking for an equivalent to the Resize event (maybe Move?) but can't seem to find one. Chaz
  9. scorpio66

    Best way of auditing actions

    Can anyone recommend a way of securely auditing certain actions that an application does? The application is multi-user and database driven, but I don't really want the audit log on the same database as in the event of a compromised system, the audit log will be untrustworthy. Not looking for...

Part and Inventory Search

Back
Top