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!

Recent content by Binks810302

  1. Binks810302

    Email a hyperlink

    Hi People, For example, when you place a question on this site, and you recieve a response, you are notified via e mail, which entails a link to that very question. Now, I need to do the same. I have tried placing a link ib the email with just a string as in "http://something.co.za&quot...
  2. Binks810302

    Email a hyperlink

    Hi people, I have managed to send an email using ASP. But I need to go 1 step further. I need to include a hyperlink in the body of the email. Does anyone know how I could possibly do this. Thanks Binks
  3. Binks810302

    Borland C++ into Visual

    Hi People, I have code compiled in Borland C++. I need to move this across to Visual C++. Problem is hwo to do it. Also, my program written in C++ Borland, uses its API, etc. How do I get around this one. Is there some tool that can do this or some import function that Visual C++ has. Please...
  4. Binks810302

    Avoid Cached Pages

    Skitty If the user were to page back to a visited page, say by clicking on the back button, and the code I supplied is in beginning of that page, it will always pull a new version and not revert to the expired version. Given the latter I would think that it will not store the cached page. I am...
  5. Binks810302

    Internet or Intranet question

    I agree with zcolton, but I woudl suggest that if you have multiple users, I think you should stay away from MS Access. Move onto something like SQL Server.You dont have to do what I suggested, but it would be nice to research and find out the pros and cons from the two.
  6. Binks810302

    Avoid Cached Pages

    I have solved the problem. If you have a cached page problem as described above, first clear out all cached files. Insert this bit of code in the beginning of each of your asp pages. This code will prevent the client machine from caching the page. <% Response.Expires = 0 Response.ExpiresAbsolute...
  7. Binks810302

    Avoid Cached Pages

    Hi People, How can I prevent the client from using cached pages. I want to achieve this without having to set the internet options>>General>>Settings to &quot;Every visit to the page&quot;. I have also tried settings the property on the IIS server to mark pages as expire immediately. If there is...
  8. Binks810302

    c++ to ? = games

    Hey young one, Look into openGL. There are dll files that are available if u are u sing C++ Builder. You should understand windows message handling, openGL, window buffering and so on. The latter is NB when it comes to animation. But you must get your ground work done, before buidling this...
  9. Binks810302

    Are C++ class file portable

    Hi People, I have programmed some software in Borland C++ Builder version 5.0. I have to move this across to some other IDE like Visual C++ or something else. Does anyone know which other IDE is compatible with Borland. For those of you who arent familiar, Borland C++ Buider is RAD tool (drag...
  10. Binks810302

    Install IIS 6.0 on WIndows 2000

    Hi People, Is it possible to install IIS 6.0 on windows 2000. I am developing on IIS 5.0 on windows 2000, but when I move over to IIS 6.0 I encounter problems. PLease, could you advise.

Part and Inventory Search

Back
Top