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 derfloh 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 commi

  1. commi

    Net SSLeay connection attempt not timing out.

    I am connecting to an LDAP server over SSL ie Net::LDAP->new ( "ldaps://...., timeout=>10); however, it does not time out when the server is not responding. If the server is not there it comes back in error immediately, but as long as it hits an available port and doesn't get a correct...
  2. commi

    How to delete a shortcut with C++

    Thanks for your help.
  3. commi

    How to delete a shortcut with C++

    I have tried CFileFind and it does not recognize links, nor does remove, so links are not the same as regular files. Also, you need to use COM to create one from what I have read. I'll look at DeleteFile to see if it works, but I am sceptical at this point.
  4. commi

    How to delete a shortcut with C++

    I have looked at iShellLink and iPersistFile interfaces but see no API for removing a shortcut. Any help is appreciated here.

Part and Inventory Search

Back
Top