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 gkittelson 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. OzDing

    DLL Guidelines

    Hi, I have a number of sites, all asp which share code running in IIS5 Windows 200 srvr. Maintaining this code is becoming a chore as I have to reflect the changes in all sites that use it, upload etc. Im converting this common code to a VB Dll so only one change will be needed. Im looking for...
  2. OzDing

    Clear Keyboard Buffer

    Hi, I need to clear the keyboard buffer in VB. Here's what Im doing: 1. A magnetic stripe reader is passing a stream of characters to a textbox via the keyboard, with carraige returns as the end of track markers. 2. I look for the end of track marker and process. I never know what number of...
  3. OzDing

    Button Clicks

    Hi Nick, Wow that was a quick answer. Thanks for that. I also just read your response to Pop ups, should have read it before posting. Simon
  4. OzDing

    Button Clicks

    Hi, Im creating a site which displays text based on which button was clicked. Currently, I have created many symbols which contain the text needed to be displayed for each button click. I am currently hiding these symbols, each in their own layer, and making the relevant symbol visible (and the...
  5. OzDing

    Encrypted Email

    Hi, Tricky one this. Is anyone sending encrypted emails using CDONTS and PGP (or any other method) from ASP. Thanks, Simon
  6. OzDing

    BACKGROUND-COLOR Netscape

    Hi, Thnaks for your help. Now fixed...how? Just a little fiddling with the td and table definitions! <!-- Left hand table cell --> <td class=&quot;bgColor05&quot; width=&quot;150&quot; valign=&quot;top&quot; height=&quot;100%&quot;> <table border=&quot;0&quot; cellPadding=&quot;0&quot...
  7. OzDing

    BACKGROUND-COLOR Netscape

    Hi, yes it's netscape again. I use Visual Interdev 6, have a stylesheet, part of which is: .bgColor05 {BACKGROUND-COLOR: maroon} In IE, no problems. In Netscape, this bit of code correctly colours the background: <tr> <td colspan=&quot;3 <table border=&quot;0&quot; cellPadding=&quot;0&quot...

Part and Inventory Search

Back
Top