you could have a look http://www.codeproject.com/atl/#IE+%2F+Explorer+plug-ins
host28
Posts
-
Write a IE toolbar by VS 2005 -
what care we must take to modify the registry entries?export all register. if os boots fail, you could boot from safe mode by F8 and restore it. ok
-
VB6 call .net Dlltry "tlbexp" . in vb6 , you can fin it in object reference.
-
i wana show the plugin only in Outlook and wana hide in Word and Excelif you implement _IDTExtensibility2, you could check application name at OnConnection().
-
Receiving COM events without TYPELIBmaybe you could check whether server app contains typelib using vs2005 ,like wlm.
-
about COMMaybe you could return a variant with safearray
-
how to enumerate domain name list?After user start windows, user may choose local logon or network logon. when network logon choosed, domain name list is available for user. My question is how to enumerate domain name list by winapi. I have known how to enumerate domain server name.but I don't know how to get domain name list. could you take a advise? thank. bob
-
How to Call "Enter Network Password" dialogbox i n Win2000?I am programming item with windows authentication . Our client may be working in winxp or win2000. Client must input username and password .So I use CredUIPromptForCredentials() in winxp. But this function is not supported in win2000. I have not found replaced function. I find that "Enter Network Password" dialogbox in win2000 is fit to me .But I don't know how to call this dialogbox and how to get user name,password? Could you give me some advice? Thanks
-
How to Call "Enter Network Password" in Win2000?I am programming item with windows authentication . Our client may be working in winxp or win2000. Client must input username and password .So I use CredUIPromptForCredentials() in winxp. But this function is not supported in win2000. I have not found replaced function. I find that "Enter Network Password" dialogbox in win2000 is fit to me .But I don't know how to call this dialogbox and how to get user name,password? Could you give me some advice? Thanks :)