Internet Explorer Toolbar programming?

  • Thread starter Thread starter none
  • Start date Start date
N

none

hiho@ll

i want to make a IE Toolbar which has a newsticker built in
the problem i have is i don't really know how to use static text in a
toolbar?
the second question will be, how can i change the text of the label
randomly?

the problem i have:
i didn't write the toolbar and i'm not an expert on this topic ;-)
but i think it works like this:
1. create a window using CreateWindow function
2. use SendMessage to initialize default settings
3. set static text

the toolbar has a combo box which seems to work this way
for the combobox the messages CB_INITSTORAGE, CBEM_SETIMAGELIST are used
to initialize them

my question is which messages are available to do this with a static?
which class i can use for the static text?
or do i have to prog this on my own? (e.g. make a window and draw some
text on the window? how this is done?)

or anybody knows some resources where i can get good information about
programming a IE toolbar? (i didn't find some which helps!)

the 2. main question i have is:
how can i change the http header before it is sent using my Toolbar?
if the header should be changed depends on what header should be sent and
the website which gets requested
i tried it with DISPID_BEFORENAVIGATE2 event, but i only get headers which
are explicitly sent to navigate
which means (e.g.) the referer isn't available
i found www.debugbar.com which is a IE toolbar which can show ingoing and
outgoing http headers!
so it seems to be possible, but how?

thx@ll
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Second toolbar 3
Word 2003 Header/Footer toolbar 1
Missing Toolbars 4
E-mail header and toolbar in Word 2003 3
Internet Explorer 8 toolbar 7
Excel Old Excel toolbar in Excel 2010 0
ToolBars 2
My 2003 templates in Word 2007 10

Back
Top