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 bkrike 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. JohnCMolyneux

    Message Box with custom icon

    Hi. I've got the following code from the internet (seen it in lots of different places - always the same code with same variable names and code formatting etc..) function MyMessageBox(lpCaption, lpText: PChar): Integer; var MBParams : TMsgBoxParams; begin with MBParams do begin...
  2. JohnCMolyneux

    Download via ASP.

    Hi. I've built a download for a website and I want to add logging of downloads. I want to do this via ASP so that a normal download link (with a URL ending in a filename) can be replaced with something like... http://www.mysite.com/downloads.asp?id=15 ...where id=15 refers to a...
  3. JohnCMolyneux

    Non-ActiveX DLL

    Hi. I've got an ActiveX DLL that I wrote in VB6 which is used on my web server as part of an application. I'm now making a System Tray application that will inform users of relevant events, directing them to relevant web pages on the server. For this, I want to use the DLL that the web server...

Part and Inventory Search

Back
Top