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

    Checklist and Controls[]

    I'm trying to loop through the controls in a control and perform an action on each one. It works fine with most controls but doesn't include any checkbox controls. Any ideas? for(int i=0;i<thisControl.Controls.Count;i++) { clearBindings(thisControl.Controls[i]); } checkBox controls are...
  2. dansleight

    Convert VAX G_FLOATING data

    I'm trying to import tables of data from an OpenVMS system. I have files and layouts, and am having trouble with a datatype "G_FLOATING" (GFLOAT, G-FLOAT). Has anyone dealt with this? Does anyone know of a class available that converts this data type?
  3. dansleight

    Binary Header Detected

    Winroute is blocking access to certain sites (like Register.com). The security log reports &quot;Binary Header Detected&quot;. Any ideas how to keep winroute from blocking that access?
  4. dansleight

    Remote Desktop Client not sending Password

    on the same network I have two XP computers, and one Win2k3 Server. They are setup on a workgroup. When I use Remote Desktop Connection to connect to the server on the first machine, I can enter the password into RDC, click on save my password, and it automatically gets me past the login...
  5. dansleight

    Keep ebay users from using my images

    Ebay users are directly linking to my product images, so the http_referrer shows up as cgi.ebay.com/... Is there a way to tell apache that if the referrer is from an ebay site, and the file is an image, to either not reply, or to send a different file?
  6. dansleight

    Macro on Directory of Files

    I have a directory of a large number of RTF files. I need to open each one, apply an image, then save the file as a .doc file (saving as rtf makes the file 20megs, saving as doc makes the file 1meg). My question is is this possible? I need a hint as to how to apply a Macro to the entire...
  7. dansleight

    DVD RAM Type 1

    I have a DVD RAM Type 1 Cartridge type disk, it contains medical data from a hospital stay. I'm uncertain what kind of drive to purchase. Can someone help me, and perhaps recommend a certain model?
  8. dansleight

    Syncronize Outlook 2k2 between Desktop and my Laptop

    I would like to be able to syncronize my outlook data (Calendar, Contacts, Tasks, Notes) between my Primary Desktop and my Laptop. Does anyone have any information on how to do this?
  9. dansleight

    Time Based Access Control

    I want to be able to limit my childern's access to the computer. I like in XP that they each have their own accounts, and I would like to set up rules for each account that limits the times that they can access the computer. For instance, I want the young children to only be able to access the...
  10. dansleight

    Set up &quot;Virtual Directory&quot;

    I have my document root set at &quot;C:\http_root&quot;, and everything works fine but I have another directory, &quot;C:\other_dir&quot; that I want to access with the same server as a &quot;Virtual Directory&quot;, ie &quot;http://my.server.name/other_dir&quot;. How do I set this up?
  11. dansleight

    in IE, the onBlur() events runs twice each time

    Can anyone tell me why the onBlur() event runs twice, and how I can stop it from doing so? Only runs once in NS, but runs twice in IE, thus, the same alert twice.
  12. dansleight

    Disconnecting from modem causes mouse to &quot;drop&quot;

    Running Win98SE When I boot up, everything works fine. When I connect to the internet (via modem), everything works fine. When the modem disconnects, the mouse appears to &quot;freeze&quot;. The cursor won't move. What's weird, is that I can still use it. I can click and drag on the...

Part and Inventory Search

Back
Top