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

    FireFox Javascript function problem

    This html page works fine in IE but in FireFox it says func1 is not defined. In FireFox you can open the JavaScript console under the tools menu to see JavaScript errors. --------------------------------------------------- <HTML> <HEAD> </HEAD> <BODY> <SCRIPT LANGUAGE="JavaScript" >...
  2. chrisdl

    Win98 and IE6 Crash

    I have written an activeX Web control that works fine with WindowsXP/2000 and IE6 but it crashes under Win98 and IE6. Any ideas on what the cause could be? -Chris (Consultant / Software Engineer)
  3. chrisdl

    Using #Version ?

    How do I use the #Version in an HTML file? Which version is it checking against? The INF file or the OCX file version? Here is what Microsoft says: <OBJECT CLASSID=&quot;clsid:dcf0768D-ba7a-101a-b57a-0000c0c3ed5f&quot...
  4. chrisdl

    FireWire camera control

    I want to write code to control a Digital video camera through firewire. I want to be able to tell it to start recording and stop recording and dowload video. What API calls can i use to do that? thanks, -Chris (Consultant / Software Engineer)
  5. chrisdl

    TCP Send timeout?

    Is there a way to set a timeout on a TCP send from a CAsyncSocket so the program does not hang if the connction is broken? -Chris (Consultant / Software Engineer)
  6. chrisdl

    Directory Sort DOS

    I need to write a program to sort directory entries on the disk. I would like it to be a windows 98 program but Win32 does not allow acces to the DOS function calls. Is there a way to sort directory entries in win32 and write them back to the directory. thanks, Chris -Chris (Consultant /...

Part and Inventory Search

Back
Top