Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to create IE toolbar like yahoo
Name: linglingling Date: March 9, 2004 at 10:01:38 Pacific OS: Win 98 CPU/Ram: AMD / 256
Comment:
Hi,
How to create a IE toolbar like nasda, yahoo, google. using C++ or VB?
Name: saddam (by lurker) Date: March 9, 2004 at 18:10:38 Pacific
Reply:
I am not sure but you will probaly need to create a DLL and integrate it with Internet Explorer. You will need to learn advance API stuff like multithreading. In most compilers, when you create a project, you have "Win32 Dynamic Library" option.
saddam
0
Response Number 2
Name: raylu Date: March 10, 2004 at 18:30:29 Pacific
Reply:
I have very little exp with this, but I seriously doubt it is possible with VB/C++ alone.
0
Response Number 3
Name: the_merv Date: March 11, 2004 at 18:07:28 Pacific
Reply:
It is possilbe to do it in vb/c++. c++ should be able to achieve most things. I do not know the exact code you will need to write but you will need to include the windows api in the begining of you program. You will have to write and compile a dll and register it with the regsrv32.exe program in the Windows\System32\ directory. if you have futher problems google: windows api overview or internet explorer api.
Summary: Hi I need to make IE toolbar. Will sombody give some basic idea making toolbar for IE? Which platform/development tools should i used to develop toolbar? It would be greate appreciate if you write ba...
Summary: I'm a beginner and I would like to know how to create a program that use (and save) a database. Can you please give me a simple example in C language for store name, address and phone numbers ? Thank...