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!

Recent content by dansleight

  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

    Changing the Language from English to Spanish

    Does Windows XP Pro have both Spanish and English on a regular installation? Can a machine use both? For instance, if a company has both Spanish and English employees, can the same computer use a different language per login settings?
  4. dansleight

    Binary Header Detected

    That did the trick. Great work. Thanks.
  5. 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?
  6. dansleight

    Illustrator stalling at start-up

    HAD the same problem. What a pain... In C:\Program Files\Common Files\Adobe there is a Fonts folder. I had a TON of fonts in there (Thousands). I moved that folder out and Illustrator started right up. I guess I need to learn how to use a font manager. Any suggestions on a good one?
  7. dansleight

    Remote Desktop Client not sending Password

    That didn't seem to be the issue... I'm noticing that RDC isn't allowing me to save passwords, and that is probably the problem. Any idea what would be keeping RDC from saving passwords?
  8. 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...
  9. 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?
  10. dansleight

    Macro on Directory of Files

    That was exactly what I needed. Thanks
  11. 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...
  12. 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?
  13. dansleight

    Syncronize Outlook 2k2 between Desktop and my Laptop

    They are both on the same workgroup.
  14. dansleight

    Syncronize Outlook 2k2 between Desktop and my Laptop

    No MS Exchange Server. It's been suggested that you can put the pst files in a Briefcase. Has anyone had success with that?
  15. 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?

Part and Inventory Search

Back
Top