Interbase menu in Delphi IDE
Posted: Fri 29 Oct 2010 11:46
Hello,
Just a little thing (Very very minor issue).
In Delphi IDE, in menu "Interbase".
"Devart Home page", "IBDAC Home page" and links of "About" open Internet Explorer and not the default internet navigator of the user.
Something like :
Work fine and doesn't force to use Internet Explorer
Best regards,
Just a little thing (Very very minor issue).
In Delphi IDE, in menu "Interbase".
"Devart Home page", "IBDAC Home page" and links of "About" open Internet Explorer and not the default internet navigator of the user.
Something like :
Code: Select all
ShellExecute(0,'open','http://www.devart.com/','','',SW_SHOWNORMAL);

Best regards,