News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

opening links in browser that aren't IE11

Started by dontyouwanna, August 16, 2021, 03:03:06 PM

Previous topic - Next topic

dontyouwanna

Codeblocks forces me to open links in IE11.
I'm trying to figure out how can I open links in other browsers such as EDGE or Chrome...
It crashes my app all the time.

oBFusCATed

Can you describe the problem with a bit more details? What link?

p.s. most probably this is the wrong sub-forum...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

dontyouwanna

I'm using codeblock minGW Library and GCC compiler.
I'm using com object cstyle webpage.c (from codeproject source) and I have

I'm making a connection between ahref of html page to webpage.c object.
on HTML page we apply script code window.open (https://www.anydomain.com).
When I run the application, and open the link, it opens in IE11 browser.
I want to force it to be opened in EDGE browser. How can I do it?

oBFusCATed

Sorry this is not the forum to answer such questions.
You may ask this in a place where they support the particular API you're using.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]