The application i'm making starts Internet Explorer with a specific URL. for instance, this fake url:
&aqi=g10&aql="3"&oq="3"
how can i change that url into this one:
&aqi=g10&aql="2"&oq="2"
by using an item from a combobox?
What i'm trying to do is changing a part of the URL with selecting an item in a combobox and then executing the URL in IE.
anyone ideas?
(not sure if the title is right)
thanks in advance