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: *

  • Users: john30120
  • Content: Threads
  • Order by date
  1. john30120

    Excel Menu Calls Macro on Focus

    Using Excel 2003... I have a added a custom submenu "Add New Row" to the "Insert" CommandBar. It calls a VBA subroutine. The problem is that the subroutine is activated when "Add New Row" gets the focus (or mouseover) and does not wait for a click. As a side note, but maybe part of the problem...
  2. john30120

    Excel VBA write to cell

    Using Excel 2003.. I am trying to write from within a VBA function back to the worksheet. j=Range("B1").Value reads the value into j just fine but Range("B1").Value = j generates an error the worksheet is not protected and the function result reads back into its cell OK. I am missing...
  3. john30120

    Subclassing within activeX

    I am trying to do something in VB6 that perhaps would be better done in C++ (which I am trying to avoid due to incompetence). I have a dll that interacts with the sound card and returns events through windows messages. To set up the subclass to intercept the messages I need to use the AddressOf...
  4. john30120

    Using iTivity (VNC) with RDS

    I am using iTivity (supposidly uses VNC) to connect an XP Pro box to a software help desk elsewhere for program maintenence. I would like to activate this connection using Remote Desktop to control the box as the XP Box is physically hard to access. I understand that XP only allows one RDS...
  5. john30120

    CGI.PM Upload TMP Directory

    Using a Perl script to process a file upload, I am trying to assign the temp directory to an existing r/w enabled folder (windows box) on my website. Apparently, cgi.pm looks for a "/tmp" folder off the root and if not found sticks the file in the cgi-bin directory with the Perl script...
  6. john30120

    Using an ISA card

    I need to update an automation program to VB6. It was written in Quickbasic and used interrupt driven assembly routines to cycle the interface cards. The hitch is a 32 channel A to D card that must use the available ISA slot. The ideal solution would be a custom control that would convert the...
  7. john30120

    perl cgi and SSL

    I am converting an NT hosted website to use a SSL connection. The present site generates its web pages by running perl scripts in the cgi-bin directory and reads and writes files from the files directory. My inclination is to move the cgi-bin and files directories as subdirectories under the...
  8. john30120

    Allowing Everyone or Authenticated users access

    I am using win2k professional as a stand alone server on a small network. I have several directories shared with tight security but I have one directory which I would like essentially everyone to be able to access. I have tried adding the "everyone" permission to the share for that...
  9. john30120

    Sound Card Voltage Levels

    I have a Rockwell Riptide sound card in an HP6640C Pavilion computer. I need to use the "Line Output" to drive another device but I find the voltage level way below the expected 1 V P-P. Is there a jumper on the card that controls this? The output level seems more like 50 mV P-P. Is...

Part and Inventory Search

Back
Top