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 SkipVought 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: *

  1. 1973yoav

    Reset security permission of a child object, How ?

    Hello All I'd like to be able to copycat the process of resetting security permission on subfolder\subregistrykey to match that of the parent folder\registrykey. Does any one have a clue on how to do that ? -Yoav [hourglass]
  2. 1973yoav

    How to add Icon in TaskBar (Quick Launch)

    Hi On a win2000 machine You have to add the shortcut/folder/file to : C:\Documents and Settings\<username>\Application Data\Microsoft\Internet Explorer\Quick Launch Hope this will help Yoav
  3. 1973yoav

    NTFS File Permissions?

    Here is a code that might help you . Here there are two example 1)You need to have ADSI Sdk to get ADsSecurity.dll 2)Win API Ex - 1 *************************************************** Option Explicit ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Name...
  4. 1973yoav

    Standard windows dialogue for selecting a folder?

    Hi here a link for your code: http://www.vb2themax.com/Item.asp?PageID=CodeBank&ID=359 yoav
  5. 1973yoav

    Can´t run an Activex Control over my intranet

    Hi All It seems as due i have the same problem. All the below is referred to an ADMIN user. My control name is K2kinstaller.ocx,which was created with VB6 and is exported with a CAB file. The html file i use has the following code: <HTML> <meta http-equiv=&quot;Content-Type&quot...
  6. 1973yoav

    Deleting a registry key Q.

    Thank you very much!!! Yoav
  7. 1973yoav

    Deleting a registry key Q.

    Hi All My Q is this: If i delete a key from the registry, let's say this one: &quot;HKEY_CLASSES_ROOT\TypeLib\{DB34B8DB-B9AA-4973-9640-2300F41D8318}&quot; Does the equivalent key: &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{DB34B8DB-B9AA-4973-9640-2300F41D8318}&quot; will be deleted...
  8. 1973yoav

    Deleting a registry key Q.

    Hi All My Q is this: If i delete a key from the registry, let's say this one: &quot;HKEY_CLASSES_ROOT\TypeLib\{DB34B8DB-B9AA-4973-9640-2300F41D8318}&quot; Does the equivalent key: &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{DB34B8DB-B9AA-4973-9640-2300F41D8318}&quot; will be deleted...
  9. 1973yoav

    How do i debuge a VBS?

    Hi All Is there a way to debug a standalone VBS, one that is not in an asp page or html page or what ever? Thanks Yoav
  10. 1973yoav

    Xmlinst.exe,XML parser &quot;Replace Mode&quot;

    Hi All. Is there a way to know if a client machine is running under XML parser &quot;Replace Mode&quot;? I mean,how can i know if the machine had Xmlinst.exe ran before? Any help would be great thanks Yoav :-)
  11. 1973yoav

    Error in Loading DLL

    Hi All(and chiph) I examend the problem further more and i know the error is in 'Function CtxCreateObject' at this line: &quot;Set CtxCreateObject = m_oc.CreateInstance(sProgID)&quot; can that help? thanks Yoav
  12. 1973yoav

    Error in Loading DLL

    Hi all. It's a bit long so please... Consider all the below to be working on Win2000 Server SP-1 and SQL2000 ENT and IIS 5.the components created in VB6 SP5. I have exported an MTS application from my Component Service and installed it on other Win2000 Server(actully on several computers)...

Part and Inventory Search

Back
Top