Hi, I am developing a visual c++ project which implement an IE extension. I want to add a new 'protocol' (default IE protocols: http:, ftp:, ms-its: ..., I need to impelement my own, e.g. makecall:, goto:) to IE, I rem that many years ago I browse MSDN, it may called "pluggable protocol xxx", but I can't find anything in MSDN anymore. Can any one give me a tip? many thanks.
Robert Mao
Posts
-
How to implement custom 'protocol' handler for IE? -
How to add a new protocol for Internet explorer?Hi, I am working on a utility which act as an IE extension. I want to add a new 'protocol' (default IE protocols: http:, ftp:, ms-its: ..., I need to impelement my own, e.g. makecall:, goto:) to IE, I rem that many years ago I browse MSDN, it may called "pluggable protocol xxx", but I can't find anything in MSDN anymore. Can any one give me a tip? many thanks.
-
How to scan avalible wireless (802.11b) network in a MFC program?Thank you very much for your help. After I studied some DDK documents, I relized you r a real expert in this area! Since WinXP introduced a WZC service, does this mean in an XP box, I needn't write a NDISUIO driver myself, instead I can use WZC to do everything I want? However I searched MS site and found very few information on WZC, almost get no information on how to use WZC service at all. Could you give me more tips? Thanks so!
-
How to scan avalible wireless (802.11b) network in a MFC program?thank you very much, it sounds ok, i will try this way.
-
how to change network and adapter setting in a MFC program?Thanks but I am not only intend to change the IP address. I am focused on changing network adapter's advanced settings.
-
How to scan avalible wireless (802.11b) network in a MFC program?What "scan wireless network" means enum all avalible 802.11b wireless network on air. Sometime, there are more than one AP (access point) or Adhoc network avalible on air. I want to enum all the avalible network and then let user choose to connect one of them. DavidCrow wrote: What do you mean by "scan wireless network?"
-
How to scan avalible wireless (802.11b) network in a MFC program?Does anybody know how to scan avalible wireless (802.11b) network in a MFC program? Any tips will be appreicated! mao
-
how to change network and adapter setting in a MFC program?Does anyone know how to change network and adapter setting in a MFC program? It can be easily done by hand, just right click on a network connection and select "Properties" to make changes. However how to do that in a program? I found a very useful program by IBM, named "Access Connection" (http://www.pc.ibm.com/qtechinfo/MIGR-4ZLNJB.html?doctype=Downloadable+files) can do this. I am trying to write a simular program. Any help is appreciated!
-
How to change network and adapter setting in a MFC program?Does anyone know how to change network and adapter setting in a MFC program? It can be easily done by hand, just right click on a network connection and select "Properties" to make changes. However how to do that in a program? I found a very useful program by IBM, named "Access Connection" (http://www.pc.ibm.com/qtechinfo/MIGR-4ZLNJB.html?doctype=Downloadable+files) can do this. I am trying to write a simular program. Any help is appreciated!