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 TouchToneTommy 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 QuentinB

  1. QuentinB

    Win2K Explorer initial view

    Hi All Thanks for the tips. Regards QuentinB
  2. QuentinB

    Share a local folder to the network

    Hi I have not yet tried the delete share and other functions. As soon as I get a change, I will try then. PS: On Win2K, be aware of the widestring and PWideChar() calls... Regards Quentin
  3. QuentinB

    Win2K Explorer initial view

    Hi When you open explorer in Win2k, it defaults to "My Documents", How can I get it to open the "last opened" folder, like it does in win9x ?? I have service pack 3 installed and IE6... Thanks in advance. QuentinB
  4. QuentinB

    Share a local folder to the network

    Hi All I am glad we all got this working... After spending a little time refining my code, I found that if you declare your paths and passwords as widestrings, then you can say: MyShareNT.shi2_path := PWideChar(Widestring variable); as in TonHu's post. Have Fun... QuentinB
  5. QuentinB

    Share a local folder to the network

    Hi All As you can see from my code attached, IT WORKS !!![2thumbsup](PS: The code sample above works on Win9x, the code I pasted works on Win NT) I would like to thank, my Mom, and my Dad....[bigglasses] When I get a chance, I will create a non visual component from this, and...
  6. QuentinB

    Share a local folder to the network

    Hi Have you gotten futher on NT, If you have, could you maybe post your Code here ?? Then I will try and get futher ASAP. Thanks QuentinB
  7. QuentinB

    Share a local folder to the network

    Hi All I spent most of last week browsing the net to see if *ANYBODY* has got this working on a NT machine... no luck.[ponder] The code works fine on a non NT machine, but for some reason, I get a result of "123" or "87" every time. I even tried different API header files...
  8. QuentinB

    share local folder with command line

    Hi Just a quick question. How do you use the "Netshare". I have a application that can share folders from a dos prompt. If I can find it I will let you know Regards QuentinB
  9. QuentinB

    Share a local folder to the network

    Hi As soon as I get a chance, I will try and get it working on WinNT+, and post it as o VCL component, or .pas file for all *Delphi* user to benefit... Regards QuentinB
  10. QuentinB

    Share a local folder to the network

    Hi all I have followed your messages, and have been trying to do the same thing. I have "borrowed"[bigears], your code, and have tried it on win98 and Win2000 Pro, it works on 98 but I also get a result of 123 on 2000Pro. I have put the code into a unit on its own (As a Component) and...

Part and Inventory Search

Back
Top