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: clear88
  • Content: Threads
  • Order by date
  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"

    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...
  3. 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 =...
  4. clear88

    Close down a program

    hi there, I am going to use WSH script to close my Internet Explorer. any sample code? Cheers
  5. 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...
  6. 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...
  7. 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
  8. clear88

    Hi there, Is there a way to read

    Hi there, Is there a way to read the BIOS? So, I can get the machine model, type, etc. ! It requires to call a tools??? Any tools can be used? Has anybody done this before? BTW, I am not good at C++. :-) Cheers
  9. clear88

    Reading Bios???

    Hi there, Is there a way to read the BIOS? So, I can get the machine model, type, etc. ! Personly, I think the VB can't get them directly. It requires to call a tools??? Any tools can be used? Has anybody done this before? Cheers
  10. clear88

    Reads Registry Information

    Hi there, is there a way to read the registry database? For example.... [ KEY ] HKEY_LOCAL_MACHINE\Software\Microsoft\windows\CurrentVersion [ Field ] WallPaperDir cheers
  11. clear88

    launch a program on the server

    hi there, is there a way to launch a program via ASP page? For example When user access the ASP page on the server_name, it an launch a program under c:\test\test.exe on server_name cheers

Part and Inventory Search

Back
Top