The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: ToutEnMasm on February 12, 2009, 08:02:50 PM

Title: web browser conrol
Post by: ToutEnMasm on February 12, 2009, 08:02:50 PM
I am trying to use the web browser and try to use the resource

Quote
  CONTROL "Address:",IDC_WBR1,"WEB_BROWSER",0x5000000F,10,50,150,150,0x00000000

What is it ? and how can I arrange myself with it ?.He is compiled by rc but at run,my program don't want to show it.
I just want to test the send of an dexplore url to it.
For example
Quote
ms-help://MS.LHSMSSDK.1033/MS.LHSWinSDK.1033/IISSdk/html/b083e92d-74ec-4906-a79b-ae3e2a4af61f.htm
Title: Re: goasm web browser
Post by: donkey on February 12, 2009, 08:56:06 PM
It's a RadASM custom control written by Xtreme, you can get the DLL, lib and source from the RadASM web site. I have moved this topic to the RadASM subforum since it involves that IDE and the web browser is written in MASM.
Title: Re: web browser conrol
Post by: ToutEnMasm on February 12, 2009, 10:19:27 PM

Quote
you can get the DLL, lib and source from the RadASM web site
I find only the "How to use the webbrowser control" ( a ...big cat in an html page)
But this don't use a rc file.I don't find the source code.I have the dll with the radasm package,but that all.
Title: Re: web browser conrol
Post by: donkey on February 12, 2009, 10:40:32 PM
You can find the full code and executables in the custom controls download section of the RadASM page, the DLL is included in the root of the RadASM installation (\RadASM\WBDll.dll)

Title: Re: web browser conrol
Post by: KetilO on February 13, 2009, 07:41:10 AM
www.radasm.com is down at the moment.

You can also get the control here:
http://www.masm32.com/board/index.php?topic=54.0

KetilO
Title: Re: web browser conrol
Post by: ToutEnMasm on February 13, 2009, 08:30:45 AM

Thanks to Ketilo to say me the site is down.This avoid me a labourious search.