New Tab in IE7
I love the new tecnology and use the new features for more excite solutions, in this case is IE7 and they tabs.
This is an example:
on VFP
abc=
CREATEOBJECT("internetexplorer.application")
abc.Navigate2("groups.msn.com/FoxEcuador",2048)
On VB (one of three forms)
Dim ob As Object
ob = CreateObject(
"internetexplorer.application")
ob.Navigate2(
"groups.msn.com/foxecuador", 2048)
ob.visible =
True
Franklin Garzón
MVP Visual FoxPro