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 clear88

  1. clear88

    [URGENT]How to insert 7F(hex code) into a Text file by using DLL call

    Hi there, I am having an urgent request regarding the hex. I would like to insert Hex code ( 7F ) into my text file ( myfile.txt ), does anybody know how to do it by using DLL call? then I can use my install program to using the DLL calling function. It looks link a "space" in the text file...
  2. clear88

    Is there a way to set the caption text to "Internet Explorer"

    does it work on ur machine? It doesn't work on my machine...still shows the address ;) Cheers man
  3. clear88

    Is there a way to set the caption text to "Internet Explorer"

    actually I remarked the sleep action. I don;t need to use it, can delete it later.. Cheers
  4. clear88

    Is there a way to set the caption text to "Internet Explorer"

    thanks man but the title shows "http://www.google.com - Super Secret Title - Microsoft Internet Explorer" Huumm...I just want to show "Internet Explorer" I am using Windows XP Sp2 English version. Cheers
  5. clear88

    Is there a way to set the caption text to "Internet Explorer"

    Sheco, thanks for reply this :D I tried the code of IE.Document.title = "Super Secret Title", but it doesn't work and prompt an error msg "Unspecified error" and the error code is 80004005 I just want to change it temporary. I have to change the registry DB if there no more solution of this...
  6. clear88

    Is there a way to set the caption text to "Internet Explorer"

    yes..I want to change the title to "Internet Explorer" Cheers man
  7. clear88

    Is there a way to set the caption text to "Internet Explorer"

    Hi there, I am using this code ie.vbs to open a link without the address bar and status bar ( I don't want user to know the web address ) Now, it everything is ok, but just the internet explorer's caption shows address. Is there a way to change the caption to Internet Explorer only? Cheers...
  8. clear88

    WSH - How to get return ( TRUE OR FALSE )

    Hi there, I am using the script to set the default printer. Now I would like to check if is be set TRUR or FALSE, If so(TRUE) then prompt a msg. ---------------------------------------------- Set WshNetwork = WScript.CreateObject("WScript.Network") PrinterPath =...
  9. clear88

    Close down a program

    thanks man...
  10. clear88

    Close down a program

    hi there, I am going to use WSH script to close my Internet Explorer. any sample code? Cheers
  11. clear88

    Radio button - Element events

    Hi there, i am going to use radio element events to check all radio state in a page. If type=radio then check state...(must select a Radio button ) can anybody help me ? =====================code================== <html> <head> <title>Untitled Document</title> <meta...
  12. clear88

    EXE1 -&gt; DLL -&gt; EXE2???

    from the DOC.... ________________________________________________ What types of programs can be used as connect actions? A connect action can be: A dynamic-link library (DLL). Only DLLs run synchronously, meaning that Connection Manager starts the action and then waits for the function to...
  13. clear88

    EXE1 -&gt; DLL -&gt; EXE2???

    Hi there, I am not very good in English. I hope you know what I mean. THANKS :-) Is there a way to launch an exe file via calling DLL file? (requires waiting for the EXE2 exit) << OR there is an DLL has already built in the Windows 2000? So, I can call use iy directly? >> Possibly, you are...
  14. clear88

    Reading Bios???

    THANKS MAN! YOU ARE A EXPERT!!!!
  15. clear88

    Disable Ctrl Alt Del keys?

    Hi there, Is there a way to disable the Ctrl + Alt + Del keys and release it later? I found these links-> http://www.delphifaq.com/fq/q2023.shtml can I convert it to dll call function? cheers

Part and Inventory Search

Back
Top