Author Topic: opening links in browser that aren't IE11  (Read 7773 times)

Offline dontyouwanna

  • Single posting newcomer
  • *
  • Posts: 2
opening links in browser that aren't IE11
« on: August 16, 2021, 03:03:06 pm »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: opening links in browser that aren't IE11
« Reply #1 on: August 16, 2021, 03:35:22 pm »
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!]

Offline dontyouwanna

  • Single posting newcomer
  • *
  • Posts: 2
Re: opening links in browser that aren't IE11
« Reply #2 on: August 16, 2021, 05:15:47 pm »
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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: opening links in browser that aren't IE11
« Reply #3 on: August 16, 2021, 06:10:16 pm »
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!]