José,
This is fantastic. A browser that compiles to 74K in PB or 25K if compressed with Petite.
The only thing I had to do to get the program to compile in PBWin 7.04 was to remove the BYVAL in the pszCmdLine AS ASCIIZ PTR in the following:
Of course, I changed the default URL to http://www.powerbasic.com/support/forums/Ultimate.cgi. I think I will try to add a dropdown to the URL to give a small amount of URL history. However, I really like this! 
Thanks very much for sharing!
~Bob
------------------
[This message has been edited by Bob Scott (edited March 30, 2005).]
This is fantastic. A browser that compiles to 74K in PB or 25K if compressed with Petite.
The only thing I had to do to get the program to compile in PBWin 7.04 was to remove the BYVAL in the pszCmdLine AS ASCIIZ PTR in the following:
Code:
FUNCTION Project1_InitApplication _ ( _ BYVAL hInstance AS DWORD, _ ' handle of current instance [b][i]BYVAL[/i][/b] pszCmdLine AS ASCIIZ PTR _ ' address of command line ) AS LONG ' Initializes ATL AtlAxWinInit END FUNCTION

Thanks very much for sharing!
~Bob
------------------
[This message has been edited by Bob Scott (edited March 30, 2005).]
Comment